mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Implemented features from the latest Bot API 3.6.
This commit is contained in:
parent
483c1b295d
commit
819a212b55
4 changed files with 28 additions and 9 deletions
|
|
@ -70,6 +70,7 @@ class Message(base.TelegramObject):
|
|||
pinned_message: 'Message' = fields.Field(base='Message')
|
||||
invoice: Invoice = fields.Field(base=Invoice)
|
||||
successful_payment: SuccessfulPayment = fields.Field(base=SuccessfulPayment)
|
||||
connected_website: base.String = fields.Field()
|
||||
|
||||
@property
|
||||
@functools.lru_cache()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue