mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
parent
1bcd92a87f
commit
68fe356735
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class Sticker(base.TelegramObject, mixins.Downloadable):
|
|||
premium_animation: File = fields.Field(base=File)
|
||||
mask_position: MaskPosition = fields.Field(base=MaskPosition)
|
||||
custom_emoji_id: base.String = fields.Field()
|
||||
needs_repainting: base.Boolean = fields.Field()
|
||||
file_size: base.Integer = fields.Field()
|
||||
|
||||
async def set_position_in_set(self, position: base.Integer) -> base.Boolean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue