StarGiftAttributeIdPattern

class pyrogram.raw.types.StarGiftAttributeIdPattern

The ID of a pattern of a collectible gift ».

Constructor of StarGiftAttributeId.

Details:
  • Layer: 223

  • ID: 4A162433

Parameters:

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

TL Schema

starGiftAttributeIdPattern#4a162433
document_id:long

= StarGiftAttributeId

Parameter Tree

StarGiftAttributeIdPattern
└── document_idlong

Example

StarGiftAttributeIdPattern(
    document_id=0,
)