- 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.
- editMessageMedia
bool editMessageMedia(BotApi api, EditMessageMediaMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- editMessageMedia
bool editMessageMedia(BotApi api, T chatId, uint messageId, InputMedia media)
Undocumented in source. Be warned that the author may not have intended to support it.
- editMessageMedia
bool editMessageMedia(BotApi api, string inlineMessageId, InputMedia media)
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.