Reputation: 101
Is there a way to edit messages in telegram API? I couldn't find a solution in https://core.telegram.org/methods.
Upvotes: 2
Views: 4927
Reputation: 10866
The required method is :
messages.editMessage#ce91e4ca flags:# no_webpage:flags.1?true peer:InputPeer id:int message:flags.11?string reply_markup:flags.2?ReplyMarkup entities:flags.3?Vector<MessageEntity> = Updates;
see here for updated Telegram API functions & types
Upvotes: 5