StarGiftAttributeIdPattern
- class pyrogram.raw.types.StarGiftAttributeIdPattern
The ID of a pattern of a collectible gift ».
Constructor of
StarGiftAttributeId.- Details:
Layer:
223ID:
4A162433
- Parameters:
document_id (
int64-bit) – The sticker representing the symbol
TL Schema
starGiftAttributeIdPattern#4a162433
document_id:long
= StarGiftAttributeId
Parameter Tree
StarGiftAttributeIdPattern
└── document_id →
longExample
StarGiftAttributeIdPattern(
document_id=0,
)