telega.telegram.updmessages

Undocumented in source.

Members

Functions

deleteMessage
bool deleteMessage(BotApi api, T1 chatId, uint messageId)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteMessage
bool deleteMessage(BotApi api, DeleteMessageMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
editMessageCaption
bool editMessageCaption(BotApi api, EditMessageCaptionMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
editMessageCaption
bool editMessageCaption(BotApi api, T1 chatId, uint messageId, string caption)
Undocumented in source. Be warned that the author may not have intended to support it.
editMessageCaption
bool editMessageCaption(BotApi api, string inlineMessageId, string caption)
Undocumented in source. Be warned that the author may not have intended to support it.
editMessageReplyMarkup
bool editMessageReplyMarkup(BotApi api, EditMessageReplyMarkupMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
editMessageReplyMarkup
bool editMessageReplyMarkup(BotApi api, T1 chatId, uint messageId, T2 replyMarkup)
Undocumented in source. Be warned that the author may not have intended to support it.
editMessageReplyMarkup
bool editMessageReplyMarkup(BotApi api, string inlineMessageId, Nullable!ReplyMarkup replyMarkup)
Undocumented in source. Be warned that the author may not have intended to support it.
editMessageText
bool editMessageText(BotApi api, EditMessageTextMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
editMessageText
bool editMessageText(BotApi api, T1 chatId, uint messageId, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
editMessageText
bool editMessageText(BotApi api, string inlineMessageId, string text)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DeleteMessageMethod
struct DeleteMessageMethod
Undocumented in source.
EditMessageCaptionMethod
struct EditMessageCaptionMethod
Undocumented in source.
EditMessageReplyMarkupMethod
struct EditMessageReplyMarkupMethod
Undocumented in source.
EditMessageTextMethod
struct EditMessageTextMethod
Undocumented in source.

Meta