telega.telegram.basic

Undocumented in source.

Members

Aliases

InputMedia
alias InputMedia = JsonableAlgebraicProxy!InputMediaStructs
Undocumented in source.
InputMediaStructs
alias InputMediaStructs = AliasSeq!(InputMediaPhoto, InputMediaVideo, InputMediaAnimation, InputMediaAudio, InputMediaDocument)
Undocumented in source.
InputMessageContent
alias InputMessageContent = JsonableAlgebraicProxy!InputMessageContentStructs
Undocumented in source.
InputMessageContentStructs
alias InputMessageContentStructs = AliasSeq!(InputTextMessageContent, InputLocationMessageContent, InputVenueMessageContent, InputContactMessageContent)
Undocumented in source.
ReplyMarkup
alias ReplyMarkup = JsonableAlgebraicProxy!ReplyMarkupStructs

Abstract structure for unioining ReplyKeyboardMarkup, ReplyKeyboardRemove, InlineKeyboardMarkup and ForceReply

ReplyMarkupStructs
alias ReplyMarkupStructs = AliasSeq!(ReplyKeyboardMarkup, ReplyKeyboardRemove, InlineKeyboardMarkup, ForceReply)
Undocumented in source.

Enums

ChatAction
enum ChatAction
Undocumented in source.
ChatType
enum ChatType
Undocumented in source.
MessageEntityType
enum MessageEntityType
Undocumented in source.
ParseMode
enum ParseMode
Undocumented in source.
isReplyMarkup
eponymoustemplate isReplyMarkup(T)
Undocumented in source.

Functions

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, int offset, ubyte limit, uint timeout, string[] 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.

Structs

AnswerCallbackQueryMethod
struct AnswerCallbackQueryMethod
Undocumented in source.
Audio
struct Audio
Undocumented in source.
CallbackQuery
struct CallbackQuery
Undocumented in source.
Chat
struct Chat
Undocumented in source.
ChatPhoto
struct ChatPhoto
Undocumented in source.
ChatTypeProxy
struct ChatTypeProxy
Undocumented in source.
ChosenInlineResult
struct ChosenInlineResult
Undocumented in source.
Contact
struct Contact
Undocumented in source.
Document
struct Document
Undocumented in source.
EditMessageLiveLocationMethod
struct EditMessageLiveLocationMethod
Undocumented in source.
File
struct File
Undocumented in source.
ForceReply
struct ForceReply
Undocumented in source.
ForwardMessageMethod
struct ForwardMessageMethod
Undocumented in source.
GetChatMethod
struct GetChatMethod
Undocumented in source.
GetFileMethod
struct GetFileMethod
Undocumented in source.
GetMeMethod
struct GetMeMethod
Undocumented in source.
GetUpdatesMethod
struct GetUpdatesMethod
GetUserProfilePhotosMethod
struct GetUserProfilePhotosMethod
Undocumented in source.
InlineKeyboardButton
struct InlineKeyboardButton
Undocumented in source.
InlineKeyboardMarkup
struct InlineKeyboardMarkup
Undocumented in source.
InputContactMessageContent
struct InputContactMessageContent
Undocumented in source.
InputFile
struct InputFile
Undocumented in source.
InputLocationMessageContent
struct InputLocationMessageContent
Undocumented in source.
InputMediaAnimation
struct InputMediaAnimation
Undocumented in source.
InputMediaAudio
struct InputMediaAudio
Undocumented in source.
InputMediaDocument
struct InputMediaDocument
Undocumented in source.
InputMediaPhoto
struct InputMediaPhoto
Undocumented in source.
InputMediaVideo
struct InputMediaVideo
Undocumented in source.
InputTextMessageContent
struct InputTextMessageContent
Undocumented in source.
InputVenueMessageContent
struct InputVenueMessageContent

outgoing

KeyboardButton
struct KeyboardButton
Undocumented in source.
Location
struct Location
Undocumented in source.
Message
struct Message
Undocumented in source.
MessageEntity
struct MessageEntity
Undocumented in source.
PhotoSize
struct PhotoSize
Undocumented in source.
ReplyKeyboardMarkup
struct ReplyKeyboardMarkup
Undocumented in source.
ReplyKeyboardRemove
struct ReplyKeyboardRemove
Undocumented in source.
ResponseParameters
struct ResponseParameters
Undocumented in source.
SendAudioMethod
struct SendAudioMethod
Undocumented in source.
SendChatActionMethod
struct SendChatActionMethod
Undocumented in source.
SendContactMethod
struct SendContactMethod
Undocumented in source.
SendDocumentMethod
struct SendDocumentMethod
Undocumented in source.
SendLocationMethod
struct SendLocationMethod
Undocumented in source.
SendMediaGroupMethod
struct SendMediaGroupMethod
Undocumented in source.
SendMessageMethod
struct SendMessageMethod
Undocumented in source.
SendPhotoMethod
struct SendPhotoMethod
Undocumented in source.
SendVenueMethod
struct SendVenueMethod
Undocumented in source.
SendVideoMethod
struct SendVideoMethod
Undocumented in source.
SendVideoNoteMethod
struct SendVideoNoteMethod
Undocumented in source.
SendVoiceMethod
struct SendVoiceMethod
Undocumented in source.
StopMessageLiveLocationMethod
struct StopMessageLiveLocationMethod
Undocumented in source.
Update
struct Update
Undocumented in source.
User
struct User
UserProfilePhotos
struct UserProfilePhotos
Undocumented in source.
Venue
struct Venue
Undocumented in source.
Video
struct Video
Undocumented in source.
VideoNote
struct VideoNote
Undocumented in source.
Voice
struct Voice
Undocumented in source.

Meta