MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionChangeStickerSet.md
2024-05-01 14:53:46 +02:00

999 B

title description nav_exclude image
channelAdminLogEventActionChangeStickerSet The supergroup's stickerset was changed true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionChangeStickerSet

Back to constructors index

The supergroup's stickerset was changed

Attributes:

Name Type Required Description
prev_stickerset InputStickerSet Optional Previous stickerset
new_stickerset InputStickerSet Optional New stickerset

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionChangeStickerSet = ['_' => 'channelAdminLogEventActionChangeStickerSet', 'prev_stickerset' => InputStickerSet, 'new_stickerset' => InputStickerSet];