MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionC...

1.1 KiB

title description image
channelAdminLogEventActionChangeStickerSet The supergroup's stickerset was changed 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];

Or, if you're into Lua:

channelAdminLogEventActionChangeStickerSet={_='channelAdminLogEventActionChangeStickerSet', prev_stickerset=InputStickerSet, new_stickerset=InputStickerSet}