messages.GetFeaturedStickers
- class pyrogram.raw.functions.messages.GetFeaturedStickers
Get featured stickers
- Details:
Layer:
223ID:
64780B14
- Parameters:
hash (
int64-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
messages.getFeaturedStickers#64780b14
hash:long
= messages.FeaturedStickers
Parameter Tree
GetFeaturedStickers
└── hash →
longExample
await app.invoke(
GetFeaturedStickers(
hash=0,
)
)