messages.FeaturedStickersNotModified
- class pyrogram.raw.types.messages.FeaturedStickersNotModified
Featured stickers haven’t changed
Constructor of
FeaturedStickers.- Details:
Layer:
223ID:
C6DC0C66
- Parameters:
count (
int32-bit) – Total number of featured stickers
- Functions:
This object can be returned by 3 functions.
Get featured stickers
Method for fetching previously featured stickers
Gets featured custom emoji stickersets.
TL Schema
messages.featuredStickersNotModified#c6dc0c66
count:int
= messages.FeaturedStickers
Parameter Tree
FeaturedStickersNotModified
└── count →
intExample
FeaturedStickersNotModified(
count=0,
)