StarGiftAttributeIdModel
- class pyrogram.raw.types.StarGiftAttributeIdModel
The ID of a model of a collectible gift ».
Constructor of
StarGiftAttributeId.- Details:
Layer:
223ID:
48AAAE3C
- Parameters:
document_id (
int64-bit) – The sticker representing the upgraded gift
TL Schema
starGiftAttributeIdModel#48aaae3c
document_id:long
= StarGiftAttributeId
Parameter Tree
StarGiftAttributeIdModel
└── document_id →
longExample
StarGiftAttributeIdModel(
document_id=0,
)