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: 223

  • ID: 35A9E0D5

Parameters:

hash (int 64-bit) – Hash used for caching, for more info click here.

Returns:

EmojiList

TL Schema

account.getChannelRestrictedStatusEmojis#35a9e0d5
hash:long

= EmojiList

Parameter Tree

GetChannelRestrictedStatusEmojis
└── hashlong

Example

await app.invoke(
    GetChannelRestrictedStatusEmojis(
        hash=0,
    )
)