ChannelAdminLogEventActionChangeAvailableReactions
- class pyrogram.raw.types.ChannelAdminLogEventActionChangeAvailableReactions
The set of allowed message reactions » for this channel has changed
Constructor of
ChannelAdminLogEventAction.- Details:
Layer:
223ID:
BE4E0EF8
- Parameters:
prev_value (
ChatReactions) – Previously allowed reaction emojisnew_value (
ChatReactions) – New allowed reaction emojis
TL Schema
channelAdminLogEventActionChangeAvailableReactions#be4e0ef8
prev_value:ChatReactions
new_value:ChatReactions
= ChannelAdminLogEventAction
Parameter Tree
ChannelAdminLogEventActionChangeAvailableReactions
├── prev_value →
ChatReactions│ ├──
ChatReactionsNone│ ├──
ChatReactionsAll│ │ └── allow_custom →
true (optional)│ └──
ChatReactionsSome│ └── reactions →
Vector < Reaction >│ ├──
ReactionEmpty│ ├──
ReactionEmoji│ │ └── emoticon →
string│ ├──
ReactionCustomEmoji│ │ └── document_id →
long│ └──
ReactionPaid└── new_value →
ChatReactions├──
ChatReactionsAll│ └── allow_custom →
true (optional)└── reactions →
Vector < Reaction >├──
ReactionEmpty├──
ReactionEmoji│ └── emoticon →
string│ └── document_id →
long└──
ReactionPaidExample
ChannelAdminLogEventActionChangeAvailableReactions(
prev_value=ChatReactionsNone(),
new_value=ChatReactionsNone(),
)