Versions in this module Expand all Collapse all v1 v1.5.2 May 27, 2023 Changes in this version + type AddStickerToSet struct + Name string + Sticker types.InputSticker + UserID int64 + func (AddStickerToSet) MethodName() string + func (AddStickerToSet) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *AddStickerToSet) Files() map[string]rawTypes.InputFile + func (entity *AddStickerToSet) ProgressCallable() rawTypes.ProgressCallable + type AnswerCallbackQuery struct + CacheTime int + CallbackQueryID string + ShowAlert bool + Text string + URL string + func (AnswerCallbackQuery) MethodName() string + func (AnswerCallbackQuery) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *AnswerCallbackQuery) Files() map[string]rawTypes.InputFile + func (entity *AnswerCallbackQuery) ProgressCallable() rawTypes.ProgressCallable + type AnswerInlineQuery struct + Button *types.InlineQueryResultsButton + CacheTime int + InlineQueryID string + IsPersonal bool + NextOffset string + Results []types.InlineQueryResult + func (AnswerInlineQuery) MethodName() string + func (AnswerInlineQuery) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *AnswerInlineQuery) Files() map[string]rawTypes.InputFile + func (entity *AnswerInlineQuery) ProgressCallable() rawTypes.ProgressCallable + type AnswerPreCheckoutQuery struct + ErrorMessage string + Ok bool + PreCheckoutQueryID string + func (AnswerPreCheckoutQuery) MethodName() string + func (AnswerPreCheckoutQuery) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *AnswerPreCheckoutQuery) Files() map[string]rawTypes.InputFile + func (entity *AnswerPreCheckoutQuery) ProgressCallable() rawTypes.ProgressCallable + type AnswerShippingQuery struct + ErrorMessage string + Ok bool + ShippingOptions []types.ShippingOption + ShippingQueryID string + func (AnswerShippingQuery) MethodName() string + func (AnswerShippingQuery) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *AnswerShippingQuery) Files() map[string]rawTypes.InputFile + func (entity *AnswerShippingQuery) ProgressCallable() rawTypes.ProgressCallable + type AnswerWebAppQuery struct + Result types.InlineQueryResult + WebAppQueryID string + func (AnswerWebAppQuery) MethodName() string + func (AnswerWebAppQuery) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *AnswerWebAppQuery) Files() map[string]rawTypes.InputFile + func (entity *AnswerWebAppQuery) ProgressCallable() rawTypes.ProgressCallable + type ApproveChatJoinRequest struct + ChatID any + UserID int64 + func (ApproveChatJoinRequest) MethodName() string + func (ApproveChatJoinRequest) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *ApproveChatJoinRequest) Files() map[string]rawTypes.InputFile + func (entity *ApproveChatJoinRequest) ProgressCallable() rawTypes.ProgressCallable + func (entity ApproveChatJoinRequest) MarshalJSON() ([]byte, error) + type BanChatMember struct + ChatID any + RevokeMessages bool + UntilDate int64 + UserID int64 + func (BanChatMember) MethodName() string + func (BanChatMember) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *BanChatMember) Files() map[string]rawTypes.InputFile + func (entity *BanChatMember) ProgressCallable() rawTypes.ProgressCallable + func (entity BanChatMember) MarshalJSON() ([]byte, error) + type BanChatSenderChat struct + ChatID any + SenderChatID int64 + func (BanChatSenderChat) MethodName() string + func (BanChatSenderChat) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *BanChatSenderChat) Files() map[string]rawTypes.InputFile + func (entity *BanChatSenderChat) ProgressCallable() rawTypes.ProgressCallable + func (entity BanChatSenderChat) MarshalJSON() ([]byte, error) + type Close struct + func (Close) MethodName() string + func (Close) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *Close) Files() map[string]rawTypes.InputFile + func (entity *Close) ProgressCallable() rawTypes.ProgressCallable + type CloseForumTopic struct + ChatID any + MessageThreadID int64 + func (CloseForumTopic) MethodName() string + func (CloseForumTopic) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *CloseForumTopic) Files() map[string]rawTypes.InputFile + func (entity *CloseForumTopic) ProgressCallable() rawTypes.ProgressCallable + func (entity CloseForumTopic) MarshalJSON() ([]byte, error) + type CloseGeneralForumTopic struct + ChatID any + func (CloseGeneralForumTopic) MethodName() string + func (CloseGeneralForumTopic) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *CloseGeneralForumTopic) Files() map[string]rawTypes.InputFile + func (entity *CloseGeneralForumTopic) ProgressCallable() rawTypes.ProgressCallable + func (entity CloseGeneralForumTopic) MarshalJSON() ([]byte, error) + type CopyMessage struct + AllowSendingWithoutReply bool + Caption string + CaptionEntities []types.MessageEntity + ChatID any + DisableNotification bool + FromChatID int64 + MessageID int64 + MessageThreadID int64 + ParseMode string + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + func (CopyMessage) MethodName() string + func (CopyMessage) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *CopyMessage) Files() map[string]rawTypes.InputFile + func (entity *CopyMessage) ProgressCallable() rawTypes.ProgressCallable + func (entity CopyMessage) MarshalJSON() ([]byte, error) + type CreateChatInviteLink struct + ChatID any + CreatesJoinRequest bool + ExpireDate int64 + MemberLimit int + Name string + func (CreateChatInviteLink) MethodName() string + func (CreateChatInviteLink) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *CreateChatInviteLink) Files() map[string]rawTypes.InputFile + func (entity *CreateChatInviteLink) ProgressCallable() rawTypes.ProgressCallable + func (entity CreateChatInviteLink) MarshalJSON() ([]byte, error) + type CreateForumTopic struct + ChatID any + IconColor int + IconCustomEmojiID string + Name string + func (CreateForumTopic) MethodName() string + func (CreateForumTopic) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *CreateForumTopic) Files() map[string]rawTypes.InputFile + func (entity *CreateForumTopic) ProgressCallable() rawTypes.ProgressCallable + func (entity CreateForumTopic) MarshalJSON() ([]byte, error) + type CreateInvoiceLink 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 int64 + Prices []types.LabeledPrice + ProviderData string + ProviderToken string + SendEmailToProvider bool + SendPhoneNumberToProvider bool + SuggestedTipAmounts []int + Title string + func (CreateInvoiceLink) MethodName() string + func (CreateInvoiceLink) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *CreateInvoiceLink) Files() map[string]rawTypes.InputFile + func (entity *CreateInvoiceLink) ProgressCallable() rawTypes.ProgressCallable + type CreateNewStickerSet struct + Name string + NeedsRepainting bool + StickerFormat string + StickerType string + Stickers []types.InputSticker + Title string + UserID int64 + func (CreateNewStickerSet) MethodName() string + func (CreateNewStickerSet) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *CreateNewStickerSet) Files() map[string]rawTypes.InputFile + func (entity *CreateNewStickerSet) ProgressCallable() rawTypes.ProgressCallable + type DeclineChatJoinRequest struct + ChatID any + UserID int64 + func (DeclineChatJoinRequest) MethodName() string + func (DeclineChatJoinRequest) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *DeclineChatJoinRequest) Files() map[string]rawTypes.InputFile + func (entity *DeclineChatJoinRequest) ProgressCallable() rawTypes.ProgressCallable + func (entity DeclineChatJoinRequest) MarshalJSON() ([]byte, error) + type DeleteChatPhoto struct + ChatID any + func (DeleteChatPhoto) MethodName() string + func (DeleteChatPhoto) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *DeleteChatPhoto) Files() map[string]rawTypes.InputFile + func (entity *DeleteChatPhoto) ProgressCallable() rawTypes.ProgressCallable + func (entity DeleteChatPhoto) MarshalJSON() ([]byte, error) + type DeleteChatStickerSet struct + ChatID any + func (DeleteChatStickerSet) MethodName() string + func (DeleteChatStickerSet) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *DeleteChatStickerSet) Files() map[string]rawTypes.InputFile + func (entity *DeleteChatStickerSet) ProgressCallable() rawTypes.ProgressCallable + func (entity DeleteChatStickerSet) MarshalJSON() ([]byte, error) + type DeleteForumTopic struct + ChatID any + MessageThreadID int64 + func (DeleteForumTopic) MethodName() string + func (DeleteForumTopic) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *DeleteForumTopic) Files() map[string]rawTypes.InputFile + func (entity *DeleteForumTopic) ProgressCallable() rawTypes.ProgressCallable + func (entity DeleteForumTopic) MarshalJSON() ([]byte, error) + type DeleteMessage struct + ChatID any + MessageID int64 + func (DeleteMessage) MethodName() string + func (DeleteMessage) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *DeleteMessage) Files() map[string]rawTypes.InputFile + func (entity *DeleteMessage) ProgressCallable() rawTypes.ProgressCallable + func (entity DeleteMessage) MarshalJSON() ([]byte, error) + type DeleteMyCommands struct + LanguageCode string + Scope *types.BotCommandScope + func (DeleteMyCommands) MethodName() string + func (DeleteMyCommands) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *DeleteMyCommands) Files() map[string]rawTypes.InputFile + func (entity *DeleteMyCommands) ProgressCallable() rawTypes.ProgressCallable + type DeleteStickerFromSet struct + Sticker string + func (DeleteStickerFromSet) MethodName() string + func (DeleteStickerFromSet) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *DeleteStickerFromSet) Files() map[string]rawTypes.InputFile + func (entity *DeleteStickerFromSet) ProgressCallable() rawTypes.ProgressCallable + type DeleteStickerSet struct + Name string + func (DeleteStickerSet) MethodName() string + func (DeleteStickerSet) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *DeleteStickerSet) Files() map[string]rawTypes.InputFile + func (entity *DeleteStickerSet) ProgressCallable() rawTypes.ProgressCallable + type DeleteWebhook struct + DropPendingUpdates bool + func (DeleteWebhook) MethodName() string + func (DeleteWebhook) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *DeleteWebhook) Files() map[string]rawTypes.InputFile + func (entity *DeleteWebhook) ProgressCallable() rawTypes.ProgressCallable + type EditChatInviteLink struct + ChatID any + CreatesJoinRequest bool + ExpireDate int64 + InviteLink string + MemberLimit int + Name string + func (EditChatInviteLink) MethodName() string + func (EditChatInviteLink) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *EditChatInviteLink) Files() map[string]rawTypes.InputFile + func (entity *EditChatInviteLink) ProgressCallable() rawTypes.ProgressCallable + func (entity EditChatInviteLink) MarshalJSON() ([]byte, error) + type EditForumTopic struct + ChatID any + IconCustomEmojiID string + MessageThreadID int64 + Name string + func (EditForumTopic) MethodName() string + func (EditForumTopic) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *EditForumTopic) Files() map[string]rawTypes.InputFile + func (entity *EditForumTopic) ProgressCallable() rawTypes.ProgressCallable + func (entity EditForumTopic) MarshalJSON() ([]byte, error) + type EditGeneralForumTopic struct + ChatID any + Name string + func (EditGeneralForumTopic) MethodName() string + func (EditGeneralForumTopic) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *EditGeneralForumTopic) Files() map[string]rawTypes.InputFile + func (entity *EditGeneralForumTopic) ProgressCallable() rawTypes.ProgressCallable + func (entity EditGeneralForumTopic) MarshalJSON() ([]byte, error) + type EditMessageCaption struct + Caption string + CaptionEntities []types.MessageEntity + ChatID any + InlineMessageID string + MessageID int64 + ParseMode string + ReplyMarkup *types.InlineKeyboardMarkup + func (EditMessageCaption) MethodName() string + func (EditMessageCaption) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *EditMessageCaption) Files() map[string]rawTypes.InputFile + func (entity *EditMessageCaption) ProgressCallable() rawTypes.ProgressCallable + func (entity EditMessageCaption) MarshalJSON() ([]byte, error) + type EditMessageLiveLocation struct + ChatID any + Heading int + HorizontalAccuracy float64 + InlineMessageID string + Latitude float64 + Longitude float64 + MessageID int64 + ProximityAlertRadius int + ReplyMarkup *types.InlineKeyboardMarkup + func (EditMessageLiveLocation) MethodName() string + func (EditMessageLiveLocation) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *EditMessageLiveLocation) Files() map[string]rawTypes.InputFile + func (entity *EditMessageLiveLocation) ProgressCallable() rawTypes.ProgressCallable + func (entity EditMessageLiveLocation) MarshalJSON() ([]byte, error) + type EditMessageMedia struct + ChatID any + InlineMessageID string + Media types.InputMedia + MessageID int64 + Progress rawTypes.ProgressCallable + ReplyMarkup *types.InlineKeyboardMarkup + func (EditMessageMedia) MethodName() string + func (EditMessageMedia) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *EditMessageMedia) Files() map[string]rawTypes.InputFile + func (entity *EditMessageMedia) ProgressCallable() rawTypes.ProgressCallable + func (entity EditMessageMedia) MarshalJSON() ([]byte, error) + type EditMessageReplyMarkup struct + ChatID any + InlineMessageID string + MessageID int64 + ReplyMarkup *types.InlineKeyboardMarkup + func (EditMessageReplyMarkup) MethodName() string + func (EditMessageReplyMarkup) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *EditMessageReplyMarkup) Files() map[string]rawTypes.InputFile + func (entity *EditMessageReplyMarkup) ProgressCallable() rawTypes.ProgressCallable + func (entity EditMessageReplyMarkup) MarshalJSON() ([]byte, error) + type EditMessageText struct + ChatID any + DisableWebPagePreview bool + Entities []types.MessageEntity + InlineMessageID string + MessageID int64 + ParseMode string + ReplyMarkup *types.InlineKeyboardMarkup + Text string + func (EditMessageText) MethodName() string + func (EditMessageText) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *EditMessageText) Files() map[string]rawTypes.InputFile + func (entity *EditMessageText) ProgressCallable() rawTypes.ProgressCallable + func (entity EditMessageText) MarshalJSON() ([]byte, error) + type ExportChatInviteLink struct + ChatID any + func (ExportChatInviteLink) MethodName() string + func (ExportChatInviteLink) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *ExportChatInviteLink) Files() map[string]rawTypes.InputFile + func (entity *ExportChatInviteLink) ProgressCallable() rawTypes.ProgressCallable + func (entity ExportChatInviteLink) MarshalJSON() ([]byte, error) + type ForwardMessage struct + ChatID any + DisableNotification bool + FromChatID int64 + MessageID int64 + MessageThreadID int64 + ProtectContent bool + func (ForwardMessage) MethodName() string + func (ForwardMessage) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *ForwardMessage) Files() map[string]rawTypes.InputFile + func (entity *ForwardMessage) ProgressCallable() rawTypes.ProgressCallable + func (entity ForwardMessage) MarshalJSON() ([]byte, error) + type GetChat struct + ChatID any + func (GetChat) MethodName() string + func (GetChat) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetChat) Files() map[string]rawTypes.InputFile + func (entity *GetChat) ProgressCallable() rawTypes.ProgressCallable + func (entity GetChat) MarshalJSON() ([]byte, error) + type GetChatAdministrators struct + ChatID any + func (GetChatAdministrators) MethodName() string + func (GetChatAdministrators) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetChatAdministrators) Files() map[string]rawTypes.InputFile + func (entity *GetChatAdministrators) ProgressCallable() rawTypes.ProgressCallable + func (entity GetChatAdministrators) MarshalJSON() ([]byte, error) + type GetChatMember struct + ChatID any + UserID int64 + func (GetChatMember) MethodName() string + func (GetChatMember) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetChatMember) Files() map[string]rawTypes.InputFile + func (entity *GetChatMember) ProgressCallable() rawTypes.ProgressCallable + func (entity GetChatMember) MarshalJSON() ([]byte, error) + type GetChatMemberCount struct + ChatID any + func (GetChatMemberCount) MethodName() string + func (GetChatMemberCount) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetChatMemberCount) Files() map[string]rawTypes.InputFile + func (entity *GetChatMemberCount) ProgressCallable() rawTypes.ProgressCallable + func (entity GetChatMemberCount) MarshalJSON() ([]byte, error) + type GetChatMenuButton struct + ChatID int64 + func (GetChatMenuButton) MethodName() string + func (GetChatMenuButton) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetChatMenuButton) Files() map[string]rawTypes.InputFile + func (entity *GetChatMenuButton) ProgressCallable() rawTypes.ProgressCallable + type GetCustomEmojiStickers struct + CustomEmojiIDs []string + func (GetCustomEmojiStickers) MethodName() string + func (GetCustomEmojiStickers) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetCustomEmojiStickers) Files() map[string]rawTypes.InputFile + func (entity *GetCustomEmojiStickers) ProgressCallable() rawTypes.ProgressCallable + type GetFile struct + FileID string + func (GetFile) MethodName() string + func (GetFile) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetFile) Files() map[string]rawTypes.InputFile + func (entity *GetFile) ProgressCallable() rawTypes.ProgressCallable + type GetForumTopicIconStickers struct + func (GetForumTopicIconStickers) MethodName() string + func (GetForumTopicIconStickers) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetForumTopicIconStickers) Files() map[string]rawTypes.InputFile + func (entity *GetForumTopicIconStickers) ProgressCallable() rawTypes.ProgressCallable + type GetGameHighScores struct + ChatID int64 + InlineMessageID string + MessageID int64 + UserID int64 + func (GetGameHighScores) MethodName() string + func (GetGameHighScores) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetGameHighScores) Files() map[string]rawTypes.InputFile + func (entity *GetGameHighScores) ProgressCallable() rawTypes.ProgressCallable + type GetMe struct + func (GetMe) MethodName() string + func (GetMe) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetMe) Files() map[string]rawTypes.InputFile + func (entity *GetMe) ProgressCallable() rawTypes.ProgressCallable + type GetMyCommands struct + LanguageCode string + Scope *types.BotCommandScope + func (GetMyCommands) MethodName() string + func (GetMyCommands) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetMyCommands) Files() map[string]rawTypes.InputFile + func (entity *GetMyCommands) ProgressCallable() rawTypes.ProgressCallable + type GetMyDefaultAdministratorRights struct + ForChannels bool + func (GetMyDefaultAdministratorRights) MethodName() string + func (GetMyDefaultAdministratorRights) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetMyDefaultAdministratorRights) Files() map[string]rawTypes.InputFile + func (entity *GetMyDefaultAdministratorRights) ProgressCallable() rawTypes.ProgressCallable + type GetMyDescription struct + LanguageCode string + func (GetMyDescription) MethodName() string + func (GetMyDescription) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetMyDescription) Files() map[string]rawTypes.InputFile + func (entity *GetMyDescription) ProgressCallable() rawTypes.ProgressCallable + type GetMyName struct + LanguageCode string + func (GetMyName) MethodName() string + func (GetMyName) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetMyName) Files() map[string]rawTypes.InputFile + func (entity *GetMyName) ProgressCallable() rawTypes.ProgressCallable + type GetMyShortDescription struct + LanguageCode string + func (GetMyShortDescription) MethodName() string + func (GetMyShortDescription) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetMyShortDescription) Files() map[string]rawTypes.InputFile + func (entity *GetMyShortDescription) ProgressCallable() rawTypes.ProgressCallable + type GetStickerSet struct + Name string + func (GetStickerSet) MethodName() string + func (GetStickerSet) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetStickerSet) Files() map[string]rawTypes.InputFile + func (entity *GetStickerSet) ProgressCallable() rawTypes.ProgressCallable + type GetUpdates struct + AllowedUpdates []string + Limit int + Offset int + Timeout int + func (GetUpdates) MethodName() string + func (GetUpdates) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetUpdates) Files() map[string]rawTypes.InputFile + func (entity *GetUpdates) ProgressCallable() rawTypes.ProgressCallable + type GetUserProfilePhotos struct + Limit int + Offset int + UserID int64 + func (GetUserProfilePhotos) MethodName() string + func (GetUserProfilePhotos) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetUserProfilePhotos) Files() map[string]rawTypes.InputFile + func (entity *GetUserProfilePhotos) ProgressCallable() rawTypes.ProgressCallable + type GetWebhookInfo struct + func (GetWebhookInfo) MethodName() string + func (GetWebhookInfo) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *GetWebhookInfo) Files() map[string]rawTypes.InputFile + func (entity *GetWebhookInfo) ProgressCallable() rawTypes.ProgressCallable + type HideGeneralForumTopic struct + ChatID any + func (HideGeneralForumTopic) MethodName() string + func (HideGeneralForumTopic) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *HideGeneralForumTopic) Files() map[string]rawTypes.InputFile + func (entity *HideGeneralForumTopic) ProgressCallable() rawTypes.ProgressCallable + func (entity HideGeneralForumTopic) MarshalJSON() ([]byte, error) + type LeaveChat struct + ChatID any + func (LeaveChat) MethodName() string + func (LeaveChat) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *LeaveChat) Files() map[string]rawTypes.InputFile + func (entity *LeaveChat) ProgressCallable() rawTypes.ProgressCallable + func (entity LeaveChat) MarshalJSON() ([]byte, error) + type LogOut struct + func (LogOut) MethodName() string + func (LogOut) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *LogOut) Files() map[string]rawTypes.InputFile + func (entity *LogOut) ProgressCallable() rawTypes.ProgressCallable + type PinChatMessage struct + ChatID any + DisableNotification bool + MessageID int64 + func (PinChatMessage) MethodName() string + func (PinChatMessage) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *PinChatMessage) Files() map[string]rawTypes.InputFile + func (entity *PinChatMessage) ProgressCallable() rawTypes.ProgressCallable + func (entity PinChatMessage) MarshalJSON() ([]byte, error) + type PromoteChatMember struct + CanChangeInfo bool + CanDeleteMessages bool + CanEditMessages bool + CanInviteUsers bool + CanManageChat bool + CanManageTopics bool + CanManageVideoChats bool + CanPinMessages bool + CanPostMessages bool + CanPromoteMembers bool + CanRestrictMembers bool + ChatID any + IsAnonymous bool + UserID int64 + func (PromoteChatMember) MethodName() string + func (PromoteChatMember) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *PromoteChatMember) Files() map[string]rawTypes.InputFile + func (entity *PromoteChatMember) ProgressCallable() rawTypes.ProgressCallable + func (entity PromoteChatMember) MarshalJSON() ([]byte, error) + type ReopenForumTopic struct + ChatID any + MessageThreadID int64 + func (ReopenForumTopic) MethodName() string + func (ReopenForumTopic) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *ReopenForumTopic) Files() map[string]rawTypes.InputFile + func (entity *ReopenForumTopic) ProgressCallable() rawTypes.ProgressCallable + func (entity ReopenForumTopic) MarshalJSON() ([]byte, error) + type ReopenGeneralForumTopic struct + ChatID any + func (ReopenGeneralForumTopic) MethodName() string + func (ReopenGeneralForumTopic) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *ReopenGeneralForumTopic) Files() map[string]rawTypes.InputFile + func (entity *ReopenGeneralForumTopic) ProgressCallable() rawTypes.ProgressCallable + func (entity ReopenGeneralForumTopic) MarshalJSON() ([]byte, error) + type RestrictChatMember struct + ChatID any + Permissions types.ChatPermissions + UntilDate int64 + UseIndependentChatPermissions bool + UserID int64 + func (RestrictChatMember) MethodName() string + func (RestrictChatMember) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *RestrictChatMember) Files() map[string]rawTypes.InputFile + func (entity *RestrictChatMember) ProgressCallable() rawTypes.ProgressCallable + func (entity RestrictChatMember) MarshalJSON() ([]byte, error) + type RevokeChatInviteLink struct + ChatID any + InviteLink string + func (RevokeChatInviteLink) MethodName() string + func (RevokeChatInviteLink) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *RevokeChatInviteLink) Files() map[string]rawTypes.InputFile + func (entity *RevokeChatInviteLink) ProgressCallable() rawTypes.ProgressCallable + func (entity RevokeChatInviteLink) MarshalJSON() ([]byte, error) + type SendAnimation struct + AllowSendingWithoutReply bool + Animation rawTypes.InputFile + Caption string + CaptionEntities []types.MessageEntity + ChatID any + DisableNotification bool + Duration int + HasSpoiler bool + Height int + MessageThreadID int64 + ParseMode string + Progress rawTypes.ProgressCallable + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + Thumbnail rawTypes.InputFile + Width int64 + func (SendAnimation) MethodName() string + func (SendAnimation) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendAnimation) Files() map[string]rawTypes.InputFile + func (entity *SendAnimation) ProgressCallable() rawTypes.ProgressCallable + func (entity SendAnimation) MarshalJSON() ([]byte, error) + type SendAudio struct + AllowSendingWithoutReply bool + Audio rawTypes.InputFile + Caption string + CaptionEntities []types.MessageEntity + ChatID any + DisableNotification bool + Duration int + MessageThreadID int64 + ParseMode string + Performer string + Progress rawTypes.ProgressCallable + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + Thumbnail rawTypes.InputFile + Title string + func (SendAudio) MethodName() string + func (SendAudio) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendAudio) Files() map[string]rawTypes.InputFile + func (entity *SendAudio) ProgressCallable() rawTypes.ProgressCallable + func (entity SendAudio) MarshalJSON() ([]byte, error) + type SendChatAction struct + Action string + ChatID any + MessageThreadID int64 + func (SendChatAction) MethodName() string + func (SendChatAction) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendChatAction) Files() map[string]rawTypes.InputFile + func (entity *SendChatAction) ProgressCallable() rawTypes.ProgressCallable + func (entity SendChatAction) MarshalJSON() ([]byte, error) + type SendContact struct + AllowSendingWithoutReply bool + ChatID any + DisableNotification bool + FirstName string + LastName string + MessageThreadID int64 + PhoneNumber string + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + Vcard string + func (SendContact) MethodName() string + func (SendContact) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendContact) Files() map[string]rawTypes.InputFile + func (entity *SendContact) ProgressCallable() rawTypes.ProgressCallable + func (entity SendContact) MarshalJSON() ([]byte, error) + type SendDice struct + AllowSendingWithoutReply bool + ChatID any + DisableNotification bool + Emoji string + MessageThreadID int64 + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + func (SendDice) MethodName() string + func (SendDice) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendDice) Files() map[string]rawTypes.InputFile + func (entity *SendDice) ProgressCallable() rawTypes.ProgressCallable + func (entity SendDice) MarshalJSON() ([]byte, error) + type SendDocument struct + AllowSendingWithoutReply bool + Caption string + CaptionEntities []types.MessageEntity + ChatID any + DisableContentTypeDetection bool + DisableNotification bool + Document rawTypes.InputFile + MessageThreadID int64 + ParseMode string + Progress rawTypes.ProgressCallable + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + Thumbnail rawTypes.InputFile + func (SendDocument) MethodName() string + func (SendDocument) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendDocument) Files() map[string]rawTypes.InputFile + func (entity *SendDocument) ProgressCallable() rawTypes.ProgressCallable + func (entity SendDocument) MarshalJSON() ([]byte, error) + type SendGame struct + AllowSendingWithoutReply bool + ChatID int64 + DisableNotification bool + GameShortName string + MessageThreadID int64 + ProtectContent bool + ReplyMarkup *types.InlineKeyboardMarkup + ReplyToMessageID int64 + func (SendGame) MethodName() string + func (SendGame) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendGame) Files() map[string]rawTypes.InputFile + func (entity *SendGame) ProgressCallable() rawTypes.ProgressCallable + type SendInvoice struct + AllowSendingWithoutReply bool + ChatID any + Currency string + Description string + DisableNotification bool + IsFlexible bool + MaxTipAmount int + MessageThreadID int64 + NeedEmail bool + NeedName bool + NeedPhoneNumber bool + NeedShippingAddress bool + Payload string + PhotoHeight int + PhotoSize int + PhotoURL string + PhotoWidth int64 + Prices []types.LabeledPrice + ProtectContent bool + ProviderData string + ProviderToken string + ReplyMarkup *types.InlineKeyboardMarkup + ReplyToMessageID int64 + SendEmailToProvider bool + SendPhoneNumberToProvider bool + StartParameter string + SuggestedTipAmounts []int + Title string + func (SendInvoice) MethodName() string + func (SendInvoice) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendInvoice) Files() map[string]rawTypes.InputFile + func (entity *SendInvoice) ProgressCallable() rawTypes.ProgressCallable + func (entity SendInvoice) MarshalJSON() ([]byte, error) + type SendLocation struct + AllowSendingWithoutReply bool + ChatID any + DisableNotification bool + Heading int + HorizontalAccuracy float64 + Latitude float64 + LivePeriod int + Longitude float64 + MessageThreadID int64 + ProtectContent bool + ProximityAlertRadius int + ReplyMarkup any + ReplyToMessageID int64 + func (SendLocation) MethodName() string + func (SendLocation) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendLocation) Files() map[string]rawTypes.InputFile + func (entity *SendLocation) ProgressCallable() rawTypes.ProgressCallable + func (entity SendLocation) MarshalJSON() ([]byte, error) + type SendMediaGroup struct + AllowSendingWithoutReply bool + ChatID any + DisableNotification bool + Media []types.InputMedia + MessageThreadID int64 + Progress rawTypes.ProgressCallable + ProtectContent bool + ReplyToMessageID int64 + func (SendMediaGroup) MethodName() string + func (SendMediaGroup) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendMediaGroup) Files() map[string]rawTypes.InputFile + func (entity *SendMediaGroup) ProgressCallable() rawTypes.ProgressCallable + func (entity SendMediaGroup) MarshalJSON() ([]byte, error) + type SendMessage struct + AllowSendingWithoutReply bool + ChatID any + DisableNotification bool + DisableWebPagePreview bool + Entities []types.MessageEntity + MessageThreadID int64 + ParseMode string + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + Text string + func (SendMessage) MethodName() string + func (SendMessage) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendMessage) Files() map[string]rawTypes.InputFile + func (entity *SendMessage) ProgressCallable() rawTypes.ProgressCallable + func (entity SendMessage) MarshalJSON() ([]byte, error) + type SendPhoto struct + AllowSendingWithoutReply bool + Caption string + CaptionEntities []types.MessageEntity + ChatID any + DisableNotification bool + HasSpoiler bool + MessageThreadID int64 + ParseMode string + Photo rawTypes.InputFile + Progress rawTypes.ProgressCallable + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + func (SendPhoto) MethodName() string + func (SendPhoto) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendPhoto) Files() map[string]rawTypes.InputFile + func (entity *SendPhoto) ProgressCallable() rawTypes.ProgressCallable + func (entity SendPhoto) MarshalJSON() ([]byte, error) + type SendPoll struct + AllowSendingWithoutReply bool + AllowsMultipleAnswers bool + ChatID any + CloseDate int64 + CorrectOptionID int64 + DisableNotification bool + Explanation string + ExplanationEntities []types.MessageEntity + ExplanationParseMode string + IsAnonymous bool + IsClosed bool + MessageThreadID int64 + OpenPeriod int + Options []string + ProtectContent bool + Question string + ReplyMarkup any + ReplyToMessageID int64 + Type string + func (SendPoll) MethodName() string + func (SendPoll) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendPoll) Files() map[string]rawTypes.InputFile + func (entity *SendPoll) ProgressCallable() rawTypes.ProgressCallable + func (entity SendPoll) MarshalJSON() ([]byte, error) + type SendSticker struct + AllowSendingWithoutReply bool + ChatID any + DisableNotification bool + Emoji string + MessageThreadID int64 + Progress rawTypes.ProgressCallable + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + Sticker rawTypes.InputFile + func (SendSticker) MethodName() string + func (SendSticker) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendSticker) Files() map[string]rawTypes.InputFile + func (entity *SendSticker) ProgressCallable() rawTypes.ProgressCallable + func (entity SendSticker) MarshalJSON() ([]byte, error) + type SendVenue struct + Address string + AllowSendingWithoutReply bool + ChatID any + DisableNotification bool + FoursquareID string + FoursquareType string + GooglePlaceID string + GooglePlaceType string + Latitude float64 + Longitude float64 + MessageThreadID int64 + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + Title string + func (SendVenue) MethodName() string + func (SendVenue) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendVenue) Files() map[string]rawTypes.InputFile + func (entity *SendVenue) ProgressCallable() rawTypes.ProgressCallable + func (entity SendVenue) MarshalJSON() ([]byte, error) + type SendVideo struct + AllowSendingWithoutReply bool + Caption string + CaptionEntities []types.MessageEntity + ChatID any + DisableNotification bool + Duration int + HasSpoiler bool + Height int + MessageThreadID int64 + ParseMode string + Progress rawTypes.ProgressCallable + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + SupportsStreaming bool + Thumbnail rawTypes.InputFile + Video rawTypes.InputFile + Width int64 + func (SendVideo) MethodName() string + func (SendVideo) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendVideo) Files() map[string]rawTypes.InputFile + func (entity *SendVideo) ProgressCallable() rawTypes.ProgressCallable + func (entity SendVideo) MarshalJSON() ([]byte, error) + type SendVideoNote struct + AllowSendingWithoutReply bool + ChatID any + DisableNotification bool + Duration int + Length int + MessageThreadID int64 + Progress rawTypes.ProgressCallable + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + Thumbnail rawTypes.InputFile + VideoNote rawTypes.InputFile + func (SendVideoNote) MethodName() string + func (SendVideoNote) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendVideoNote) Files() map[string]rawTypes.InputFile + func (entity *SendVideoNote) ProgressCallable() rawTypes.ProgressCallable + func (entity SendVideoNote) MarshalJSON() ([]byte, error) + type SendVoice struct + AllowSendingWithoutReply bool + Caption string + CaptionEntities []types.MessageEntity + ChatID any + DisableNotification bool + Duration int + MessageThreadID int64 + ParseMode string + Progress rawTypes.ProgressCallable + ProtectContent bool + ReplyMarkup any + ReplyToMessageID int64 + Voice rawTypes.InputFile + func (SendVoice) MethodName() string + func (SendVoice) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SendVoice) Files() map[string]rawTypes.InputFile + func (entity *SendVoice) ProgressCallable() rawTypes.ProgressCallable + func (entity SendVoice) MarshalJSON() ([]byte, error) + type SetChatAdministratorCustomTitle struct + ChatID any + CustomTitle string + UserID int64 + func (SetChatAdministratorCustomTitle) MethodName() string + func (SetChatAdministratorCustomTitle) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetChatAdministratorCustomTitle) Files() map[string]rawTypes.InputFile + func (entity *SetChatAdministratorCustomTitle) ProgressCallable() rawTypes.ProgressCallable + func (entity SetChatAdministratorCustomTitle) MarshalJSON() ([]byte, error) + type SetChatDescription struct + ChatID any + Description string + func (SetChatDescription) MethodName() string + func (SetChatDescription) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetChatDescription) Files() map[string]rawTypes.InputFile + func (entity *SetChatDescription) ProgressCallable() rawTypes.ProgressCallable + func (entity SetChatDescription) MarshalJSON() ([]byte, error) + type SetChatMenuButton struct + ChatID int64 + MenuButton *types.MenuButton + func (SetChatMenuButton) MethodName() string + func (SetChatMenuButton) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetChatMenuButton) Files() map[string]rawTypes.InputFile + func (entity *SetChatMenuButton) ProgressCallable() rawTypes.ProgressCallable + type SetChatPermissions struct + ChatID any + Permissions types.ChatPermissions + UseIndependentChatPermissions bool + func (SetChatPermissions) MethodName() string + func (SetChatPermissions) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetChatPermissions) Files() map[string]rawTypes.InputFile + func (entity *SetChatPermissions) ProgressCallable() rawTypes.ProgressCallable + func (entity SetChatPermissions) MarshalJSON() ([]byte, error) + type SetChatPhoto struct + ChatID any + Photo rawTypes.InputFile + Progress rawTypes.ProgressCallable + func (SetChatPhoto) MethodName() string + func (SetChatPhoto) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetChatPhoto) Files() map[string]rawTypes.InputFile + func (entity *SetChatPhoto) ProgressCallable() rawTypes.ProgressCallable + func (entity SetChatPhoto) MarshalJSON() ([]byte, error) + type SetChatStickerSet struct + ChatID any + StickerSetName string + func (SetChatStickerSet) MethodName() string + func (SetChatStickerSet) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetChatStickerSet) Files() map[string]rawTypes.InputFile + func (entity *SetChatStickerSet) ProgressCallable() rawTypes.ProgressCallable + func (entity SetChatStickerSet) MarshalJSON() ([]byte, error) + type SetChatTitle struct + ChatID any + Title string + func (SetChatTitle) MethodName() string + func (SetChatTitle) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetChatTitle) Files() map[string]rawTypes.InputFile + func (entity *SetChatTitle) ProgressCallable() rawTypes.ProgressCallable + func (entity SetChatTitle) MarshalJSON() ([]byte, error) + type SetCustomEmojiStickerSetThumbnail struct + CustomEmojiID string + Name string + func (SetCustomEmojiStickerSetThumbnail) MethodName() string + func (SetCustomEmojiStickerSetThumbnail) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetCustomEmojiStickerSetThumbnail) Files() map[string]rawTypes.InputFile + func (entity *SetCustomEmojiStickerSetThumbnail) ProgressCallable() rawTypes.ProgressCallable + type SetGameScore struct + ChatID int64 + DisableEditMessage bool + Force bool + InlineMessageID string + MessageID int64 + Score int + UserID int64 + func (SetGameScore) MethodName() string + func (SetGameScore) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetGameScore) Files() map[string]rawTypes.InputFile + func (entity *SetGameScore) ProgressCallable() rawTypes.ProgressCallable + type SetMyCommands struct + Commands []types.BotCommand + LanguageCode string + Scope *types.BotCommandScope + func (SetMyCommands) MethodName() string + func (SetMyCommands) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetMyCommands) Files() map[string]rawTypes.InputFile + func (entity *SetMyCommands) ProgressCallable() rawTypes.ProgressCallable + type SetMyDefaultAdministratorRights struct + ForChannels bool + Rights *types.ChatAdministratorRights + func (SetMyDefaultAdministratorRights) MethodName() string + func (SetMyDefaultAdministratorRights) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetMyDefaultAdministratorRights) Files() map[string]rawTypes.InputFile + func (entity *SetMyDefaultAdministratorRights) ProgressCallable() rawTypes.ProgressCallable + type SetMyDescription struct + Description string + LanguageCode string + func (SetMyDescription) MethodName() string + func (SetMyDescription) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetMyDescription) Files() map[string]rawTypes.InputFile + func (entity *SetMyDescription) ProgressCallable() rawTypes.ProgressCallable + type SetMyName struct + LanguageCode string + Name string + func (SetMyName) MethodName() string + func (SetMyName) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetMyName) Files() map[string]rawTypes.InputFile + func (entity *SetMyName) ProgressCallable() rawTypes.ProgressCallable + type SetMyShortDescription struct + LanguageCode string + ShortDescription string + func (SetMyShortDescription) MethodName() string + func (SetMyShortDescription) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetMyShortDescription) Files() map[string]rawTypes.InputFile + func (entity *SetMyShortDescription) ProgressCallable() rawTypes.ProgressCallable + type SetPassportDataErrors struct + Errors []types.PassportElementError + UserID int64 + func (SetPassportDataErrors) MethodName() string + func (SetPassportDataErrors) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetPassportDataErrors) Files() map[string]rawTypes.InputFile + func (entity *SetPassportDataErrors) ProgressCallable() rawTypes.ProgressCallable + type SetStickerEmojiList struct + EmojiList []string + Sticker string + func (SetStickerEmojiList) MethodName() string + func (SetStickerEmojiList) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetStickerEmojiList) Files() map[string]rawTypes.InputFile + func (entity *SetStickerEmojiList) ProgressCallable() rawTypes.ProgressCallable + type SetStickerKeywords struct + Keywords []string + Sticker string + func (SetStickerKeywords) MethodName() string + func (SetStickerKeywords) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetStickerKeywords) Files() map[string]rawTypes.InputFile + func (entity *SetStickerKeywords) ProgressCallable() rawTypes.ProgressCallable + type SetStickerMaskPosition struct + MaskPosition *types.MaskPosition + Sticker string + func (SetStickerMaskPosition) MethodName() string + func (SetStickerMaskPosition) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetStickerMaskPosition) Files() map[string]rawTypes.InputFile + func (entity *SetStickerMaskPosition) ProgressCallable() rawTypes.ProgressCallable + type SetStickerPositionInSet struct + Position int + Sticker string + func (SetStickerPositionInSet) MethodName() string + func (SetStickerPositionInSet) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetStickerPositionInSet) Files() map[string]rawTypes.InputFile + func (entity *SetStickerPositionInSet) ProgressCallable() rawTypes.ProgressCallable + type SetStickerSetThumbnail struct + Name string + Progress rawTypes.ProgressCallable + Thumbnail rawTypes.InputFile + UserID int64 + func (SetStickerSetThumbnail) MethodName() string + func (SetStickerSetThumbnail) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetStickerSetThumbnail) Files() map[string]rawTypes.InputFile + func (entity *SetStickerSetThumbnail) ProgressCallable() rawTypes.ProgressCallable + type SetStickerSetTitle struct + Name string + Title string + func (SetStickerSetTitle) MethodName() string + func (SetStickerSetTitle) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetStickerSetTitle) Files() map[string]rawTypes.InputFile + func (entity *SetStickerSetTitle) ProgressCallable() rawTypes.ProgressCallable + type SetWebhook struct + AllowedUpdates []string + Certificate rawTypes.InputFile + DropPendingUpdates bool + IPAddress string + MaxConnections int + Progress rawTypes.ProgressCallable + SecretToken string + URL string + func (SetWebhook) MethodName() string + func (SetWebhook) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *SetWebhook) Files() map[string]rawTypes.InputFile + func (entity *SetWebhook) ProgressCallable() rawTypes.ProgressCallable + type StopMessageLiveLocation struct + ChatID any + InlineMessageID string + MessageID int64 + ReplyMarkup *types.InlineKeyboardMarkup + func (StopMessageLiveLocation) MethodName() string + func (StopMessageLiveLocation) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *StopMessageLiveLocation) Files() map[string]rawTypes.InputFile + func (entity *StopMessageLiveLocation) ProgressCallable() rawTypes.ProgressCallable + func (entity StopMessageLiveLocation) MarshalJSON() ([]byte, error) + type StopPoll struct + ChatID any + MessageID int64 + ReplyMarkup *types.InlineKeyboardMarkup + func (StopPoll) MethodName() string + func (StopPoll) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *StopPoll) Files() map[string]rawTypes.InputFile + func (entity *StopPoll) ProgressCallable() rawTypes.ProgressCallable + func (entity StopPoll) MarshalJSON() ([]byte, error) + type UnbanChatMember struct + ChatID any + OnlyIfBanned bool + UserID int64 + func (UnbanChatMember) MethodName() string + func (UnbanChatMember) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *UnbanChatMember) Files() map[string]rawTypes.InputFile + func (entity *UnbanChatMember) ProgressCallable() rawTypes.ProgressCallable + func (entity UnbanChatMember) MarshalJSON() ([]byte, error) + type UnbanChatSenderChat struct + ChatID any + SenderChatID int64 + func (UnbanChatSenderChat) MethodName() string + func (UnbanChatSenderChat) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *UnbanChatSenderChat) Files() map[string]rawTypes.InputFile + func (entity *UnbanChatSenderChat) ProgressCallable() rawTypes.ProgressCallable + func (entity UnbanChatSenderChat) MarshalJSON() ([]byte, error) + type UnhideGeneralForumTopic struct + ChatID any + func (UnhideGeneralForumTopic) MethodName() string + func (UnhideGeneralForumTopic) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *UnhideGeneralForumTopic) Files() map[string]rawTypes.InputFile + func (entity *UnhideGeneralForumTopic) ProgressCallable() rawTypes.ProgressCallable + func (entity UnhideGeneralForumTopic) MarshalJSON() ([]byte, error) + type UnpinAllChatMessages struct + ChatID any + func (UnpinAllChatMessages) MethodName() string + func (UnpinAllChatMessages) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *UnpinAllChatMessages) Files() map[string]rawTypes.InputFile + func (entity *UnpinAllChatMessages) ProgressCallable() rawTypes.ProgressCallable + func (entity UnpinAllChatMessages) MarshalJSON() ([]byte, error) + type UnpinAllForumTopicMessages struct + ChatID any + MessageThreadID int64 + func (UnpinAllForumTopicMessages) MethodName() string + func (UnpinAllForumTopicMessages) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *UnpinAllForumTopicMessages) Files() map[string]rawTypes.InputFile + func (entity *UnpinAllForumTopicMessages) ProgressCallable() rawTypes.ProgressCallable + func (entity UnpinAllForumTopicMessages) MarshalJSON() ([]byte, error) + type UnpinChatMessage struct + ChatID any + MessageID int64 + func (UnpinChatMessage) MethodName() string + func (UnpinChatMessage) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *UnpinChatMessage) Files() map[string]rawTypes.InputFile + func (entity *UnpinChatMessage) ProgressCallable() rawTypes.ProgressCallable + func (entity UnpinChatMessage) MarshalJSON() ([]byte, error) + type UploadStickerFile struct + Progress rawTypes.ProgressCallable + Sticker rawTypes.InputFile + StickerFormat string + UserID int64 + func (UploadStickerFile) MethodName() string + func (UploadStickerFile) ParseResult(response []byte) (*rawTypes.Result, error) + func (entity *UploadStickerFile) Files() map[string]rawTypes.InputFile + func (entity *UploadStickerFile) ProgressCallable() rawTypes.ProgressCallable