telega v0.2.0 (2020-12-05T20:51:45Z)
Dub
Repo
InputMediaAnimation
telega
telegram
basic
Undocumented in source.
struct
InputMediaAnimation {
string
type
;
string
media
;
Nullable
!
string
thumb
;
Nullable
!
string
caption
;
Nullable
!
ParseMode
parse_mode
;
Nullable
!
uint
width
;
Nullable
!
uint
height
;
Nullable
!
uint
duration
;
}
Members
Variables
caption
Nullable
!
string
caption
;
Undocumented in source.
duration
Nullable
!
uint
duration
;
Undocumented in source.
height
Nullable
!
uint
height
;
Undocumented in source.
media
string
media
;
Undocumented in source.
parse_mode
Nullable
!
ParseMode
parse_mode
;
Undocumented in source.
thumb
Nullable
!
string
thumb
;
Undocumented in source.
type
string
type
;
Undocumented in source.
width
Nullable
!
uint
width
;
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