mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Fix a doc typo and update projects using the lib
This commit is contained in:
@@ -51,7 +51,7 @@ class CallbackQuery(EventBuilder):
|
||||
# Send a message with buttons users can click
|
||||
async def main():
|
||||
await client.send_message(user, 'Yes or no?', buttons=[
|
||||
Button.inline('Yes!', b'yes')
|
||||
Button.inline('Yes!', b'yes'),
|
||||
Button.inline('Nope', b'no')
|
||||
])
|
||||
"""
|
||||
|
Reference in New Issue
Block a user