TelegramMessenger / TelegramMessenger/Telegram-iOS
Bot keyboard disappears in group chat
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 9k
- Forks
- 2.9k
- PR merge metrics
- No merged PRs in 30d
Description
I found one issue with bot's ReplyKeyboardMarkup in group chat in Telegram for iOS.
Bot sends messages with personal reply keyboard to users in group chat. When bot send message to next user in group, custom keyboard disappears at previous user's chat in Telegram for iOS. I checked in Telegram Desktop - keyboard is in place.
ReplyKeyboardMarkup parameters:
- selective = True;
- one_time_keyboard = False.
SendMessage parameter reply_to_message_id is defined.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source files or tests are named. First reproduce the issue in Telegram for iOS using a bot's selective, non-one-time ReplyKeyboardMarkup in a group chat, with reply_to_message_id set, and compare the result with Telegram Desktop. Done means the previous user's custom keyboard remains visible when the bot sends to the next user.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100