Documentation
¶
Index ¶
- type Animation
- type AnswerInlineQuery
- type Audio
- type BotCommand
- type BotCommandScope
- type BotCommandScopeAllChatAdministrators
- type BotCommandScopeAllGroupChats
- type BotCommandScopeAllPrivateChats
- type BotCommandScopeChat
- type BotCommandScopeChatAdministrators
- type BotCommandScopeChatMember
- type BotCommandScopeDefault
- type CallbackGame
- type CallbackQuery
- type Chat
- type ChatAdministratorRights
- type ChatInviteLink
- type ChatJoinRequest
- type ChatLocation
- type ChatMember
- type ChatMemberAdministrator
- type ChatMemberBanned
- type ChatMemberLeft
- type ChatMemberMember
- type ChatMemberOwner
- type ChatMemberRestricted
- type ChatMemberType
- type ChatMemberUpdated
- type ChatPermissions
- type ChatPhoto
- type ChosenInlineResult
- type Contact
- type Dice
- type Document
- type EncryptedCredentials
- type EncryptedPassportElement
- type File
- type ForceReply
- type Game
- type GameHighScore
- type InlineKeyboardButton
- type InlineKeyboardMarkup
- type InlineQuery
- type InlineQueryResult
- type InlineQueryResultArticle
- type InlineQueryResultAudio
- type InlineQueryResultCachedAudio
- type InlineQueryResultCachedDocument
- type InlineQueryResultCachedGif
- type InlineQueryResultCachedMpeg4Gif
- type InlineQueryResultCachedPhoto
- type InlineQueryResultCachedSticker
- type InlineQueryResultCachedVideo
- type InlineQueryResultCachedVoice
- type InlineQueryResultContact
- type InlineQueryResultDocument
- type InlineQueryResultGame
- type InlineQueryResultGif
- type InlineQueryResultLocation
- type InlineQueryResultMpeg4Gif
- type InlineQueryResultPhoto
- type InlineQueryResultVenue
- type InlineQueryResultVideo
- type InlineQueryResultVoice
- type InputContactMessageContent
- type InputFile
- type InputFileString
- type InputFileType
- type InputFileUpload
- type InputInvoiceMessageContent
- type InputLocationMessageContent
- type InputMedia
- type InputMediaAnimation
- type InputMediaAudio
- type InputMediaDocument
- type InputMediaPhoto
- type InputMediaVideo
- type InputMenuButton
- type InputMessageContent
- type InputTextMessageContent
- type InputVenueMessageContent
- type Invoice
- type KeyboardButton
- type KeyboardButtonPollType
- type LabeledPrice
- type Location
- type LoginURL
- type MaskPosition
- type MenuButton
- type MenuButtonCommands
- type MenuButtonDefault
- type MenuButtonType
- type MenuButtonWebApp
- type Message
- type MessageAutoDeleteTimerChanged
- type MessageEntity
- type MessageEntityType
- type MessageID
- type OrderInfo
- type ParseMode
- type PassportData
- type PassportElementError
- type PassportElementErrorDataField
- type PassportElementErrorFile
- type PassportElementErrorFiles
- type PassportElementErrorFrontSide
- type PassportElementErrorReverseSide
- type PassportElementErrorSelfie
- type PassportElementErrorTranslationFile
- type PassportElementErrorTranslationFiles
- type PassportElementErrorUnspecified
- type PassportFile
- type PhotoSize
- type Poll
- type PollAnswer
- type PollOption
- type PreCheckoutQuery
- type ProximityAlertTriggered
- type ReplyKeyboardMarkup
- type ReplyKeyboardRemove
- type ReplyMarkup
- type SentWebAppMessage
- type ShippingAddress
- type ShippingOption
- type ShippingQuery
- type Sticker
- type StickerSet
- type SuccessfulPayment
- type Update
- type User
- type UserProfilePhotos
- type Venue
- type Video
- type VideoChatEnded
- type VideoChatParticipantsInvited
- type VideoChatScheduled
- type VideoChatStarted
- type VideoNote
- type Voice
- type VoiceChatEnded
- type VoiceChatParticipantsInvited
- type VoiceChatScheduled
- type VoiceChatStarted
- type WebAppData
- type WebAppInfo
- type WebhookInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Animation ¶
type Animation struct {
FileID string `json:"file_id"`
FileUniqueID string `json:"file_unique_id"`
Width int `json:"width"`
Height int `json:"height"`
Duration int `json:"duration"`
Thumb *PhotoSize `json:"thumb,omitempty"`
FileName string `json:"file_name,omitempty"`
MimeType string `json:"mime_type,omitempty"`
FileSize int `json:"file_size,omitempty"`
}
type AnswerInlineQuery ¶
type AnswerInlineQuery struct {
InlineQueryID string `json:"inline_query_id"`
Results []InlineQueryResult `json:"results"`
CacheTime int `json:"cache_time,omitempty"`
IsPersonal bool `json:"is_personal,omitempty"`
NextOffset string `json:"next_offset,omitempty"`
SwitchPmText string `json:"switch_pm_text,omitempty"`
SwitchPmParameter string `json:"switch_pm_parameter,omitempty"`
}
AnswerInlineQuery https://core.telegram.org/bots/api#answerinlinequery
type Audio ¶
type Audio struct {
FileID string `json:"file_id"`
FileUniqueID string `json:"file_unique_id"`
Duration int `json:"duration"`
Performer string `json:"performer,omitempty"`
Title string `json:"title,omitempty"`
FileName string `json:"file_name,omitempty"`
MimeType string `json:"mime_type,omitempty"`
FileSize int `json:"file_size,omitempty"`
Thumb *PhotoSize `json:"thumb,omitempty"`
}
type BotCommand ¶
type BotCommandScope ¶
BotCommandScope https://core.telegram.org/bots/api#botcommandscope
type BotCommandScopeAllChatAdministrators ¶
type BotCommandScopeAllChatAdministrators struct{}
BotCommandScopeAllChatAdministrators https://core.telegram.org/bots/api#botcommandscopeallchatadministrators
func (*BotCommandScopeAllChatAdministrators) MarshalCustom ¶
func (m *BotCommandScopeAllChatAdministrators) MarshalCustom() ([]byte, error)
type BotCommandScopeAllGroupChats ¶
type BotCommandScopeAllGroupChats struct{}
BotCommandScopeAllGroupChats https://core.telegram.org/bots/api#botcommandscopeallgroupchats
func (*BotCommandScopeAllGroupChats) MarshalCustom ¶
func (m *BotCommandScopeAllGroupChats) MarshalCustom() ([]byte, error)
type BotCommandScopeAllPrivateChats ¶
type BotCommandScopeAllPrivateChats struct{}
BotCommandScopeAllPrivateChats https://core.telegram.org/bots/api#botcommandscopeallprivatechats
func (*BotCommandScopeAllPrivateChats) MarshalCustom ¶
func (m *BotCommandScopeAllPrivateChats) MarshalCustom() ([]byte, error)
type BotCommandScopeChat ¶
type BotCommandScopeChat struct{}
BotCommandScopeChat https://core.telegram.org/bots/api#botcommandscopechat
func (*BotCommandScopeChat) MarshalCustom ¶
func (m *BotCommandScopeChat) MarshalCustom() ([]byte, error)
type BotCommandScopeChatAdministrators ¶
type BotCommandScopeChatAdministrators struct {
ChatID any `json:"chat_id"`
}
BotCommandScopeChatAdministrators https://core.telegram.org/bots/api#botcommandscopechatadministrators
type BotCommandScopeChatMember ¶
BotCommandScopeChatMember https://core.telegram.org/bots/api#botcommandscopechatmember
func (*BotCommandScopeChatMember) MarshalCustom ¶
func (m *BotCommandScopeChatMember) MarshalCustom() ([]byte, error)
type BotCommandScopeDefault ¶
type BotCommandScopeDefault struct{}
BotCommandScopeDefault https://core.telegram.org/bots/api#botcommandscopedefault
func (*BotCommandScopeDefault) MarshalCustom ¶
func (m *BotCommandScopeDefault) MarshalCustom() ([]byte, error)
type CallbackGame ¶
type CallbackGame struct {
UserID int `json:"user_id"`
Score int `json:"score"`
Force bool `json:"force,omitempty"`
DisableEditMessage bool `json:"disable_edit_message,omitempty"`
ChatID int `json:"chat_id,omitempty"`
MessageID int `json:"message_id,omitempty"`
InlineMessageID int `json:"inline_message_id,omitempty"`
}
type CallbackQuery ¶
type CallbackQuery struct {
ID string `json:"id"`
Sender User `json:"from,omitempty"`
Message *Message `json:"message,omitempty"`
InlineMessageID string `json:"inline_message_id,omitempty"`
ChatInstance string `json:"chat_instance,omitempty"`
Data string `json:"data,omitempty"`
GameShortName string `json:"game_short_name,omitempty"`
}
CallbackQuery https://core.telegram.org/bots/api#callbackquery
type Chat ¶
type Chat struct {
ID int `json:"id"`
Type string `json:"type"`
Title string `json:"title,omitempty"`
Username string `json:"username,omitempty"`
FirstName string `json:"first_name,omitempty"`
LastName string `json:"last_name,omitempty"`
Photo *ChatPhoto `json:"photo,omitempty"`
Bio string `json:"bio"`
HasPrivateForwards bool `json:"has_private_forwards,omitempty"`
HasRestrictedVoiceAndVideoMessages bool `json:"has_restricted_voice_and_video_messages,omitempty"`
JoinToSendMessages bool `json:"join_to_send_messages"`
JoinByRequest bool `json:"join_by_request"`
Description string `json:"description,omitempty"`
InviteLink string `json:"invite_link,omitempty"`
PinnedMessage *Message `json:"pinned_message,omitempty"`
Permissions *ChatPermissions `json:"permissions,omitempty"`
SlowModeDelay int `json:"slow_mode_delay,omitempty"`
MessageAutoDeleteTime int `json:"message_auto_delete_time,omitempty"`
HasProtectedContent bool `json:"has_protected_content,omitempty"`
StickerSetName string `json:"sticker_set_name,omitempty"`
CanSetStickerSet bool `json:"can_set_sticker_set,omitempty"`
LinkedChatID int `json:"linked_chat_id,omitempty"`
Location *ChatLocation `json:"location,omitempty"`
}
type ChatAdministratorRights ¶
type ChatAdministratorRights struct {
IsAnonymous bool `json:"is_anonymous"`
CanManageChat bool `json:"can_manage_chat"`
CanDeleteMessages bool `json:"can_delete_messages"`
CanManageVideoChats bool `json:"can_manage_video_chats"`
CanRestrictMembers bool `json:"can_restrict_members"`
CanPromoteMembers bool `json:"can_promote_members"`
CanChangeInfo bool `json:"can_change_info"`
CanInviteUsers bool `json:"can_invite_users"`
CanPostMessages bool `json:"can_post_messages,omitempty"`
CanEditMessages bool `json:"can_edit_messages,omitempty"`
CanPinMessages bool `json:"can_pin_messages,omitempty"`
}
ChatAdministratorRights https://core.telegram.org/bots/api#chatadministratorrights
type ChatInviteLink ¶
type ChatInviteLink struct {
InviteLink string `json:"invite_link"`
Creator User `json:"creator"`
CreatesJoinRequest bool `json:"creates_join_request"`
IsPrimary bool `json:"is_primary"`
IsRevoked bool `json:"is_revoked"`
Name string `json:"name,omitempty"`
ExpireDate int `json:"expire_date,omitempty"`
MemberLimit int `json:"member_limit,omitempty"`
PendingJoinRequestCount int `json:"pending_join_request_count,omitempty"`
}
ChatInviteLink https://core.telegram.org/bots/api#chatinvitelink
type ChatJoinRequest ¶
type ChatJoinRequest struct {
Chat Chat `json:"chat"`
From User `json:"from"`
Date int `json:"date"`
Bio string `json:"bio,omitempty"`
InviteLink *ChatInviteLink `json:"invite_link,omitempty"`
}
ChatJoinRequest https://core.telegram.org/bots/api#chatjoinrequest
type ChatLocation ¶
ChatLocation https://core.telegram.org/bots/api#chatlocation
type ChatMember ¶
type ChatMember struct {
Type ChatMemberType
Owner *ChatMemberOwner
Administrator *ChatMemberAdministrator
Member *ChatMemberMember
Restricted *ChatMemberRestricted
Left *ChatMemberLeft
Banned *ChatMemberBanned
}
ChatMember https://core.telegram.org/bots/api#chatmember
func (*ChatMember) UnmarshalJSON ¶
func (c *ChatMember) UnmarshalJSON(data []byte) error
type ChatMemberAdministrator ¶
type ChatMemberAdministrator struct {
Status string `json:"status"` // The member's status in the chat, always “administrator”
User User `json:"user"`
CanBeEdited bool `json:"can_be_edited"`
IsAnonymous bool `json:"is_anonymous"`
CanManageChat bool `json:"can_manage_chat"`
CanDeleteMessages bool `json:"can_delete_messages"`
CanManageVideoChats bool `json:"can_manage_video_chats"`
CanRestrictMembers bool `json:"can_restrict_members"`
CanPromoteMembers bool `json:"can_promote_members"`
CanChangeInfo bool `json:"can_change_info"`
CanInviteUsers bool `json:"can_invite_users"`
CanPostMessages bool `json:"can_post_messages,omitempty"`
CanEditMessages bool `json:"can_edit_messages,omitempty"`
CanPinMessages bool `json:"can_pin_messages,omitempty"`
CustomTitle string `json:"custom_title,omitempty"`
}
ChatMemberAdministrator https://core.telegram.org/bots/api#chatmemberadministrator
type ChatMemberBanned ¶
type ChatMemberBanned struct {
Status string `json:"status"` // The member's status in the chat, always “kicked”
User *User `json:"user"`
UntilDate int `json:"until_date"`
}
ChatMemberBanned https://core.telegram.org/bots/api#chatmemberbanned
type ChatMemberLeft ¶
type ChatMemberLeft struct {
Status string `json:"status"` // The member's status in the chat, always “left”
User *User `json:"user"`
}
ChatMemberLeft https://core.telegram.org/bots/api#chatmemberleft
type ChatMemberMember ¶
type ChatMemberMember struct {
Status string `json:"status"` // The member's status in the chat, always “member”
User *User `json:"user"`
}
ChatMemberMember https://core.telegram.org/bots/api#chatmembermember
type ChatMemberOwner ¶
type ChatMemberOwner struct {
Status string `json:"status"` // The member's status in the chat, always “creator”
User *User `json:"user"`
IsAnonymous bool `json:"is_anonymous"`
CustomTitle string `json:"custom_title,omitempty"`
}
ChatMemberOwner https://core.telegram.org/bots/api#chatmemberowner
type ChatMemberRestricted ¶
type ChatMemberRestricted struct {
Status string `json:"status"` // The member's status in the chat, always “restricted”
User *User `json:"user"`
IsMember bool `json:"is_member"`
CanChangeInfo bool `json:"can_change_info"`
CanInviteUsers bool `json:"can_invite_users"`
CanPinMessages bool `json:"can_pin_messages"`
CanSendMessages bool `json:"can_send_messages"`
CanSendMediaMessages bool `json:"can_send_media_messages"`
CanSendPolls bool `json:"can_send_polls"`
CanSendOtherMessages bool `json:"can_send_other_messages"`
CanAddWebPagePreviews bool `json:"can_add_web_page_previews"`
UntilDate int `json:"until_date"`
}
ChatMemberRestricted https://core.telegram.org/bots/api#chatmemberrestricted
type ChatMemberType ¶
type ChatMemberType int
const ( ChatMemberTypeOwner ChatMemberType = iota ChatMemberTypeAdministrator ChatMemberTypeMember ChatMemberTypeRestricted ChatMemberTypeLeft ChatMemberTypeBanned )
type ChatMemberUpdated ¶
type ChatMemberUpdated struct {
Chat Chat `json:"chat"`
From User `json:"from"`
Date int `json:"date"`
OldChatMember ChatMember `json:"old_chat_member"`
NewChatMember ChatMember `json:"new_chat_member"`
InviteLink *ChatInviteLink `json:"invite_link,omitempty"`
}
ChatMemberUpdated https://core.telegram.org/bots/api#chatmemberupdated
type ChatPermissions ¶
type ChatPermissions struct {
CanSendMessages bool `json:"can_send_messages,omitempty"`
CanSendMediaMessages bool `json:"can_send_media_messages,omitempty"`
CanSendPolls bool `json:"can_send_polls,omitempty"`
CanSendOtherMessages bool `json:"can_send_other_messages,omitempty"`
CanAddWebPagePreviews bool `json:"can_add_web_page_previews,omitempty"`
CanChangeInfo bool `json:"can_change_info,omitempty"`
CanInviteUsers bool `json:"can_invite_users,omitempty"`
CanPinMessages bool `json:"can_pin_messages,omitempty"`
}
ChatPermissions https://core.telegram.org/bots/api#chatpermissions
type ChatPhoto ¶
type ChosenInlineResult ¶
type ChosenInlineResult struct {
ResultID string `json:"result_id"`
From User `json:"from"`
Location *Location `json:"location,omitempty"`
InlineMessageID string `json:"inline_message_id,omitempty"`
Query string `json:"query"`
}
ChosenInlineResult https://core.telegram.org/bots/api#choseninlineresult
type Contact ¶
type Document ¶
type EncryptedCredentials ¶
type EncryptedCredentials struct {
Data string `json:"data"`
Hash string `json:"hash"`
Secret string `json:"secret"`
}
EncryptedCredentials https://core.telegram.org/bots/api#encryptedcredentials
type EncryptedPassportElement ¶
type EncryptedPassportElement struct {
Type string `json:"type"`
Data string `json:"data,omitempty"`
PhoneNumber string `json:"phone_number,omitempty"`
Email string `json:"email,omitempty"`
Files []PassportFile `json:"files,omitempty"`
FrontSide *PassportFile `json:"front_side,omitempty"`
ReverseSide *PassportFile `json:"reverse_side,omitempty"`
Selfie *PassportFile `json:"selfie,omitempty"`
Translation []PassportFile `json:"translation,omitempty"`
Hash string `json:"hash"`
}
EncryptedPassportElement https://core.telegram.org/bots/api#encryptedpassportelement
type File ¶
type ForceReply ¶
type Game ¶
type GameHighScore ¶
type GameHighScore struct {
Position int `json:"position"`
User User `json:"user"`
Score int `json:"score"`
}
GameHighScore https://core.telegram.org/bots/api#gamehighscore
type InlineKeyboardButton ¶
type InlineKeyboardButton struct {
Text string `json:"text"`
URL string `json:"url,omitempty"`
CallbackData string `json:"callback_data,omitempty"`
WebApp *WebAppInfo `json:"web_app,omitempty"`
LoginURL *LoginURL `json:"login_url,omitempty"`
SwitchInlineQuery string `json:"switch_inline_query,omitempty"`
SwitchInlineQueryCurrentChat string `json:"switch_inline_query_current_chat,omitempty"`
CallbackGame *CallbackGame `json:"callback_game,omitempty"`
Pay bool `json:"pay,omitempty"`
}
InlineKeyboardButton https://core.telegram.org/bots/api#inlinekeyboardbutton
type InlineKeyboardMarkup ¶
type InlineKeyboardMarkup struct {
InlineKeyboard [][]InlineKeyboardButton `json:"inline_keyboard"`
}
InlineKeyboardMarkup https://core.telegram.org/bots/api#inlinekeyboardmarkup
type InlineQuery ¶
type InlineQuery struct {
ID string `json:"id"`
From *User `json:"from"`
Query string `json:"query"`
Offset string `json:"offset"`
ChatType string `json:"chat_type,omitempty"`
Location *Location `json:"location,omitempty"`
}
InlineQuery https://core.telegram.org/bots/api#inlinequery
type InlineQueryResult ¶
type InlineQueryResult interface {
MarshalCustom() ([]byte, error)
// contains filtered or unexported methods
}
InlineQueryResult https://core.telegram.org/bots/api#inlinequeryresult
type InlineQueryResultArticle ¶
type InlineQueryResultArticle struct {
ID string `json:"id"`
Title string `json:"title,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
URL string `json:"url,omitempty"`
HideURL bool `json:"hide_url,omitempty"`
Description string `json:"description,omitempty"`
ThumbURL string `json:"thumb_url,omitempty"`
ThumbWidth int `json:"thumb_width,omitempty"`
ThumbHeight int `json:"thumb_height,omitempty"`
}
InlineQueryResultArticle https://core.telegram.org/bots/api#inlinequeryresultarticle
func (*InlineQueryResultArticle) MarshalCustom ¶
func (m *InlineQueryResultArticle) MarshalCustom() ([]byte, error)
type InlineQueryResultAudio ¶
type InlineQueryResultAudio struct {
ID string `json:"id"`
AudioURL string `json:"audio_url"`
Title string `json:"title,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
Performer string `json:"performer,omitempty"`
AudioDuration int `json:"audio_duration,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultAudio https://core.telegram.org/bots/api#inlinequeryresultaudio
func (*InlineQueryResultAudio) MarshalCustom ¶
func (m *InlineQueryResultAudio) MarshalCustom() ([]byte, error)
type InlineQueryResultCachedAudio ¶
type InlineQueryResultCachedAudio struct {
ID string `json:"id"`
AudioFileID string `json:"audio_file_id"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultCachedAudio https://core.telegram.org/bots/api#inlinequeryresultcachedaudio
func (*InlineQueryResultCachedAudio) MarshalCustom ¶
func (m *InlineQueryResultCachedAudio) MarshalCustom() ([]byte, error)
type InlineQueryResultCachedDocument ¶
type InlineQueryResultCachedDocument struct {
ID string `json:"id"`
Title string `json:"title,omitempty"`
DocumentFileID string `json:"document_file_id"`
Description string `json:"description,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultCachedDocument https://core.telegram.org/bots/api#inlinequeryresultcacheddocument
func (*InlineQueryResultCachedDocument) MarshalCustom ¶
func (m *InlineQueryResultCachedDocument) MarshalCustom() ([]byte, error)
type InlineQueryResultCachedGif ¶
type InlineQueryResultCachedGif struct {
ID string `json:"id"`
GifFileID string `json:"gif_file_id"`
Title string `json:"title,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultCachedGif https://core.telegram.org/bots/api#inlinequeryresultcachedgif
func (*InlineQueryResultCachedGif) MarshalCustom ¶
func (m *InlineQueryResultCachedGif) MarshalCustom() ([]byte, error)
type InlineQueryResultCachedMpeg4Gif ¶
type InlineQueryResultCachedMpeg4Gif struct {
ID string `json:"id"`
Mpeg4FileID string `json:"mpeg4_file_id"`
Title string `json:"title,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultCachedMpeg4Gif https://core.telegram.org/bots/api#inlinequeryresultcachedmpeg4gif
func (*InlineQueryResultCachedMpeg4Gif) MarshalCustom ¶
func (m *InlineQueryResultCachedMpeg4Gif) MarshalCustom() ([]byte, error)
type InlineQueryResultCachedPhoto ¶
type InlineQueryResultCachedPhoto struct {
ID string `json:"id"`
PhotoFileID string `json:"photo_file_id"`
Title string `json:"title,omitempty"`
Description string `json:"description,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultCachedPhoto https://core.telegram.org/bots/api#inlinequeryresultcachedphoto
func (*InlineQueryResultCachedPhoto) MarshalCustom ¶
func (m *InlineQueryResultCachedPhoto) MarshalCustom() ([]byte, error)
type InlineQueryResultCachedSticker ¶
type InlineQueryResultCachedSticker struct {
ID string `json:"id"`
StickerFileID string `json:"sticker_file_id"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultCachedSticker https://core.telegram.org/bots/api#inlinequeryresultcachedsticker
func (*InlineQueryResultCachedSticker) MarshalCustom ¶
func (m *InlineQueryResultCachedSticker) MarshalCustom() ([]byte, error)
type InlineQueryResultCachedVideo ¶
type InlineQueryResultCachedVideo struct {
ID string `json:"id"`
VideoFileID string `json:"video_file_id"`
Title string `json:"title,omitempty"`
Description string `json:"description,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultCachedVideo https://core.telegram.org/bots/api#inlinequeryresultcachedvideo
func (*InlineQueryResultCachedVideo) MarshalCustom ¶
func (m *InlineQueryResultCachedVideo) MarshalCustom() ([]byte, error)
type InlineQueryResultCachedVoice ¶
type InlineQueryResultCachedVoice struct {
ID string `json:"id"`
VoiceFileID string `json:"voice_file_id"`
Title string `json:"title,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultCachedVoice https://core.telegram.org/bots/api#inlinequeryresultcachedvoice
func (*InlineQueryResultCachedVoice) MarshalCustom ¶
func (m *InlineQueryResultCachedVoice) MarshalCustom() ([]byte, error)
type InlineQueryResultContact ¶
type InlineQueryResultContact struct {
ID string `json:"id"`
PhoneNumber string `json:"phone_number"`
FirstName string `json:"first_name"`
LastName string `json:"last_name,omitempty"`
VCard string `json:"vcard,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
ThumbURL string `json:"thumb_url,omitempty"`
ThumbWidth int `json:"thumb_width,omitempty"`
ThumbHeight int `json:"thumb_height,omitempty"`
}
InlineQueryResultContact https://core.telegram.org/bots/api#inlinequeryresultcontact
func (*InlineQueryResultContact) MarshalCustom ¶
func (m *InlineQueryResultContact) MarshalCustom() ([]byte, error)
type InlineQueryResultDocument ¶
type InlineQueryResultDocument struct {
ID string `json:"id"`
Title string `json:"title,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
DocumentURL string `json:"document_url"`
MimeType string `json:"mime_type"`
Description string `json:"description,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
ThumbURL string `json:"thumb_url,omitempty"`
ThumbWidth int `json:"thumb_width,omitempty"`
ThumbHeight int `json:"thumb_height,omitempty"`
}
InlineQueryResultDocument https://core.telegram.org/bots/api#inlinequeryresultdocument
func (*InlineQueryResultDocument) MarshalCustom ¶
func (m *InlineQueryResultDocument) MarshalCustom() ([]byte, error)
type InlineQueryResultGame ¶
type InlineQueryResultGame struct {
ID string `json:"id"`
GameShortName string `json:"game_short_name"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
}
InlineQueryResultGame https://core.telegram.org/bots/api#inlinequeryresultgame
func (*InlineQueryResultGame) MarshalCustom ¶
func (m *InlineQueryResultGame) MarshalCustom() ([]byte, error)
type InlineQueryResultGif ¶
type InlineQueryResultGif struct {
ID string `json:"id"`
GifURL string `json:"gif_url"`
GifWidth int `json:"gif_width,omitempty"`
GifHeight int `json:"gif_height,omitempty"`
GifDuration int `json:"gif_duration,omitempty"`
ThumbURL string `json:"thumb_url"`
ThumbMimeType string `json:"thumb_mime_type,omitempty"`
Title string `json:"title,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultGif https://core.telegram.org/bots/api#inlinequeryresultgif
func (*InlineQueryResultGif) MarshalCustom ¶
func (m *InlineQueryResultGif) MarshalCustom() ([]byte, error)
type InlineQueryResultLocation ¶
type InlineQueryResultLocation struct {
ID string `json:"id"`
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
Title string `json:"title,omitempty"`
HorizontalAccuracy float64 `json:"horizontal_accuracy,omitempty"`
LivePeriod int `json:"live_period,omitempty"`
Heading int `json:"heading,omitempty"`
ProximityAlertRadius int `json:"proximity_alert_radius,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
ThumbURL string `json:"thumb_url,omitempty"`
ThumbWidth int `json:"thumb_width,omitempty"`
ThumbHeight int `json:"thumb_height,omitempty"`
}
InlineQueryResultLocation https://core.telegram.org/bots/api#inlinequeryresultlocation
func (*InlineQueryResultLocation) MarshalCustom ¶
func (m *InlineQueryResultLocation) MarshalCustom() ([]byte, error)
type InlineQueryResultMpeg4Gif ¶
type InlineQueryResultMpeg4Gif struct {
ID string `json:"id"`
Mpeg4URL string `json:"mpeg4_url"`
Mpeg4Width int `json:"mpeg4_width,omitempty"`
Mpeg4Height int `json:"mpeg4_height,omitempty"`
Mpeg4Duration int `json:"mpeg4_duration,omitempty"`
ThumbURL string `json:"thumb_url"`
ThumbMimeType string `json:"thumb_mime_type,omitempty"`
Title string `json:"title,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultMpeg4Gif https://core.telegram.org/bots/api#inlinequeryresultmpeg4gif
func (*InlineQueryResultMpeg4Gif) MarshalCustom ¶
func (m *InlineQueryResultMpeg4Gif) MarshalCustom() ([]byte, error)
type InlineQueryResultPhoto ¶
type InlineQueryResultPhoto struct {
ID string `json:"id"`
PhotoURL string `json:"photo_url"`
ThumbURL string `json:"thumb_url"`
PhotoWidth int `json:"photo_width,omitempty"`
PhotoHeight int `json:"photo_height,omitempty"`
Title string `json:"title,omitempty"`
Description string `json:"description,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultPhoto https://core.telegram.org/bots/api#inlinequeryresultphoto
func (*InlineQueryResultPhoto) MarshalCustom ¶
func (m *InlineQueryResultPhoto) MarshalCustom() ([]byte, error)
type InlineQueryResultVenue ¶
type InlineQueryResultVenue struct {
ID string `json:"id"`
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
Title string `json:"title,omitempty"`
Address string `json:"address"`
FoursquareID string `json:"foursquare_id,omitempty"`
FoursquareType string `json:"foursquare_type,omitempty"`
GooglePlaceID string `json:"google_place_id,omitempty"`
GooglePlaceType string `json:"google_place_type,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
ThumbURL string `json:"thumb_url,omitempty"`
ThumbWidth int `json:"thumb_width,omitempty"`
ThumbHeight int `json:"thumb_height,omitempty"`
}
InlineQueryResultVenue https://core.telegram.org/bots/api#inlinequeryresultvenue
func (*InlineQueryResultVenue) MarshalCustom ¶
func (m *InlineQueryResultVenue) MarshalCustom() ([]byte, error)
type InlineQueryResultVideo ¶
type InlineQueryResultVideo struct {
ID string `json:"id"`
VideoURL string `json:"video_url"`
MimeType string `json:"mime_type,omitempty"`
ThumbURL string `json:"thumb_url"`
Title string `json:"title,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
VideoWidth int `json:"video_width,omitempty"`
VideoHeight int `json:"video_height,omitempty"`
VideoDuration int `json:"video_duration,omitempty"`
Description string `json:"description,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultVideo https://core.telegram.org/bots/api#inlinequeryresultvideo
func (*InlineQueryResultVideo) MarshalCustom ¶
func (m *InlineQueryResultVideo) MarshalCustom() ([]byte, error)
type InlineQueryResultVoice ¶
type InlineQueryResultVoice struct {
ID string `json:"id"`
VoiceURL string `json:"voice_url"`
Title string `json:"title,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
VoiceDuration int `json:"voice_duration,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
InputMessageContent InputMessageContent `json:"input_message_content,omitempty"`
}
InlineQueryResultVoice https://core.telegram.org/bots/api#inlinequeryresultvoice
func (*InlineQueryResultVoice) MarshalCustom ¶
func (m *InlineQueryResultVoice) MarshalCustom() ([]byte, error)
type InputContactMessageContent ¶
type InputContactMessageContent struct {
PhoneNumber string `json:"phone_number"`
FirstName string `json:"first_name"`
LastName string `json:"last_name,omitempty"`
VCard string `json:"vcard,omitempty"`
}
InputContactMessageContent https://core.telegram.org/bots/api#inputcontactmessagecontent
type InputFileString ¶
type InputFileString struct {
Data string
}
func (*InputFileString) MarshalJSON ¶
func (i *InputFileString) MarshalJSON() ([]byte, error)
type InputFileType ¶
type InputFileType int
type InputFileUpload ¶
func (*InputFileUpload) MarshalJSON ¶
func (i *InputFileUpload) MarshalJSON() ([]byte, error)
type InputInvoiceMessageContent ¶
type InputInvoiceMessageContent struct {
Title string `json:"title"`
Description string `json:"description"`
Payload string `json:"payload"`
ProviderToken string `json:"provider_token"`
Currency string `json:"currency"`
Prices []LabeledPrice `json:"prices"`
MaxTipAmount int `json:"max_tip_amount,omitempty"`
SuggestedTipAmounts []int `json:"suggested_tip_amounts,omitempty"`
ProviderData string `json:"provider_data,omitempty"`
PhotoURL string `json:"photo_url,omitempty"`
PhotoSize int `json:"photo_size,omitempty"`
PhotoWidth int `json:"photo_width,omitempty"`
PhotoHeight int `json:"photo_height,omitempty"`
NeedName bool `json:"need_name,omitempty"`
NeedPhoneNumber bool `json:"need_phone_number,omitempty"`
NeedEmail bool `json:"need_email,omitempty"`
NeedShippingAddress bool `json:"need_shipping_address,omitempty"`
SendPhoneNumberToProvider bool `json:"send_phone_number_to_provider,omitempty"`
SendEmailToProvider bool `json:"send_email_to_provider,omitempty"`
IsFlexible bool `json:"is_flexible,omitempty"`
}
InputInvoiceMessageContent https://core.telegram.org/bots/api#inputinvoicemessagecontent
type InputLocationMessageContent ¶
type InputLocationMessageContent struct {
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
HorizontalAccuracy float64 `json:"horizontal_accuracy,omitempty"`
LivePeriod int `json:"live_period,omitempty"`
Heading int `json:"heading,omitempty"`
ProximityAlertRadius int `json:"proximity_alert_radius,omitempty"`
}
InputLocationMessageContent https://core.telegram.org/bots/api#inputlocationmessagecontent
type InputMedia ¶
type InputMediaAnimation ¶
type InputMediaAnimation struct {
Media string `json:"media"`
Thumb InputFile `json:"thumb,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
Width int `json:"width,omitempty"`
Height int `json:"height,omitempty"`
Duration int `json:"duration,omitempty"`
MediaAttachment io.Reader `json:"-"`
}
InputMediaAnimation https://core.telegram.org/bots/api#inputmediaanimation
func (*InputMediaAnimation) Attachment ¶
func (m *InputMediaAnimation) Attachment() io.Reader
func (*InputMediaAnimation) GetMedia ¶
func (m *InputMediaAnimation) GetMedia() string
func (InputMediaAnimation) MarshalInputMedia ¶
func (m InputMediaAnimation) MarshalInputMedia() ([]byte, error)
type InputMediaAudio ¶
type InputMediaAudio struct {
Media string `json:"media"`
Thumb InputFile `json:"thumb,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
Duration int `json:"duration,omitempty"`
Performer string `json:"performer,omitempty"`
Title string `json:"title,omitempty"`
MediaAttachment io.Reader `json:"-"`
}
InputMediaAudio https://core.telegram.org/bots/api#inputmediaaudio
func (*InputMediaAudio) Attachment ¶
func (m *InputMediaAudio) Attachment() io.Reader
func (*InputMediaAudio) GetMedia ¶
func (m *InputMediaAudio) GetMedia() string
func (InputMediaAudio) MarshalInputMedia ¶
func (m InputMediaAudio) MarshalInputMedia() ([]byte, error)
type InputMediaDocument ¶
type InputMediaDocument struct {
Media string `json:"media"`
Thumb InputFile `json:"thumb,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
DisableContentTypeDetection bool `json:"disable_content_type_detection,omitempty"`
MediaAttachment io.Reader `json:"-"`
}
InputMediaDocument https://core.telegram.org/bots/api#inputmediadocument
func (*InputMediaDocument) Attachment ¶
func (m *InputMediaDocument) Attachment() io.Reader
func (*InputMediaDocument) GetMedia ¶
func (m *InputMediaDocument) GetMedia() string
func (InputMediaDocument) MarshalInputMedia ¶
func (m InputMediaDocument) MarshalInputMedia() ([]byte, error)
type InputMediaPhoto ¶
type InputMediaPhoto struct {
Media string `json:"media"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
MediaAttachment io.Reader `json:"-"`
}
InputMediaPhoto https://core.telegram.org/bots/api#inputmediaphoto
func (*InputMediaPhoto) Attachment ¶
func (m *InputMediaPhoto) Attachment() io.Reader
func (*InputMediaPhoto) GetMedia ¶
func (m *InputMediaPhoto) GetMedia() string
func (*InputMediaPhoto) MarshalInputMedia ¶
func (m *InputMediaPhoto) MarshalInputMedia() ([]byte, error)
type InputMediaVideo ¶
type InputMediaVideo struct {
Media string `json:"media"`
Thumb InputFile `json:"thumb,omitempty"`
Caption string `json:"caption,omitempty"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
Width int `json:"width,omitempty"`
Height int `json:"height,omitempty"`
Duration int `json:"duration,omitempty"`
SupportsStreaming bool `json:"supports_streaming,omitempty"`
MediaAttachment io.Reader `json:"-"`
}
InputMediaVideo https://core.telegram.org/bots/api#inputmediavideo
func (*InputMediaVideo) Attachment ¶
func (m *InputMediaVideo) Attachment() io.Reader
func (*InputMediaVideo) GetMedia ¶
func (m *InputMediaVideo) GetMedia() string
func (InputMediaVideo) MarshalInputMedia ¶
func (m InputMediaVideo) MarshalInputMedia() ([]byte, error)
type InputMenuButton ¶
type InputMenuButton interface {
// contains filtered or unexported methods
}
type InputMessageContent ¶
type InputMessageContent interface {
// contains filtered or unexported methods
}
InputMessageContent https://core.telegram.org/bots/api#inputmessagecontent
type InputTextMessageContent ¶
type InputTextMessageContent struct {
MessageText string `json:"message_text"`
ParseMode ParseMode `json:"parse_mode,omitempty"`
Entities []MessageEntity `json:"entities,omitempty"`
DisableWebPagePreview bool `json:"disable_web_page_preview,omitempty"`
}
InputTextMessageContent https://core.telegram.org/bots/api#inputtextmessagecontent
type InputVenueMessageContent ¶
type InputVenueMessageContent struct {
Latitude float64 `json:"latitude"`
Longitude float64 `json:"longitude"`
Title string `json:"title"`
Address string `json:"address"`
FoursquareID string `json:"foursquare_id,omitempty"`
FoursquareType string `json:"foursquare_type,omitempty"`
GooglePlaceID string `json:"google_place_id,omitempty"`
GooglePlaceType string `json:"google_place_type,omitempty"`
}
InputVenueMessageContent https://core.telegram.org/bots/api#inputvenuemessagecontent
type Invoice ¶
type KeyboardButton ¶
type KeyboardButton struct {
Text string `json:"text"`
RequestContact bool `json:"request_contact,omitempty"`
RequestLocation bool `json:"request_location,omitempty"`
RequestPoll *KeyboardButtonPollType `json:"request_poll,omitempty"`
WebApp *WebAppInfo `json:"web_app,omitempty"`
}
KeyboardButton https://core.telegram.org/bots/api#keyboardbutton
type KeyboardButtonPollType ¶
type KeyboardButtonPollType struct {
Type string `json:"type,omitempty"`
}
KeyboardButtonPollType https://core.telegram.org/bots/api#keyboardbuttonpolltype
type LabeledPrice ¶
LabeledPrice https://core.telegram.org/bots/api#labeledprice
type Location ¶
type Location struct {
Longitude float64 `json:"longitude"`
Latitude float64 `json:"latitude"`
HorizontalAccuracy float64 `json:"horizontal_accuracy,omitempty"`
LivePeriod int `json:"live_period,omitempty"`
Heading int `json:"heading,omitempty"`
ProximityAlertRadius int `json:"proximity_alert_radius,omitempty"`
}
type LoginURL ¶
type MaskPosition ¶
type MaskPosition struct {
Point string `json:"point"`
XShift float64 `json:"x_shift"`
YShift float64 `json:"y_shift"`
Scale float64 `json:"scale"`
}
MaskPosition https://core.telegram.org/bots/api#maskposition
type MenuButton ¶
type MenuButton struct {
Type MenuButtonType
Commands *MenuButtonCommands
WebApp *MenuButtonWebApp
Default *MenuButtonDefault
}
MenuButton https://core.telegram.org/bots/api#menubutton
func (*MenuButton) UnmarshalJSON ¶
func (c *MenuButton) UnmarshalJSON(data []byte) error
type MenuButtonCommands ¶
type MenuButtonCommands struct {
Type string `json:"type" rules:"required,equals:commands"`
}
MenuButtonCommands https://core.telegram.org/bots/api#menubuttoncommands
type MenuButtonDefault ¶
type MenuButtonDefault struct {
Type string `json:"type" rules:"required,equals:default"`
}
MenuButtonDefault https://core.telegram.org/bots/api#menubuttondefault
type MenuButtonType ¶
type MenuButtonType int
const ( MenuButtonTypeCommands MenuButtonType = iota MenuButtonTypeWebApp MenuButtonTypeDefault )
type MenuButtonWebApp ¶
type MenuButtonWebApp struct {
Type string `json:"type" rules:"required,equals:web_app"`
Text string `json:"text" rules:"required"`
WebApp WebAppInfo `json:"web_app_info" rules:"required"`
}
MenuButtonWebApp https://core.telegram.org/bots/api#menubuttonwebapp
type Message ¶
type Message struct {
ID int `json:"message_id"`
From *User `json:"from,omitempty"`
SenderChat *Chat `json:"sender_chat,omitempty"`
Date int `json:"date"`
Chat Chat `json:"chat"`
ForwardFrom *User `json:"forward_from,omitempty"`
ForwardFromChat *Chat `json:"forward_from_chat,omitempty"`
ForwardFromMessageID int `json:"forward_from_message_id,omitempty"`
ForwardSignature string `json:"forward_signature,omitempty"`
ForwardSenderName string `json:"forward_sender_name,omitempty"`
ForwardDate int `json:"forward_date,omitempty"`
IsAutomaticForward bool `json:"is_automatic_forward,omitempty"`
ReplyToMessage *Message `json:"reply_to_message,omitempty"`
ViaBot *User `json:"via_bot,omitempty"`
EditDate int `json:"edit_date,omitempty"`
HasProtectedContent bool `json:"has_protected_content,omitempty"`
MediaGroupID string `json:"media_group_id,omitempty"`
AuthorSignature string `json:"author_signature,omitempty"`
Text string `json:"text,omitempty"`
Entities []MessageEntity `json:"entities,omitempty"`
Animation *Animation `json:"animation,omitempty"`
Audio *Audio `json:"audio,omitempty"`
Document *Document `json:"document,omitempty"`
Photo []PhotoSize `json:"photo,omitempty"`
Sticker *Sticker `json:"sticker,omitempty"`
Video *Video `json:"video,omitempty"`
VideoNote *VideoNote `json:"video_note,omitempty"`
Voice *Voice `json:"voice,omitempty"`
Caption string `json:"caption,omitempty"`
CaptionEntities []MessageEntity `json:"caption_entities,omitempty"`
Contact *Contact `json:"contact,omitempty"`
Dice *Dice `json:"dice,omitempty"`
Game *Game `json:"game,omitempty"`
Poll *Poll `json:"poll,omitempty"`
Venue *Venue `json:"venue,omitempty"`
Location *Location `json:"location,omitempty"`
NewChatMembers []User `json:"new_chat_members,omitempty"`
LeftChatMember *User `json:"left_chat_member,omitempty"`
NewChatTitle string `json:"new_chat_title,omitempty"`
NewChatPhoto []PhotoSize `json:"new_chat_photo,omitempty"`
DeleteChatPhoto bool `json:"delete_chat_photo,omitempty"`
GroupChatCreated bool `json:"group_chat_created,omitempty"`
SupergroupChatCreated bool `json:"supergroup_chat_created,omitempty"`
ChannelChatCreated bool `json:"channel_chat_created,omitempty"`
MessageAutoDeleteTimerChanged *MessageAutoDeleteTimerChanged `json:"message_auto_delete_timer_changed,omitempty"`
MigrateToChatID int `json:"migrate_to_chat_id,omitempty"`
MigrateFromChatID int `json:"migrate_from_chat_id,omitempty"`
PinnedMessage *Message `json:"pinned_message,omitempty"`
Invoice *Invoice `json:"invoice,omitempty"`
SuccessfulPayment *SuccessfulPayment `json:"successful_payment,omitempty"`
ConnectedWebsite string `json:"connected_website,omitempty"`
PassportData *PassportData `json:"passport_data,omitempty"`
ProximityAlertTriggered *ProximityAlertTriggered `json:"proximity_alert_triggered,omitempty"`
VoiceChatScheduled *VoiceChatScheduled `json:"voice_chat_scheduled,omitempty"`
VoiceChatStarted *VoiceChatStarted `json:"voice_chat_started,omitempty"`
VoiceChatEnded *VoiceChatEnded `json:"voice_chat_ended,omitempty"`
VoiceChatParticipantsInvited *VoiceChatParticipantsInvited `json:"voice_chat_participants_invited,omitempty"`
WebAppData *WebAppData `json:"web_app_data,omitempty"`
ReplyMarkup ReplyMarkup `json:"reply_markup,omitempty"`
}
type MessageAutoDeleteTimerChanged ¶
type MessageAutoDeleteTimerChanged struct {
MessageAutoDeleteTime int `json:"message_auto_delete_time"`
}
MessageAutoDeleteTimerChanged https://core.telegram.org/bots/api#messageautodeletetimerchanged
type MessageEntity ¶
type MessageEntity struct {
Type MessageEntityType `json:"type"`
Offset int `json:"offset"`
Length int `json:"length"`
URL string `json:"url,omitempty"`
User *User `json:"user,omitempty"`
Language string `json:"language,omitempty"`
CustomEmojiID string `json:"custom_emoji_id"`
}
MessageEntity https://core.telegram.org/bots/api#messageentity
type MessageEntityType ¶
type MessageEntityType string
const ( MessageEntityTypeMention MessageEntityType = "mention" MessageEntityTypeHashtag MessageEntityType = "hashtag" MessageEntityTypeCashtag MessageEntityType = "cashtag" MessageEntityTypeBotCommand MessageEntityType = "bot_command" MessageEntityTypeURL MessageEntityType = "url" MessageEntityTypeEmail MessageEntityType = "email" MessageEntityTypePhoneNumber MessageEntityType = "phone_number" MessageEntityTypeBold MessageEntityType = "bold" MessageEntityTypeItalic MessageEntityType = "italic" MessageEntityTypeUnderline MessageEntityType = "underline" MessageEntityTypeStrikethrough MessageEntityType = "strikethrough" MessageEntityTypeCode MessageEntityType = "code" MessageEntityTypePre MessageEntityType = "pre" MessageEntityTypeTextLink MessageEntityType = "text_link" MessageEntityTypeTextMention MessageEntityType = "text_mention" MessageEntityTypeCustomEmoji MessageEntityType = "custom_emoji" )
type OrderInfo ¶
type OrderInfo struct {
Name string `json:"name,omitempty"`
PhoneNumber string `json:"phone_number,omitempty"`
Email string `json:"email,omitempty"`
ShippingAddress *ShippingAddress `json:"shipping_address,omitempty"`
}
type PassportData ¶
type PassportData struct {
Data []EncryptedPassportElement `json:"data"`
Credentials EncryptedCredentials `json:"credentials"`
}
PassportData https://core.telegram.org/bots/api#passportdata
type PassportElementError ¶
type PassportElementError interface {
MarshalCustom() ([]byte, error)
// contains filtered or unexported methods
}
PassportElementError https://core.telegram.org/bots/api#passportelementerror
type PassportElementErrorDataField ¶
type PassportElementErrorDataField struct {
Type string `json:"type"`
FieldName string `json:"field_name"`
DataHash string `json:"data_hash"`
Message string `json:"message"`
}
PassportElementErrorDataField https://core.telegram.org/bots/api#passportelementerrordatafield
func (*PassportElementErrorDataField) MarshalCustom ¶
func (m *PassportElementErrorDataField) MarshalCustom() ([]byte, error)
type PassportElementErrorFile ¶
type PassportElementErrorFile struct {
Type string `json:"type"`
FileHash string `json:"file_hash"`
Message string `json:"message"`
}
PassportElementErrorFile https://core.telegram.org/bots/api#passportelementerrorfile
func (*PassportElementErrorFile) MarshalCustom ¶
func (m *PassportElementErrorFile) MarshalCustom() ([]byte, error)
type PassportElementErrorFiles ¶
type PassportElementErrorFiles struct {
Type string `json:"type"`
FileHashes []string `json:"file_hashes"`
Message string `json:"message"`
}
PassportElementErrorFiles https://core.telegram.org/bots/api#passportelementerrorfiles
func (*PassportElementErrorFiles) MarshalCustom ¶
func (m *PassportElementErrorFiles) MarshalCustom() ([]byte, error)
type PassportElementErrorFrontSide ¶
type PassportElementErrorFrontSide struct {
Type string `json:"type"`
FileHash string `json:"file_hash"`
Message string `json:"message"`
}
PassportElementErrorFrontSide https://core.telegram.org/bots/api#passportelementerrorfrontside
func (*PassportElementErrorFrontSide) MarshalCustom ¶
func (m *PassportElementErrorFrontSide) MarshalCustom() ([]byte, error)
type PassportElementErrorReverseSide ¶
type PassportElementErrorReverseSide struct {
Type string `json:"type"`
FileHash string `json:"file_hash"`
Message string `json:"message"`
}
PassportElementErrorReverseSide https://core.telegram.org/bots/api#passportelementerrorreverseside
func (*PassportElementErrorReverseSide) MarshalCustom ¶
func (m *PassportElementErrorReverseSide) MarshalCustom() ([]byte, error)
type PassportElementErrorSelfie ¶
type PassportElementErrorSelfie struct {
Type string `json:"type"`
FileHash string `json:"file_hash"`
Message string `json:"message"`
}
PassportElementErrorSelfie https://core.telegram.org/bots/api#passportelementerrorselfie
func (*PassportElementErrorSelfie) MarshalCustom ¶
func (m *PassportElementErrorSelfie) MarshalCustom() ([]byte, error)
type PassportElementErrorTranslationFile ¶
type PassportElementErrorTranslationFile struct {
Type string `json:"type"`
FileHash string `json:"file_hash"`
Message string `json:"message"`
}
PassportElementErrorTranslationFile https://core.telegram.org/bots/api#passportelementerrortranslationfile
func (*PassportElementErrorTranslationFile) MarshalCustom ¶
func (m *PassportElementErrorTranslationFile) MarshalCustom() ([]byte, error)
type PassportElementErrorTranslationFiles ¶
type PassportElementErrorTranslationFiles struct {
Type string `json:"type"`
FileHashes []string `json:"file_hashes"`
Message string `json:"message"`
}
PassportElementErrorTranslationFiles https://core.telegram.org/bots/api#passportelementerrortranslationfiles
func (*PassportElementErrorTranslationFiles) MarshalCustom ¶
func (m *PassportElementErrorTranslationFiles) MarshalCustom() ([]byte, error)
type PassportElementErrorUnspecified ¶
type PassportElementErrorUnspecified struct {
Type string `json:"type"`
ElementHash string `json:"element_hash"`
Message string `json:"message"`
}
PassportElementErrorUnspecified https://core.telegram.org/bots/api#passportelementerrorunspecified
func (*PassportElementErrorUnspecified) MarshalCustom ¶
func (m *PassportElementErrorUnspecified) MarshalCustom() ([]byte, error)
type PassportFile ¶
type PassportFile struct {
FileID string `json:"file_id"`
FileUniqueID string `json:"file_unique_id"`
FileSize int `json:"file_size"`
FileDate int `json:"file_date"`
}
PassportFile https://core.telegram.org/bots/api#passportfile
type PhotoSize ¶
type Poll ¶
type Poll struct {
ID string `json:"id"`
Question string `json:"question"`
Options []PollOption `json:"options"`
TotalVoterCount int `json:"total_voter_count"`
IsClosed bool `json:"is_closed"`
IsAnonymous bool `json:"is_anonymous"`
Type string `json:"type"`
AllowsMultipleAnswers bool `json:"allows_multiple_answers"`
CorrectOptionID int `json:"correct_option_id,omitempty"`
Explanation string `json:"explanation,omitempty"`
ExplanationEntities []MessageEntity `json:"explanation_entities,omitempty"`
OpenPeriod int `json:"open_period,omitempty"`
CloseDate int `json:"close_date,omitempty"`
}
type PollAnswer ¶
type PollOption ¶
type PreCheckoutQuery ¶
type PreCheckoutQuery struct {
ID string `json:"id"`
From *User `json:"from"`
Currency string `json:"currency"`
TotalAmount int `json:"total_amount"`
InvoicePayload string `json:"invoice_payload"`
ShippingOptionID string `json:"shipping_option_id,omitempty"`
OrderInfo *OrderInfo `json:"order_info,omitempty"`
}
PreCheckoutQuery https://core.telegram.org/bots/api#precheckoutquery
type ProximityAlertTriggered ¶
type ProximityAlertTriggered struct {
Traveler User `json:"traveler"`
Watcher User `json:"watcher"`
Distance int `json:"distance"`
}
ProximityAlertTriggered https://core.telegram.org/bots/api#proximityalerttriggered
type ReplyKeyboardMarkup ¶
type ReplyKeyboardMarkup struct {
Keyboard [][]KeyboardButton `json:"keyboard"`
ResizeKeyboard bool `json:"resize_keyboard,omitempty"`
OneTimeKeyboard bool `json:"one_time_keyboard,omitempty"`
InputFieldPlaceholder string `json:"input_field_placeholder,omitempty"`
Selective bool `json:"selective,omitempty"`
}
ReplyKeyboardMarkup https://core.telegram.org/bots/api#replykeyboardmarkup
type ReplyKeyboardRemove ¶
type ReplyKeyboardRemove struct {
RemoveKeyboard bool `json:"remove_keyboard"`
Selective bool `json:"selective,omitempty"`
}
ReplyKeyboardRemove https://core.telegram.org/bots/api#replykeyboardremove
type ReplyMarkup ¶
type ReplyMarkup any
type SentWebAppMessage ¶
type SentWebAppMessage struct {
InlineMessageID string `json:"inline_message_id"`
}
SentWebAppMessage https://core.telegram.org/bots/api#sentwebappmessage
type ShippingAddress ¶
type ShippingAddress struct {
CountryCode string `json:"country_code"`
State string `json:"state"`
City string `json:"city"`
StreetLine1 string `json:"street_line1"`
StreetLine2 string `json:"street_line2"`
PostCode string `json:"post_code"`
}
ShippingAddress https://core.telegram.org/bots/api#shippingaddress
type ShippingOption ¶
type ShippingOption struct {
ID string `json:"id"`
Title string `json:"title"`
Prices []LabeledPrice `json:"prices"`
}
ShippingOption https://core.telegram.org/bots/api#shippingoption
type ShippingQuery ¶
type ShippingQuery struct {
ID string `json:"id"`
From *User `json:"from"`
InvoicePayload string `json:"invoice_payload"`
ShippingAddress ShippingAddress `json:"shipping_address"`
}
ShippingQuery https://core.telegram.org/bots/api#shippingquery
type Sticker ¶
type Sticker struct {
FileID string `json:"file_id"`
FileUniqueID string `json:"file_unique_id"`
Type string `json:"type"`
Width int `json:"width"`
Height int `json:"height"`
IsAnimated bool `json:"is_animated"`
IsVideo bool `json:"is_video"`
Thumb *PhotoSize `json:"thumb,omitempty"`
Emoji string `json:"emoji,omitempty"`
SetName string `json:"set_name,omitempty"`
PremiumAnimation *File `json:"premium_animation,omitempty"`
MaskPosition MaskPosition `json:"mask_position,omitempty"`
CustomEmojiID string `json:"custom_emoji_id"`
FileSize int `json:"file_size,omitempty"`
}
type StickerSet ¶
type StickerSet struct {
Name string `json:"name"`
Title string `json:"title"`
StickerType string `json:"sticker_type"`
IsAnimated bool `json:"is_animated"`
IsVideo bool `json:"is_video"`
ContainsMasks bool `json:"contains_masks"`
Stickers []Sticker `json:"stickers"`
Thumb *PhotoSize `json:"thumb,omitempty"`
}
type SuccessfulPayment ¶
type SuccessfulPayment struct {
Currency string `json:"currency"`
TotalAmount int `json:"total_amount"`
InvoicePayload string `json:"invoice_payload"`
ShippingOptionID string `json:"shipping_option_id,omitempty"`
OrderInfo *OrderInfo `json:"order_info,omitempty"`
TelegramPaymentChargeID string `json:"telegram_payment_charge_id"`
ProviderPaymentChargeID string `json:"provider_payment_charge_id"`
}
SuccessfulPayment https://core.telegram.org/bots/api#successfulpayment
type Update ¶
type Update struct {
ID int64 `json:"update_id"`
Message *Message `json:"message,omitempty"`
EditedMessage *Message `json:"edited_message,omitempty"`
ChannelPost *Message `json:"channel_post,omitempty"`
EditedChannelPost *Message `json:"edited_channel_post,omitempty"`
InlineQuery *InlineQuery `json:"inline_query,omitempty"`
ChosenInlineResult *ChosenInlineResult `json:"chosen_inline_result,omitempty"`
CallbackQuery *CallbackQuery `json:"callback_query,omitempty"`
ShippingQuery *ShippingQuery `json:"shipping_query,omitempty"`
PreCheckoutQuery *PreCheckoutQuery `json:"pre_checkout_query,omitempty"`
Poll *Poll `json:"poll,omitempty"`
PollAnswer *PollAnswer `json:"poll_answer,omitempty"`
MyChatMember *ChatMemberUpdated `json:"my_chat_member,omitempty"`
ChatMember *ChatMemberUpdated `json:"chat_member,omitempty"`
ChatJoinRequest *ChatJoinRequest `json:"chat_join_request,omitempty"`
}
type User ¶
type User struct {
ID int `json:"id"`
IsBot bool `json:"is_bot"`
FirstName string `json:"first_name,omitempty"`
LastName string `json:"last_name,omitempty"`
Username string `json:"username,omitempty"`
LanguageCode string `json:"language_code,omitempty"`
IsPremium bool `json:"is_premium,omitempty"`
AddedToAttachmentMenu bool `json:"added_to_attachment_menu,omitempty"`
CanJoinGroups bool `json:"can_join_groups,omitempty"`
CanReadAllGroupMessages bool `json:"can_read_all_group_messages,omitempty"`
SupportInlineQueries bool `json:"support_inline_queries,omitempty"`
}
type UserProfilePhotos ¶
type UserProfilePhotos struct {
TotalCount int `json:"total_count"`
Photos [][]PhotoSize `json:"photos"`
}
UserProfilePhotos https://core.telegram.org/bots/api#userprofilephotos
type Venue ¶
type Venue struct {
Location Location `json:"location"`
Title string `json:"title"`
Address string `json:"address"`
FoursquareID string `json:"foursquare_id,omitempty"`
FoursquareType string `json:"foursquare_type,omitempty"`
GooglePlaceID string `json:"google_place_id,omitempty"`
GooglePlaceType string `json:"google_place_type,omitempty"`
}
type Video ¶
type Video struct {
FileID string `json:"file_id"`
FileUniqueID string `json:"file_unique_id"`
Width int `json:"width"`
Height int `json:"height"`
Duration int `json:"duration"`
Thumb *PhotoSize `json:"thumb,omitempty"`
FileName string `json:"file_name,omitempty"`
MimeType string `json:"mime_type,omitempty"`
FileSize int `json:"file_size,omitempty"`
}
type VideoChatEnded ¶
type VideoChatEnded struct {
Duration int `json:"duration"`
}
VideoChatEnded https://core.telegram.org/bots/api#videochatended
type VideoChatParticipantsInvited ¶
type VideoChatParticipantsInvited struct {
Users []User `json:"users"`
}
VideoChatParticipantsInvited https://core.telegram.org/bots/api#videochatparticipantsinvited
type VideoChatScheduled ¶
type VideoChatScheduled struct {
StartDate int `json:"start_date"`
}
VideoChatScheduled https://core.telegram.org/bots/api#videochatscheduled
type VideoChatStarted ¶
type VideoChatStarted struct {
Duration int `json:"duration"`
}
VideoChatStarted https://core.telegram.org/bots/api#videochatstarted
type VideoNote ¶
type Voice ¶
type VoiceChatEnded ¶
type VoiceChatEnded struct {
Duration int `json:"duration"`
}
VoiceChatEnded https://core.telegram.org/bots/api#videochatended
type VoiceChatParticipantsInvited ¶
type VoiceChatParticipantsInvited struct {
Users []User `json:"users"`
}
VoiceChatParticipantsInvited https://core.telegram.org/bots/api#videochatparticipantsinvited
type VoiceChatScheduled ¶
type VoiceChatScheduled struct {
StartDate int `json:"start_date"`
}
VoiceChatScheduled https://core.telegram.org/bots/api#videochatscheduled
type VoiceChatStarted ¶
type VoiceChatStarted struct {
Duration int `json:"duration"`
}
VoiceChatStarted https://core.telegram.org/bots/api#videochatstarted
type WebAppData ¶
type WebAppInfo ¶
type WebAppInfo struct {
URL string `json:"url"`
}
type WebhookInfo ¶
type WebhookInfo struct {
URL string `json:"url"`
HasCustomCertificate bool `json:"has_custom_certificate"`
PendingUpdateCount int `json:"pending_update_count"`
IPAddress string `json:"ip_address,omitempty"`
LastErrorDate int `json:"last_error_date,omitempty"`
LastErrorMessage string `json:"last_error_message,omitempty"`
LastSynchronizationErrorDate int `json:"last_synchronization_error_date,omitempty"`
MaxConnections int `json:"max_connections,omitempty"`
AllowedUpdates []string `json:"allowed_updates,omitempty"`
}
WebhookInfo https://core.telegram.org/bots/api#webhookinfo
Source Files
¶
- animation.go
- audio.go
- bot_command.go
- bot_commands_scope.go
- callback_query.go
- chat.go
- chat_member.go
- chosen_inline_result.go
- contact.go
- dice.go
- document.go
- file.go
- game.go
- inline_query.go
- input_file.go
- input_media.go
- invoice.go
- location.go
- menu_button.go
- message.go
- message_entity.go
- order_info.go
- parse_mode.go
- passport_data.go
- passport_element_error.go
- photo_size.go
- poll.go
- pre_checkout_query.go
- proximity_alert_triggered.go
- reply_markup.go
- shipping_query.go
- sticker.go
- sticker_set.go
- successful_payment.go
- update.go
- user.go
- venue.go
- video.go
- video_chat.go
- video_note.go
- voice.go
- voice_chat.go
- web_app.go
- web_hook_info.go