Alfred
Results
1
issues of
Alfred
### Code that causes the issue ```python from telethon.sync import TelegramClient from telethon.tl.types import KeyboardButtonCopy with TelegramClient(name, API_ID, API_HASH) as client: client.send_message('me',client.build_reply_markup(KeyboardButtonCopy('kir','kos'))) ``` ### Expected behavior A message with single...