peyk.platforms.bale.types.sticker¶
Classes
|
Represent the Bale Bot API |
- class peyk.platforms.bale.types.sticker.Sticker(file_id: str, file_unique_id: str, type: str, width: int, height: int, file_size: int | None = None)[source]¶
Bases:
objectRepresent the Bale Bot API
Stickerobject.Preserves the existing dataclass fields and parsing behavior.
- file_id: str¶
- file_unique_id: str¶
- type: str¶
- width: int¶
- height: int¶
- file_size: int | None = None¶