Versions in this module Expand all Collapse all v1 v1.4.0 Apr 24, 2025 Changes in this version + const ApiEndpoint + type ApiResponse struct + Description string + ErrorCode int + Ok bool + Parameters *ResponseParameters + Result json.RawMessage + type BotApi struct + Client HttpClient + Self User + Token string + func NewBotApiWithApiEndpoint(ctx context.Context, token string, apiEndpoint string, logger log.Logger) (*BotApi, error) + func NewBotApiWithClient(ctx context.Context, token string, apiEndpoint string, client HttpClient, ...) (*BotApi, error) + func (bot *BotApi) CopyMessage(config CopyMessageConfig) (MessageId, error) + func (bot *BotApi) GetChat(config ChatInfoConfig) (Chat, error) + func (bot *BotApi) GetChatAdministrators(config ChatAdministratorsConfig) ([]ChatMember, error) + func (bot *BotApi) GetChatMember(config GetChatMemberConfig) (ChatMember, error) + func (bot *BotApi) GetChatMembersCount(config ChatMemberCountConfig) (int, error) + func (bot *BotApi) GetFile(config FileConfig) (File, error) + func (bot *BotApi) GetFileDirectURL(fileId string) (string, error) + func (bot *BotApi) GetGameHighScores(config GetGameHighScoresConfig) ([]GameHighScore, error) + func (bot *BotApi) GetInviteLink(config ChatInviteLinkConfig) (string, error) + func (bot *BotApi) GetMe() (User, error) + func (bot *BotApi) GetMyCommands() ([]BotCommand, error) + func (bot *BotApi) GetMyCommandsWithConfig(config GetMyCommandsConfig) ([]BotCommand, error) + func (bot *BotApi) GetStickerSet(config GetStickerSetConfig) (StickerSet, error) + func (bot *BotApi) GetUserProfilePhotos(config UserProfilePhotosConfig) (UserProfilePhotos, error) + func (bot *BotApi) IsMessageToMe(message Message) bool + func (bot *BotApi) MakeRequest(endpoint string, params Params) (*ApiResponse, error) + func (bot *BotApi) Request(c Chattable) (*ApiResponse, error) + func (bot *BotApi) Send(c Chattable) error + func (bot *BotApi) SendMediaGroup(config MediaGroupConfig) ([]Message, error) + func (bot *BotApi) Serve(ctx context.Context, config UpdatesConfig) error + func (bot *BotApi) SetApiEndpoint(apiEndpoint string) + func (bot *BotApi) StopPoll(config StopPollConfig) (Poll, error) + func (bot *BotApi) StopReceivingUpdates() + func (bot *BotApi) Upgrade(mux Muxer) + func (bot *BotApi) UploadFiles(endpoint string, params Params, files []RequestFile) (*ApiResponse, error) + type Config struct + Limit int + PaymentToken string + Timeout int + Token string + type HttpClient interface + Do func(req *http.Request) (*http.Response, error) v1.3.2 Mar 5, 2025 v1.3.1 Feb 24, 2025 v1.3.0 Feb 24, 2025 v1.2.1 Feb 23, 2025 v1.2.0 Feb 22, 2025 v1.1.0 Feb 22, 2025 Changes in this version + const APIEndpoint + const BusinessConnectionUpdateType + const BusinessMessageUpdateType + const CallbackQueryUpdateType + const ChannelPostUpdateType + const ChatBoostUpdateType + const ChatChooseSticker + const ChatFindLocation + const ChatJoinRequestUpdateType + const ChatMemberUpdateType + const ChatRecordVideo + const ChatRecordVideoNote + const ChatRecordVoice + const ChatTyping + const ChatUploadDocument + const ChatUploadPhoto + const ChatUploadVideo + const ChatUploadVideoNote + const ChatUploadVoice + const ChosenInlineResultUpdateType + const DeletedBusinessMessageUpdateType + const EditedBusinessMessageUpdateType + const EditedChannelPostUpdateType + const EditedMessageUpdateType + const ErrAPIForbidden + const ErrBadURL + const FileEndpoint + const InlineQueryUpdateType + const MessageReactionCountUpdateType + const MessageReactionUpdateType + const MessageUpdateType + const ModeHTML + const ModeMarkdown + const ModeMarkdownV2 + const MyChatMemberUpdateType + const PollAnswerUpdateType + const PollUpdateType + const PreCheckoutQueryUpdateType + const PurchasedPaidMediaUpdateType + const RemovedChatBoostUpdateType + const ShippingQueryUpdateType + const SuccessfulPaymentBusinessMessageUpdateType + const SuccessfulPaymentEditedBusinessMessageUpdateType + const SuccessfulPaymentEditedMessageUpdateType + const SuccessfulPaymentMessageUpdateType + const UpdateTypeCallbackQuery + const UpdateTypeChannelPost + const UpdateTypeChatMember + const UpdateTypeChosenInlineResult + const UpdateTypeEditedChannelPost + const UpdateTypeEditedMessage + const UpdateTypeInlineQuery + const UpdateTypeMessage + const UpdateTypeMyChatMember + const UpdateTypePoll + const UpdateTypePollAnswer + const UpdateTypePreCheckoutQuery + const UpdateTypeShippingQuery + func EscapeText(parseMode string, text string) string + func WriteToHTTPResponse(w http.ResponseWriter, c Chattable) error + type APIResponse struct + Description string + ErrorCode int + Ok bool + Parameters *ResponseParameters + Result json.RawMessage + type AddStickerConfig struct + Emojis string + MaskPosition *MaskPosition + Name string + PNGSticker RequestFileData + TGSSticker RequestFileData + UserID int64 + type Animation struct + Duration int + FileID string + FileName string + FileSize int + FileUniqueID string + Height int + MimeType string + Thumbnail *PhotoSize + Width int + type AnimationConfig struct + Caption string + CaptionEntities []MessageEntity + Duration int + ParseMode string + Thumb RequestFileData + func NewAnimation(chatID int64, file RequestFileData) AnimationConfig + type ApproveChatJoinRequestConfig struct + UserID int64 + type Audio struct + Duration int + FileID string + FileName string + FileSize int + FileUniqueID string + MimeType string + Performer string + Thumbnail *PhotoSize + Title string + type AudioConfig struct + Caption string + CaptionEntities []MessageEntity + Duration int + ParseMode string + Performer string + Thumb RequestFileData + Title string + func NewAudio(chatID int64, file RequestFileData) AudioConfig + type BanChatMemberConfig struct + RevokeMessages bool + UntilDate int64 + type BanChatSenderChatConfig struct + ChannelUsername string + ChatID int64 + SenderChatID int64 + UntilDate int + type BaseChat struct + AllowSendingWithoutReply bool + ChannelUsername string + ChatID int64 + DisableNotification bool + ReplyMarkup any + ReplyToMessageID int + type BaseEdit struct + ChannelUsername string + ChatID int64 + InlineMessageID string + MessageID int + ReplyMarkup *InlineKeyboardMarkup + type BaseFile struct + File RequestFileData + type BaseInputMedia struct + Caption string + CaptionEntities []MessageEntity + Media RequestFileData + ParseMode string + Type string + type BotAPI struct + Client HTTPClient + Self User + Token string + func NewBotAPI(ctx context.Context, token string, logger log.Logger) (*BotAPI, error) + func NewBotAPIWithAPIEndpoint(ctx context.Context, token, apiEndpoint string, logger log.Logger) (*BotAPI, error) + func NewBotAPIWithClient(ctx context.Context, token, apiEndpoint string, client HTTPClient, ...) (*BotAPI, error) + func (bot *BotAPI) CopyMessage(config CopyMessageConfig) (MessageId, error) + func (bot *BotAPI) GetChat(config ChatInfoConfig) (Chat, error) + func (bot *BotAPI) GetChatAdministrators(config ChatAdministratorsConfig) ([]ChatMember, error) + func (bot *BotAPI) GetChatMember(config GetChatMemberConfig) (ChatMember, error) + func (bot *BotAPI) GetChatMembersCount(config ChatMemberCountConfig) (int, error) + func (bot *BotAPI) GetFile(config FileConfig) (File, error) + func (bot *BotAPI) GetFileDirectURL(fileId string) (string, error) + func (bot *BotAPI) GetGameHighScores(config GetGameHighScoresConfig) ([]GameHighScore, error) + func (bot *BotAPI) GetInviteLink(config ChatInviteLinkConfig) (string, error) + func (bot *BotAPI) GetMe() (User, error) + func (bot *BotAPI) GetMyCommands() ([]BotCommand, error) + func (bot *BotAPI) GetMyCommandsWithConfig(config GetMyCommandsConfig) ([]BotCommand, error) + func (bot *BotAPI) GetStickerSet(config GetStickerSetConfig) (StickerSet, error) + func (bot *BotAPI) GetUserProfilePhotos(config UserProfilePhotosConfig) (UserProfilePhotos, error) + func (bot *BotAPI) IsMessageToMe(message Message) bool + func (bot *BotAPI) MakeRequest(endpoint string, params Params) (*APIResponse, error) + func (bot *BotAPI) Request(c Chattable) (*APIResponse, error) + func (bot *BotAPI) Send(c Chattable) error + func (bot *BotAPI) SendMediaGroup(config MediaGroupConfig) ([]Message, error) + func (bot *BotAPI) Serve(ctx context.Context, config UpdatesConfig) error + func (bot *BotAPI) SetAPIEndpoint(apiEndpoint string) + func (bot *BotAPI) StopPoll(config StopPollConfig) (Poll, error) + func (bot *BotAPI) StopReceivingUpdates() + func (bot *BotAPI) Upgrade(mux Muxer) + func (bot *BotAPI) UploadFiles(endpoint string, params Params, files []RequestFile) (*APIResponse, error) + type BotCommand struct + Command string + Description string + type BotCommandScope struct + ChatID int64 + Type string + UserID int64 + func NewBotCommandScopeAllChatAdministrators() BotCommandScope + func NewBotCommandScopeAllGroupChats() BotCommandScope + func NewBotCommandScopeAllPrivateChats() BotCommandScope + func NewBotCommandScopeChat(chatID int64) BotCommandScope + func NewBotCommandScopeChatAdministrators(chatID int64) BotCommandScope + func NewBotCommandScopeChatMember(chatID, userID int64) BotCommandScope + func NewBotCommandScopeDefault() BotCommandScope + type BusinessConnection struct + CanReply bool + Date int64 + Id int64 + IsEnabled bool + User User + UserChatId int64 + type BusinessMessageDeleted struct + Chat Chat + Id string + MessageIds []int + type CallbackConfig struct + CacheTime int + CallbackQueryID string + ShowAlert bool + Text string + URL string + func NewCallback(id, text string) CallbackConfig + func NewCallbackWithAlert(id, text string) CallbackConfig + type CallbackGame struct + type CallbackQuery struct + ChatInstance string + Data string + From *User + GameShortName string + Id string + InlineMessageID string + Message *Message + type Chat struct + Bio string + CanSetStickerSet bool + Description string + FirstName string + HasPrivateForwards bool + HasProtectedContent bool + Id int64 + InviteLink string + LastName string + LinkedChatID int64 + Location *ChatLocation + MessageAutoDeleteTime int + Permissions *ChatPermissions + Photo *ChatPhoto + PinnedMessage *Message + SlowModeDelay int + StickerSetName string + Title string + Type string + UserName string + func (c Chat) ChatConfig() ChatConfig + func (c Chat) IsChannel() bool + func (c Chat) IsGroup() bool + func (c Chat) IsPrivate() bool + func (c Chat) IsSuperGroup() bool + type ChatActionConfig struct + Action string + func NewChatAction(chatID int64, action string) ChatActionConfig + type ChatAdministratorsConfig struct + type ChatBoost struct + AddDate int64 + BoostId string + ExpirationDate int64 + Source ChatBoostSource + type ChatBoostSource struct + IsUnclaimed bool + PrizeStarCount *int + Source string + User *User + type ChatBoostUpdated struct + Boost ChatBoost + Chat Chat + type ChatConfig struct + ChatID int64 + SuperGroupUsername string + type ChatConfigWithUser struct + ChatID int64 + SuperGroupUsername string + UserID int64 + type ChatInfoConfig struct + type ChatInviteLink struct + CreatesJoinRequest bool + Creator User + ExpireDate int + InviteLink string + IsPrimary bool + IsRevoked bool + MemberLimit int + Name string + PendingJoinRequestCount int + type ChatInviteLinkConfig struct + type ChatJoinRequest struct + Bio string + Chat Chat + Date int + From User + InviteLink *ChatInviteLink + type ChatLocation struct + Address string + Location Location + type ChatMember struct + CanAddWebPagePreviews bool + CanBeEdited bool + CanChangeInfo bool + CanDeleteMessages bool + CanEditMessages bool + CanInviteUsers bool + CanManageChat bool + CanManageVoiceChats bool + CanPinMessages bool + CanPostMessages bool + CanPromoteMembers bool + CanRestrictMembers bool + CanSendMediaMessages bool + CanSendMessages bool + CanSendOtherMessages bool + CanSendPolls bool + CustomTitle string + IsAnonymous bool + IsMember bool + Status string + UntilDate int64 + User *User + func (chat ChatMember) HasLeft() bool + func (chat ChatMember) IsAdministrator() bool + func (chat ChatMember) IsCreator() bool + func (chat ChatMember) WasKicked() bool + type ChatMemberConfig struct + ChannelUsername string + ChatID int64 + SuperGroupUsername string + UserID int64 + type ChatMemberCountConfig struct + type ChatMemberUpdated struct + Chat Chat + Date int + From User + InviteLink *ChatInviteLink + NewChatMember ChatMember + OldChatMember ChatMember + type ChatPermissions struct + CanAddWebPagePreviews bool + CanChangeInfo bool + CanInviteUsers bool + CanPinMessages bool + CanSendMediaMessages bool + CanSendMessages bool + CanSendOtherMessages bool + CanSendPolls bool + type ChatPhoto struct + BigFileID string + BigFileUniqueID string + SmallFileID string + SmallFileUniqueID string + type Chattable interface + type ChosenInlineResult struct + From *User + InlineMessageID string + Location *Location + Query string + ResultID string + type CloseConfig struct + type Contact struct + FirstName string + LastName string + PhoneNumber string + UserID int64 + VCard string + type ContactConfig struct + FirstName string + LastName string + PhoneNumber string + VCard string + func NewContact(chatID int64, phoneNumber, firstName string) ContactConfig + type CopyMessageConfig struct + Caption string + CaptionEntities []MessageEntity + FromChannelUsername string + FromChatID int64 + MessageID int + ParseMode string + func NewCopyMessage(chatID int64, fromChatID int64, messageID int) CopyMessageConfig + type CreateChatInviteLinkConfig struct + CreatesJoinRequest bool + ExpireDate int + MemberLimit int + Name string + type DeclineChatJoinRequest struct + UserID int64 + type DeleteChatPhotoConfig struct + ChannelUsername string + ChatID int64 + func NewDeleteChatPhoto(chatID int64) DeleteChatPhotoConfig + type DeleteChatStickerSetConfig struct + ChatID int64 + SuperGroupUsername string + type DeleteMessageConfig struct + ChannelUsername string + ChatID int64 + MessageID int + func NewDeleteMessage(chatID int64, messageID int) DeleteMessageConfig + type DeleteMyCommandsConfig struct + LanguageCode string + Scope *BotCommandScope + func NewDeleteMyCommands() DeleteMyCommandsConfig + func NewDeleteMyCommandsWithScope(scope BotCommandScope) DeleteMyCommandsConfig + func NewDeleteMyCommandsWithScopeAndLanguage(scope BotCommandScope, languageCode string) DeleteMyCommandsConfig + type DeleteStickerConfig struct + Sticker string + type Dice struct + Emoji string + Value int + type DiceConfig struct + Emoji string + func NewDice(chatID int64) DiceConfig + func NewDiceWithEmoji(chatID int64, emoji string) DiceConfig + type Document struct + FileID string + FileName string + FileSize int + FileUniqueID string + MimeType string + Thumbnail *PhotoSize + type DocumentConfig struct + Caption string + CaptionEntities []MessageEntity + DisableContentTypeDetection bool + ParseMode string + Thumb RequestFileData + func NewDocument(chatID int64, file RequestFileData) DocumentConfig + type EditChatInviteLinkConfig struct + CreatesJoinRequest bool + ExpireDate int + InviteLink string + MemberLimit int + Name string + type EditMessageCaptionConfig struct + Caption string + CaptionEntities []MessageEntity + ParseMode string + func NewEditMessageCaption(chatID int64, messageID int, caption string) EditMessageCaptionConfig + type EditMessageLiveLocationConfig struct + Heading int + HorizontalAccuracy float64 + Latitude float64 + Longitude float64 + ProximityAlertRadius int + type EditMessageMediaConfig struct + Media any + type EditMessageReplyMarkupConfig struct + func NewEditMessageReplyMarkup(chatID int64, messageID int, replyMarkup InlineKeyboardMarkup) EditMessageReplyMarkupConfig + type EditMessageTextConfig struct + DisableWebPagePreview bool + Entities []MessageEntity + ParseMode string + Text string + func NewEditMessageText(chatID int64, messageID int, text string) EditMessageTextConfig + func NewEditMessageTextAndMarkup(chatID int64, messageID int, text string, replyMarkup InlineKeyboardMarkup) EditMessageTextConfig + type Error struct + Code int + Message string + func (e Error) Error() string + type File struct + FileID string + FilePath string + FileSize int + FileUniqueID string + func (f *File) Link(token string) string + type FileBytes struct + Bytes []byte + Name string + func (fb FileBytes) NeedsUpload() bool + func (fb FileBytes) SendData() string + func (fb FileBytes) UploadData() (string, io.Reader, error) + type FileConfig struct + FileID string + type FileID string + func (fi FileID) NeedsUpload() bool + func (fi FileID) SendData() string + func (fi FileID) UploadData() (string, io.Reader, error) + type FilePath string + func (fp FilePath) NeedsUpload() bool + func (fp FilePath) SendData() string + func (fp FilePath) UploadData() (string, io.Reader, error) + type FileReader struct + Name string + Reader io.Reader + func (fr FileReader) NeedsUpload() bool + func (fr FileReader) SendData() string + func (fr FileReader) UploadData() (string, io.Reader, error) + type FileURL string + func (fu FileURL) NeedsUpload() bool + func (fu FileURL) SendData() string + func (fu FileURL) UploadData() (string, io.Reader, error) + type Fileable interface + type ForceReply struct + ForceReply bool + InputFieldPlaceholder string + Selective bool + type ForwardConfig struct + FromChannelUsername string + FromChatID int64 + MessageID int + func NewForward(chatID int64, fromChatID int64, messageID int) ForwardConfig + type Game struct + Animation Animation + Description string + Photo []PhotoSize + Text string + TextEntities []MessageEntity + Title string + type GameConfig struct + GameShortName string + type GameHighScore struct + Position int + Score int + User User + type GetChatMemberConfig struct + type GetGameHighScoresConfig struct + ChannelUsername string + ChatID int64 + InlineMessageID string + MessageID int + UserID int64 + type GetMyCommandsConfig struct + LanguageCode string + Scope *BotCommandScope + func NewGetMyCommandsWithScope(scope BotCommandScope) GetMyCommandsConfig + func NewGetMyCommandsWithScopeAndLanguage(scope BotCommandScope, languageCode string) GetMyCommandsConfig + type GetStickerSetConfig struct + Name string + type HTTPClient interface + Do func(req *http.Request) (*http.Response, error) + type InlineConfig struct + CacheTime int + InlineQueryID string + IsPersonal bool + NextOffset string + Results []any + SwitchPMParameter string + SwitchPMText string + type InlineKeyboardButton struct + CallbackData *string + CallbackGame *CallbackGame + LoginURL *LoginURL + Pay bool + SwitchInlineQuery *string + SwitchInlineQueryCurrentChat *string + Text string + URL *string + func NewInlineKeyboardButtonData(text, data string) InlineKeyboardButton + func NewInlineKeyboardButtonLoginURL(text string, loginURL LoginURL) InlineKeyboardButton + func NewInlineKeyboardButtonSwitch(text, sw string) InlineKeyboardButton + func NewInlineKeyboardButtonURL(text, url string) InlineKeyboardButton + func NewInlineKeyboardRow(buttons ...InlineKeyboardButton) []InlineKeyboardButton + type InlineKeyboardMarkup struct + InlineKeyboard [][]InlineKeyboardButton + func NewInlineKeyboardMarkup(rows ...[]InlineKeyboardButton) InlineKeyboardMarkup + type InlineQuery struct + ChatType string + From *User + Id string + Location *Location + Offset string + Query string + type InlineQueryResultArticle struct + Description string + HideURL bool + Id string + InputMessageContent any + ReplyMarkup *InlineKeyboardMarkup + ThumbHeight int + ThumbURL string + ThumbWidth int + Title string + Type string + URL string + func NewInlineQueryResultArticle(id, title, messageText string) InlineQueryResultArticle + func NewInlineQueryResultArticleHTML(id, title, messageText string) InlineQueryResultArticle + func NewInlineQueryResultArticleMarkdown(id, title, messageText string) InlineQueryResultArticle + func NewInlineQueryResultArticleMarkdownV2(id, title, messageText string) InlineQueryResultArticle + type InlineQueryResultAudio struct + Caption string + CaptionEntities []MessageEntity + Duration int + Id string + InputMessageContent any + ParseMode string + Performer string + ReplyMarkup *InlineKeyboardMarkup + Title string + Type string + URL string + func NewInlineQueryResultAudio(id, url, title string) InlineQueryResultAudio + type InlineQueryResultCachedAudio struct + AudioID string + Caption string + CaptionEntities []MessageEntity + Id string + InputMessageContent any + ParseMode string + ReplyMarkup *InlineKeyboardMarkup + Type string + func NewInlineQueryResultCachedAudio(id, audioID string) InlineQueryResultCachedAudio + type InlineQueryResultCachedDocument struct + Caption string + CaptionEntities []MessageEntity + Description string + DocumentID string + Id string + InputMessageContent any + ParseMode string + ReplyMarkup *InlineKeyboardMarkup + Title string + Type string + func NewInlineQueryResultCachedDocument(id, documentID, title string) InlineQueryResultCachedDocument + type InlineQueryResultCachedGIF struct + Caption string + CaptionEntities []MessageEntity + GIFID string + Id string + InputMessageContent any + ParseMode string + ReplyMarkup *InlineKeyboardMarkup + Title string + Type string + func NewInlineQueryResultCachedGIF(id, gifID string) InlineQueryResultCachedGIF + type InlineQueryResultCachedMPEG4GIF struct + Caption string + CaptionEntities []MessageEntity + Id string + InputMessageContent any + MPEG4FileID string + ParseMode string + ReplyMarkup *InlineKeyboardMarkup + Title string + Type string + func NewInlineQueryResultCachedMPEG4GIF(id, MPEG4GIFID string) InlineQueryResultCachedMPEG4GIF + type InlineQueryResultCachedPhoto struct + Caption string + CaptionEntities []MessageEntity + Description string + Id string + InputMessageContent any + ParseMode string + PhotoID string + ReplyMarkup *InlineKeyboardMarkup + Title string + Type string + func NewInlineQueryResultCachedPhoto(id, photoID string) InlineQueryResultCachedPhoto + type InlineQueryResultCachedSticker struct + Id string + InputMessageContent any + ReplyMarkup *InlineKeyboardMarkup + StickerID string + Title string + Type string + func NewInlineQueryResultCachedSticker(id, stickerID, title string) InlineQueryResultCachedSticker + type InlineQueryResultCachedVideo struct + Caption string + CaptionEntities []MessageEntity + Description string + Id string + InputMessageContent any + ParseMode string + ReplyMarkup *InlineKeyboardMarkup + Title string + Type string + VideoID string + func NewInlineQueryResultCachedVideo(id, videoID, title string) InlineQueryResultCachedVideo + type InlineQueryResultCachedVoice struct + Caption string + CaptionEntities []MessageEntity + Id string + InputMessageContent any + ParseMode string + ReplyMarkup *InlineKeyboardMarkup + Title string + Type string + VoiceID string + func NewInlineQueryResultCachedVoice(id, voiceID, title string) InlineQueryResultCachedVoice + type InlineQueryResultContact struct + FirstName string + Id string + InputMessageContent any + LastName string + PhoneNumber string + ReplyMarkup *InlineKeyboardMarkup + ThumbHeight int + ThumbURL string + ThumbWidth int + Type string + VCard string + type InlineQueryResultDocument struct + Caption string + Description string + Id string + InputMessageContent any + MimeType string + ReplyMarkup *InlineKeyboardMarkup + ThumbHeight int + ThumbURL string + ThumbWidth int + Title string + Type string + URL string + func NewInlineQueryResultDocument(id, url, title, mimeType string) InlineQueryResultDocument + type InlineQueryResultGIF struct + Caption string + CaptionEntities []MessageEntity + Duration int + Height int + Id string + InputMessageContent any + ParseMode string + ReplyMarkup *InlineKeyboardMarkup + ThumbURL string + Title string + Type string + URL string + Width int + func NewInlineQueryResultGIF(id, url string) InlineQueryResultGIF + type InlineQueryResultGame struct + GameShortName string + Id string + ReplyMarkup *InlineKeyboardMarkup + Type string + type InlineQueryResultLocation struct + Heading int + HorizontalAccuracy float64 + Id string + InputMessageContent any + Latitude float64 + LivePeriod int + Longitude float64 + ProximityAlertRadius int + ReplyMarkup *InlineKeyboardMarkup + ThumbHeight int + ThumbURL string + ThumbWidth int + Title string + Type string + func NewInlineQueryResultLocation(id, title string, latitude, longitude float64) InlineQueryResultLocation + type InlineQueryResultMPEG4GIF struct + Caption string + CaptionEntities []MessageEntity + Duration int + Height int + Id string + InputMessageContent any + ParseMode string + ReplyMarkup *InlineKeyboardMarkup + ThumbURL string + Title string + Type string + URL string + Width int + func NewInlineQueryResultMPEG4GIF(id, url string) InlineQueryResultMPEG4GIF + type InlineQueryResultPhoto struct + Caption string + CaptionEntities []MessageEntity + Description string + Height int + Id string + InputMessageContent any + MimeType string + ParseMode string + ReplyMarkup *InlineKeyboardMarkup + ThumbURL string + Title string + Type string + URL string + Width int + func NewInlineQueryResultPhoto(id, url string) InlineQueryResultPhoto + func NewInlineQueryResultPhotoWithThumb(id, url, thumb string) InlineQueryResultPhoto + type InlineQueryResultVenue struct + Address string + FoursquareID string + FoursquareType string + GooglePlaceID string + GooglePlaceType string + Id string + InputMessageContent any + Latitude float64 + Longitude float64 + ReplyMarkup *InlineKeyboardMarkup + ThumbHeight int + ThumbURL string + ThumbWidth int + Title string + Type string + func NewInlineQueryResultVenue(id, title, address string, latitude, longitude float64) InlineQueryResultVenue + type InlineQueryResultVideo struct + Caption string + Description string + Duration int + Height int + Id string + InputMessageContent any + MimeType string + ReplyMarkup *InlineKeyboardMarkup + ThumbURL string + Title string + Type string + URL string + Width int + func NewInlineQueryResultVideo(id, url string) InlineQueryResultVideo + type InlineQueryResultVoice struct + Caption string + CaptionEntities []MessageEntity + Duration int + Id string + InputMessageContent any + ParseMode string + ReplyMarkup *InlineKeyboardMarkup + Title string + Type string + URL string + func NewInlineQueryResultVoice(id, url, title string) InlineQueryResultVoice + type InputContactMessageContent struct + FirstName string + LastName string + PhoneNumber string + VCard string + type InputInvoiceMessageContent struct + Currency string + Description string + IsFlexible bool + MaxTipAmount int + NeedEmail bool + NeedName bool + NeedPhoneNumber bool + NeedShippingAddress bool + Payload string + PhotoHeight int + PhotoSize int + PhotoURL string + PhotoWidth int + Prices []LabeledPrice + ProviderData string + ProviderToken string + SendEmailToProvider bool + SendPhoneNumberToProvider bool + SuggestedTipAmounts []int + Title string + type InputLocationMessageContent struct + Heading int + HorizontalAccuracy float64 + Latitude float64 + LivePeriod int + Longitude float64 + ProximityAlertRadius int + type InputMediaAnimation struct + Duration int + Height int + Thumb RequestFileData + Width int + func NewInputMediaAnimation(media RequestFileData) InputMediaAnimation + type InputMediaAudio struct + Duration int + Performer string + Thumb RequestFileData + Title string + func NewInputMediaAudio(media RequestFileData) InputMediaAudio + type InputMediaDocument struct + DisableContentTypeDetection bool + Thumb RequestFileData + func NewInputMediaDocument(media RequestFileData) InputMediaDocument + type InputMediaPhoto struct + func NewInputMediaPhoto(media RequestFileData) InputMediaPhoto + type InputMediaVideo struct + Duration int + Height int + SupportsStreaming bool + Thumb RequestFileData + Width int + func NewInputMediaVideo(media RequestFileData) InputMediaVideo + type InputTextMessageContent struct + DisableWebPagePreview bool + Entities []MessageEntity + ParseMode string + Text string + type InputVenueMessageContent struct + Address string + FoursquareID string + FoursquareType string + GooglePlaceID string + GooglePlaceType string + Latitude float64 + Longitude float64 + Title string + type Invoice struct + Currency string + Description string + StartParameter string + Title string + TotalAmount int + type InvoiceConfig struct + Currency string + Description string + IsFlexible bool + MaxTipAmount int + NeedEmail bool + NeedName bool + NeedPhoneNumber bool + NeedShippingAddress bool + Payload string + PhotoHeight int + PhotoSize int + PhotoURL string + PhotoWidth int + Prices []LabeledPrice + ProviderData string + ProviderToken string + SendEmailToProvider bool + SendPhoneNumberToProvider bool + StartParameter string + SuggestedTipAmounts []int + Title string + func NewInvoice(chatID int64, ...) InvoiceConfig + type KeyboardButton struct + RequestContact bool + RequestLocation bool + RequestPoll *KeyboardButtonPollType + Text string + func NewKeyboardButton(text string) KeyboardButton + func NewKeyboardButtonContact(text string) KeyboardButton + func NewKeyboardButtonLocation(text string) KeyboardButton + func NewKeyboardButtonRow(buttons ...KeyboardButton) []KeyboardButton + type KeyboardButtonPollType struct + Type string + type KickChatMemberConfig = BanChatMemberConfig + type LabeledPrice struct + Amount int32 + Label string + type LeaveChatConfig struct + ChannelUsername string + ChatID int64 + type Location struct + Heading int + HorizontalAccuracy float64 + Latitude float64 + LivePeriod int + Longitude float64 + ProximityAlertRadius int + type LocationConfig struct + Heading int + HorizontalAccuracy float64 + Latitude float64 + LivePeriod int + Longitude float64 + ProximityAlertRadius int + func NewLocation(chatID int64, latitude float64, longitude float64) LocationConfig + type LogOutConfig struct + type LoginURL struct + BotUsername string + ForwardText string + RequestWriteAccess bool + URL string + type MaskPosition struct + Point string + Scale float64 + XShift float64 + YShift float64 + type MediaGroupConfig struct + ChannelUsername string + ChatID int64 + DisableNotification bool + Media []any + ReplyToMessageID int + func NewMediaGroup(chatID int64, files []any) MediaGroupConfig + type Message struct + Animation *Animation + Audio *Audio + AuthorSignature string + Caption string + CaptionEntities []MessageEntity + ChannelChatCreated bool + Chat *Chat + ConnectedWebsite string + Contact *Contact + Date int + DeleteChatPhoto bool + Dice *Dice + Document *Document + EditDate int + Entities []MessageEntity + ForwardDate int + ForwardFrom *User + ForwardFromChat *Chat + ForwardFromMessageID int + ForwardSenderName string + ForwardSignature string + From *User + Game *Game + GroupChatCreated bool + HasProtectedContent bool + Invoice *Invoice + IsAutomaticForward bool + LeftChatMember *User + Location *Location + MediaGroupID string + MessageAutoDeleteTimerChanged *MessageAutoDeleteTimerChanged + MessageID int + MigrateFromChatID int64 + MigrateToChatID int64 + NewChatMembers []User + NewChatPhoto []PhotoSize + NewChatTitle string + Photo []PhotoSize + PinnedMessage *Message + Poll *Poll + ProximityAlertTriggered *ProximityAlertTriggered + ReplyMarkup *InlineKeyboardMarkup + ReplyToMessage *Message + SenderChat *Chat + Sticker *Sticker + SuccessfulPayment *SuccessfulPayment + SuperGroupChatCreated bool + Text string + Venue *Venue + ViaBot *User + Video *Video + VideoNote *VideoNote + Voice *Voice + VoiceChatEnded *VoiceChatEnded + VoiceChatParticipantsInvited *VoiceChatParticipantsInvited + VoiceChatScheduled *VoiceChatScheduled + VoiceChatStarted *VoiceChatStarted + func (m *Message) Command() string + func (m *Message) CommandArguments() string + func (m *Message) CommandWithAt() string + func (m *Message) IsCommand() bool + func (m *Message) Time() time.Time + type MessageAutoDeleteTimerChanged struct + MessageAutoDeleteTime int + type MessageConfig struct + DisableWebPagePreview bool + Entities []MessageEntity + ParseMode string + Text string + func NewMessage(chatID int64, text string) MessageConfig + func NewMessageToChannel(username string, text string) MessageConfig + type MessageEntity struct + Language string + Length int + Offset int + Type string + URL string + User *User + func (e MessageEntity) IsBold() bool + func (e MessageEntity) IsCode() bool + func (e MessageEntity) IsCommand() bool + func (e MessageEntity) IsEmail() bool + func (e MessageEntity) IsHashtag() bool + func (e MessageEntity) IsItalic() bool + func (e MessageEntity) IsMention() bool + func (e MessageEntity) IsPre() bool + func (e MessageEntity) IsTextLink() bool + func (e MessageEntity) IsURL() bool + func (e MessageEntity) ParseURL() (*url.URL, error) + type MessageId struct + MessageId int + type MessageReaction struct + ActorChat *Chat + Chat Chat + Date int64 + MessageId int + NewReaction []ReactionType + OldReaction []ReactionType + User *User + type MessageReactionCount struct + Chat Chat + Date int64 + MessageId int + Reactions []ReactionCount + type Muxer interface + Handle func(ctx context.Context, msg Update) (Chattable, error) + type NewStickerSetConfig struct + ContainsMasks bool + Emojis string + MaskPosition *MaskPosition + Name string + PNGSticker RequestFileData + TGSSticker RequestFileData + Title string + UserID int64 + type OrderInfo struct + Email string + Name string + PhoneNumber string + ShippingAddress *ShippingAddress + type Params map[string]string + func (p Params) AddBool(key string, value bool) + func (p Params) AddFirstValid(key string, args ...any) error + func (p Params) AddInterface(key string, value any) error + func (p Params) AddNonEmpty(key, value string) + func (p Params) AddNonZero(key string, value int) + func (p Params) AddNonZero64(key string, value int64) + func (p Params) AddNonZeroFloat(key string, value float64) + type PhotoConfig struct + Caption string + CaptionEntities []MessageEntity + ParseMode string + Thumb RequestFileData + func NewPhoto(chatID int64, file RequestFileData) PhotoConfig + func NewPhotoToChannel(username string, file RequestFileData) PhotoConfig + type PhotoSize struct + FileID string + FileSize int + FileUniqueID string + Height int + Width int + type PinChatMessageConfig struct + ChannelUsername string + ChatID int64 + DisableNotification bool + MessageID int + type Poll struct + AllowsMultipleAnswers bool + CloseDate int + CorrectOptionID int + Explanation string + ExplanationEntities []MessageEntity + Id string + IsAnonymous bool + IsClosed bool + OpenPeriod int + Options []PollOption + Question string + TotalVoterCount int + Type string + type PollAnswer struct + OptionIDs []int + PollID string + User User + type PollOption struct + Text string + VoterCount int + type PreCheckoutConfig struct + ErrorMessage string + OK bool + PreCheckoutQueryID string + type PreCheckoutQuery struct + Currency string + From *User + Id string + InvoicePayload string + OrderInfo *OrderInfo + ShippingOptionID string + TotalAmount int + type PromoteChatMemberConfig struct + CanChangeInfo bool + CanDeleteMessages bool + CanEditMessages bool + CanInviteUsers bool + CanManageChat bool + CanManageVoiceChats bool + CanPinMessages bool + CanPostMessages bool + CanPromoteMembers bool + CanRestrictMembers bool + IsAnonymous bool + type ProximityAlertTriggered struct + Distance int + Traveler User + Watcher User + type PurchasedPaidMedia struct + From User + PaidMediaPayload string + type ReactionCount struct + TotalCount int + Type ReactionType + type ReactionType string + type RemovedChatBoost struct + BoostId string + Chat Chat + RemoveDate int64 + Source ChatBoostSource + type ReplyKeyboardMarkup struct + InputFieldPlaceholder string + Keyboard [][]KeyboardButton + OneTimeKeyboard bool + ResizeKeyboard bool + Selective bool + func NewOneTimeReplyKeyboard(rows ...[]KeyboardButton) ReplyKeyboardMarkup + func NewReplyKeyboard(rows ...[]KeyboardButton) ReplyKeyboardMarkup + type ReplyKeyboardRemove struct + RemoveKeyboard bool + Selective bool + func NewRemoveKeyboard(selective bool) ReplyKeyboardRemove + type RequestFile struct + Data RequestFileData + Name string + type RequestFileData interface + NeedsUpload func() bool + SendData func() string + UploadData func() (string, io.Reader, error) + type ResponseParameters struct + MigrateToChatID int64 + RetryAfter int + type RestrictChatMemberConfig struct + Permissions *ChatPermissions + UntilDate int64 + type RevokeChatInviteLinkConfig struct + InviteLink string + type SendPollConfig struct + AllowsMultipleAnswers bool + CloseDate int + CorrectOptionID int64 + Explanation string + ExplanationEntities []MessageEntity + ExplanationParseMode string + IsAnonymous bool + IsClosed bool + OpenPeriod int + Options []string + Question string + Type string + func NewPoll(chatID int64, question string, options ...string) SendPollConfig + type SetChatAdministratorCustomTitle struct + CustomTitle string + type SetChatDescriptionConfig struct + ChannelUsername string + ChatID int64 + Description string + func NewChatDescription(chatID int64, description string) SetChatDescriptionConfig + type SetChatPermissionsConfig struct + Permissions *ChatPermissions + type SetChatPhotoConfig struct + func NewChatPhoto(chatID int64, photo RequestFileData) SetChatPhotoConfig + type SetChatStickerSetConfig struct + ChatID int64 + StickerSetName string + SuperGroupUsername string + type SetChatTitleConfig struct + ChannelUsername string + ChatID int64 + Title string + func NewChatTitle(chatID int64, title string) SetChatTitleConfig + type SetGameScoreConfig struct + ChannelUsername string + ChatID int64 + DisableEditMessage bool + Force bool + InlineMessageID string + MessageID int + Score int + UserID int64 + type SetMyCommandsConfig struct + Commands []BotCommand + LanguageCode string + Scope *BotCommandScope + func NewSetMyCommands(commands ...BotCommand) SetMyCommandsConfig + func NewSetMyCommandsWithScope(scope BotCommandScope, commands ...BotCommand) SetMyCommandsConfig + func NewSetMyCommandsWithScopeAndLanguage(scope BotCommandScope, languageCode string, commands ...BotCommand) SetMyCommandsConfig + type SetStickerPositionConfig struct + Position int + Sticker string + type SetStickerSetThumbConfig struct + Name string + Thumb RequestFileData + UserID int64 + type ShippingAddress struct + City string + CountryCode string + PostCode string + State string + StreetLine1 string + StreetLine2 string + type ShippingConfig struct + ErrorMessage string + OK bool + ShippingOptions []ShippingOption + ShippingQueryID string + type ShippingOption struct + Id string + Prices []LabeledPrice + Title string + type ShippingQuery struct + From *User + Id string + InvoicePayload string + ShippingAddress *ShippingAddress + type Sticker struct + Emoji string + FileID string + FileSize int + FileUniqueID string + Height int + IsAnimated bool + MaskPosition *MaskPosition + SetName string + Thumbnail *PhotoSize + Width int + type StickerConfig struct + func NewSticker(chatID int64, file RequestFileData) StickerConfig + type StickerSet struct + ContainsMasks bool + IsAnimated bool + Name string + Stickers []Sticker + Thumbnail *PhotoSize + Title string + type StopMessageLiveLocationConfig struct + type StopPollConfig struct + func NewStopPoll(chatID int64, messageID int) StopPollConfig + type SuccessfulPayment struct + Currency string + InvoicePayload string + OrderInfo *OrderInfo + ProviderPaymentChargeID string + ShippingOptionID string + TelegramPaymentChargeID string + TotalAmount int + type UnbanChatMemberConfig struct + OnlyIfBanned bool + type UnbanChatSenderChatConfig struct + ChannelUsername string + ChatID int64 + SenderChatID int64 + type UnpinAllChatMessagesConfig struct + ChannelUsername string + ChatID int64 + type UnpinChatMessageConfig struct + ChannelUsername string + ChatID int64 + MessageID int + type Update struct + BusinessConnection *BusinessConnection + BusinessMessage *Message + CallbackQuery *CallbackQuery + ChannelPost *Message + ChatBoost *ChatBoostUpdated + ChatJoinRequest *ChatJoinRequest + ChatMember *ChatMemberUpdated + ChosenInlineResult *ChosenInlineResult + DeletedBusinessMessage *BusinessMessageDeleted + EditedBusinessMessage *Message + EditedChannelPost *Message + EditedMessage *Message + InlineQuery *InlineQuery + Message *Message + MessageReaction *MessageReaction + MessageReactionCount *MessageReactionCount + MyChatMember *ChatMemberUpdated + Poll *Poll + PollAnswer *PollAnswer + PreCheckoutQuery *PreCheckoutQuery + PurchasedPaidMedia *PurchasedPaidMedia + RemovedChatBoost *RemovedChatBoost + ShippingQuery *ShippingQuery + UpdateId int + func (u Update) CallbackData() string + func (u Update) FromChat() *Chat + func (u Update) GetCommand() string + func (u Update) SentFrom() *User + func (u Update) UpdateType() string + type UpdatesConfig struct + AllowedUpdates []string + Limit int + MaxMuxErrorRetryCount int + Offset int + RetryDelay time.Duration + Timeout int + func NewUpdate(offset int) UpdatesConfig + type UploadStickerConfig struct + PNGSticker RequestFileData + UserID int64 + type User struct + CanJoinGroups bool + CanReadAllGroupMessages bool + FirstName string + Id int64 + IsBot bool + LanguageCode string + LastName string + SupportsInlineQueries bool + UserName string + func (u *User) String() string + type UserProfilePhotos struct + Photos [][]PhotoSize + TotalCount int + type UserProfilePhotosConfig struct + Limit int + Offset int + UserID int64 + func NewUserProfilePhotos(userID int64) UserProfilePhotosConfig + type Venue struct + Address string + FoursquareID string + FoursquareType string + GooglePlaceID string + GooglePlaceType string + Location Location + Title string + type VenueConfig struct + Address string + FoursquareID string + FoursquareType string + GooglePlaceID string + GooglePlaceType string + Latitude float64 + Longitude float64 + Title string + func NewVenue(chatID int64, title, address string, latitude, longitude float64) VenueConfig + type Video struct + Duration int + FileID string + FileName string + FileSize int + FileUniqueID string + Height int + MimeType string + Thumbnail *PhotoSize + Width int + type VideoConfig struct + Caption string + CaptionEntities []MessageEntity + Duration int + ParseMode string + SupportsStreaming bool + Thumb RequestFileData + func NewVideo(chatID int64, file RequestFileData) VideoConfig + type VideoNote struct + Duration int + FileID string + FileSize int + FileUniqueID string + Length int + Thumbnail *PhotoSize + type VideoNoteConfig struct + Duration int + Length int + Thumb RequestFileData + func NewVideoNote(chatID int64, length int, file RequestFileData) VideoNoteConfig + type Voice struct + Duration int + FileID string + FileSize int + FileUniqueID string + MimeType string + type VoiceChatEnded struct + Duration int + type VoiceChatParticipantsInvited struct + Users []User + type VoiceChatScheduled struct + StartDate int + func (m *VoiceChatScheduled) Time() time.Time + type VoiceChatStarted struct + type VoiceConfig struct + Caption string + CaptionEntities []MessageEntity + Duration int + ParseMode string + Thumb RequestFileData + func NewVoice(chatID int64, file RequestFileData) VoiceConfig + type WebhookInfo struct + AllowedUpdates []string + HasCustomCertificate bool + IPAddress string + LastErrorDate int + LastErrorMessage string + MaxConnections int + PendingUpdateCount int + URL string + func (info WebhookInfo) IsSet() bool