EditMessageReplyMarkup constructor
- {required int chat_id,
- required int message_id,
- ReplyMarkup? reply_markup,
- int? extra,
- int? clientId}
Edits the message reply markup; for bots only. Returns the edited message after the edit is completed on the server side
Returns Message
Implementation
EditMessageReplyMarkup