Link Search Menu Expand Document

Constructor: channelAdminLogEventActionChangeStickerSet

Back to constructors index

The supergroup’s stickerset was changed

Attributes:

NameTypeRequiredDescription
prev_stickersetInputStickerSetOptionalPrevious stickerset
new_stickersetInputStickerSetOptionalNew stickerset

Type: ChannelAdminLogEventAction

Example:

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