1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Merge pull request #1232 from Badiboy/master

Invoice tips typo fix
This commit is contained in:
Badiboy 2021-07-15 09:27:49 +03:00 committed by GitHub
commit d09d9f0c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1984,7 +1984,8 @@ class TeleBot:
provider_data: Optional[str]=None,
timeout: Optional[int]=None,
allow_sending_without_reply: Optional[bool]=None,
max_tip_amount: Optional[int] = None, suggested_tip_amounts: Optional[list]=None) -> types.Message:
max_tip_amount: Optional[int] = None,
suggested_tip_amounts: Optional[list]=None) -> types.Message:
"""
Sends invoice
:param chat_id: Unique identifier for the target private chat