telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
CallbackQuery
telega
telegram
basic
Undocumented in source.
struct
CallbackQuery {
string
id
;
User
from
;
Nullable
!
Message
message
;
string
inline_message_id
;
string
chat_instance
;
string
data
;
string
game_short_name
;
}
Members
Variables
chat_instance
string
chat_instance
;
Undocumented in source.
data
string
data
;
Undocumented in source.
from
User
from
;
Undocumented in source.
game_short_name
string
game_short_name
;
Undocumented in source.
id
string
id
;
Undocumented in source.
inline_message_id
string
inline_message_id
;
Undocumented in source.
message
Nullable
!
Message
message
;
Undocumented in source.
Meta
Source
See Implementation
telega
telegram
basic
aliases
InputMedia
InputMediaStructs
InputMessageContent
InputMessageContentStructs
ReplyMarkup
ReplyMarkupStructs
enums
ChatAction
ChatType
MessageEntityType
ParseMode
UpdateType
isReplyMarkup
functions
answerCallbackQuery
editMessageLiveLocation
forwardMessage
getChat
getFile
getMe
getUpdates
getUserProfilePhotos
sendAudio
sendChatAction
sendContact
sendDocument
sendLocation
sendMediaGroup
sendMessage
sendPhoto
sendVenue
sendVideo
sendVideoNote
sendVoice
stopMessageLiveLocation
toKeyboardButtonRow
structs
AnswerCallbackQueryMethod
Audio
CallbackQuery
Chat
ChatPhoto
ChatTypeProxy
ChosenInlineResult
Contact
Document
EditMessageLiveLocationMethod
File
ForceReply
ForwardMessageMethod
GetChatMethod
GetFileMethod
GetMeMethod
GetUpdatesMethod
GetUserProfilePhotosMethod
InlineKeyboardButton
InlineKeyboardMarkup
InputContactMessageContent
InputFile
InputLocationMessageContent
InputMediaAnimation
InputMediaAudio
InputMediaDocument
InputMediaPhoto
InputMediaVideo
InputTextMessageContent
InputVenueMessageContent
KeyboardButton
Location
Message
MessageEntity
PhotoSize
ReplyKeyboardMarkup
ReplyKeyboardRemove
ResponseParameters
SendAudioMethod
SendChatActionMethod
SendContactMethod
SendDocumentMethod
SendLocationMethod
SendMediaGroupMethod
SendMessageMethod
SendPhotoMethod
SendVenueMethod
SendVideoMethod
SendVideoNoteMethod
SendVoiceMethod
StopMessageLiveLocationMethod
Update
User
UserProfilePhotos
Venue
Video
VideoNote
Voice