account.GetChannelRestrictedStatusEmojis
- class pyrogram.raw.functions.account.GetChannelRestrictedStatusEmojis
Returns fetch the full list of custom emoji IDs » that cannot be used in channel emoji statuses ».
- Details:
Layer:
223ID:
35A9E0D5
- Parameters:
hash (
int64-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
account.getChannelRestrictedStatusEmojis#35a9e0d5
hash:long
= EmojiList
Parameter Tree
GetChannelRestrictedStatusEmojis
└── hash →
longExample
await app.invoke(
GetChannelRestrictedStatusEmojis(
hash=0,
)
)