mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-03 09:49:21 +01:00
Type Hinting Fix for Message.effective_attachment
(#3294)
This commit is contained in:
parent
eb818da93f
commit
210f9afd66
1 changed files with 2 additions and 1 deletions
|
@ -660,10 +660,11 @@ class Message(TelegramObject):
|
|||
def effective_attachment(
|
||||
self,
|
||||
) -> Union[
|
||||
Animation,
|
||||
Audio,
|
||||
Contact,
|
||||
Dice,
|
||||
Document,
|
||||
Animation,
|
||||
Game,
|
||||
Invoice,
|
||||
Location,
|
||||
|
|
Loading…
Reference in a new issue