ChannelAdminLogEventActionChangeEmojiStickerSet
- class pyrogram.raw.types.ChannelAdminLogEventActionChangeEmojiStickerSet
The supergroup’s custom emoji stickerset was changed.
Constructor of
ChannelAdminLogEventAction.- Details:
Layer:
223ID:
46D840AB
- Parameters:
prev_stickerset (
InputStickerSet) – Old valuenew_stickerset (
InputStickerSet) – New value
TL Schema
channelAdminLogEventActionChangeEmojiStickerSet#46d840ab
prev_stickerset:InputStickerSet
new_stickerset:InputStickerSet
= ChannelAdminLogEventAction
Parameter Tree
ChannelAdminLogEventActionChangeEmojiStickerSet
├── prev_stickerset →
InputStickerSet│ ├──
InputStickerSetEmpty│ ├──
InputStickerSetID│ │ ├── id →
long│ │ └── access_hash →
long│ ├──
InputStickerSetShortName│ │ └── short_name →
string│ ├──
InputStickerSetDice│ │ └── emoticon →
string│ └──
InputStickerSetTonGifts└── new_stickerset →
InputStickerSet│ ├── id →
long│ └── access_hash →
long│ └── short_name →
string│ └── emoticon →
stringExample
ChannelAdminLogEventActionChangeEmojiStickerSet(
prev_stickerset=InputStickerSetEmpty(),
new_stickerset=InputStickerSetEmpty(),
)