johndoek
johndoek

Reputation: 101

Telegram API edit message

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

Answers (1)

Charles Okwuagwu
Charles Okwuagwu

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

Related Questions