telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
SendMediaGroupMethod
telega
telegram
basic
Undocumented in source.
struct
SendMediaGroupMethod {
mixin
TelegramMethod
!
"/sendMediaGroup"
;
ChatId
chat_id
;
InputMedia
[]
media
;
Nullable
!
bool
disable_notification
;
Nullable
!
uint
reply_to_message_id
;
}
Members
Mixins
__anonymous
mixin
TelegramMethod
!
"/sendMediaGroup"
Undocumented in source.
Variables
chat_id
ChatId
chat_id
;
Undocumented in source.
disable_notification
Nullable
!
bool
disable_notification
;
Undocumented in source.
media
InputMedia
[]
media
;
Undocumented in source.
reply_to_message_id
Nullable
!
uint
reply_to_message_id
;
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