- answerCallbackQuery
bool answerCallbackQuery(BotApi api, AnswerCallbackQueryMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- answerCallbackQuery
bool answerCallbackQuery(BotApi api, string callbackQueryId)
Undocumented in source. Be warned that the author may not have intended to support it.
- editMessageLiveLocation
Nullable!Message editMessageLiveLocation(BotApi api, EditMessageLiveLocationMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- editMessageLiveLocation
Nullable!Message editMessageLiveLocation(BotApi api, string inlineMessageId, float latitude, float longitude)
Undocumented in source. Be warned that the author may not have intended to support it.
- editMessageLiveLocation
Nullable!Message editMessageLiveLocation(BotApi api, T1 chatId, uint messageId, float latitude, float longitude)
Undocumented in source. Be warned that the author may not have intended to support it.
- forwardMessage
Message forwardMessage(BotApi api, T1 chatId, T2 fromChatId, uint messageId)
Undocumented in source. Be warned that the author may not have intended to support it.
- forwardMessage
Message forwardMessage(BotApi api, ForwardMessageMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChat
Chat getChat(BotApi api, GetChatMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChat
Chat getChat(BotApi api, T1 chatId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFile
File getFile(BotApi api, GetFileMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFile
File getFile(BotApi api, string fileId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getMe
User getMe(BotApi api)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUpdates
Update[] getUpdates(BotApi api, GetUpdatesMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUpdates
Update[] getUpdates(BotApi api, int offset, ubyte limit, uint timeout, UpdateType[] allowedUpdates)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUserProfilePhotos
UserProfilePhotos getUserProfilePhotos(BotApi api, GetUserProfilePhotosMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUserProfilePhotos
UserProfilePhotos getUserProfilePhotos(BotApi api, int userId)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendAudio
Message sendAudio(BotApi api, SendAudioMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendAudio
Message sendAudio(BotApi api, T1 chatId, string audio)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendChatAction
bool sendChatAction(BotApi api, SendChatActionMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendChatAction
bool sendChatAction(BotApi api, T1 chatId, string action)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendContact
Message sendContact(BotApi api, SendContactMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendContact
Message sendContact(BotApi api, T1 chatId, string phone_number, string first_name)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendDocument
Message sendDocument(BotApi api, SendDocumentMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendDocument
Message sendDocument(BotApi api, T1 chatId, string document)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendLocation
Message sendLocation(BotApi api, SendLocationMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendLocation
Message sendLocation(BotApi api, T1 chatId, float latitude, float longitude)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendMediaGroup
Message sendMediaGroup(BotApi api, SendMediaGroupMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendMediaGroup
Message sendMediaGroup(BotApi api, T1 chatId, InputMedia[] media)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendMessage
Message sendMessage(BotApi api, SendMessageMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendMessage
Message sendMessage(BotApi api, T chatId, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendPhoto
Message sendPhoto(BotApi api, SendPhotoMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendPhoto
Message sendPhoto(BotApi api, T1 chatId, string photo)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendVenue
Message sendVenue(BotApi api, SendVenueMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendVenue
Message sendVenue(BotApi api, T1 chatId, float latitude, float longitude, string title, string address)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendVideo
Message sendVideo(BotApi api, SendVideoMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendVideo
Message sendVideo(BotApi api, T1 chatId, string video)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendVideoNote
Message sendVideoNote(BotApi api, SendVideoNoteMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendVideoNote
Message sendVideoNote(BotApi api, T1 chatId, string videoNote)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendVoice
Message sendVoice(BotApi api, SendVoiceMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendVoice
Message sendVoice(BotApi api, T1 chatId, string voice)
Undocumented in source. Be warned that the author may not have intended to support it.
- stopMessageLiveLocation
Nullable!Message stopMessageLiveLocation(BotApi api, StopMessageLiveLocationMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- stopMessageLiveLocation
Nullable!Message stopMessageLiveLocation(BotApi api, string inlineMessageId)
Undocumented in source. Be warned that the author may not have intended to support it.
- stopMessageLiveLocation
Nullable!Message stopMessageLiveLocation(BotApi api, T1 chatId, uint messageId)
Undocumented in source. Be warned that the author may not have intended to support it.
- toKeyboardButtonRow
KeyboardButton[] toKeyboardButtonRow(string[] row)
Undocumented in source. Be warned that the author may not have intended to support it.