StarGiftAttributeIdModel

class pyrogram.raw.types.StarGiftAttributeIdModel

The ID of a model of a collectible gift ».

Constructor of StarGiftAttributeId.

Details:
  • Layer: 223

  • ID: 48AAAE3C

Parameters:

document_id (int 64-bit) – The sticker representing the upgraded gift

TL Schema

starGiftAttributeIdModel#48aaae3c
document_id:long

= StarGiftAttributeId

Parameter Tree

StarGiftAttributeIdModel
└── document_idlong

Example

StarGiftAttributeIdModel(
    document_id=0,
)