Documentation ¶
Index ¶
- func AddStickerToSet(ctx context.Context, data method_dto.AddStickerToSet) (*bool, error)
- func AnswerCallbackQuery(ctx context.Context, data method_dto.AnswerCallbackQuery) error
- func AnswerInlineQuery(ctx context.Context, data method_dto.AnswerInlineQuery) error
- func ApproveChatJoinRequest[ID int64 | string](ctx context.Context, data method_dto.ApproveChatJoinRequest[ID]) (*bool, error)
- func BanChatMember[ID int64 | string](ctx context.Context, data method_dto.BanChatMember[ID]) (*bool, error)
- func BanChatSenderChat[ID int64 | string](ctx context.Context, data method_dto.BanChatSenderChat[ID]) (*bool, error)
- func CloseForumTopic[ID int64 | string](ctx context.Context, data method_dto.CloseForumTopic[ID]) (*bool, error)
- func CloseGeneralForumTopic[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*bool, error)
- func CopyMessage(ctx context.Context, data method_dto.CopyMessage) (*dto.Response, error)
- func CreateChatInviteLink[ID int64 | string](ctx context.Context, data method_dto.CreateChatInviteLink[ID]) (*message_dto.ChatInviteLink, error)
- func CreateForumTopic[ID int64 | string](ctx context.Context, data method_dto.CreateForumTopic[ID]) (*forum_dto.ForumTopic, error)
- func CreateNewStickerSet(ctx context.Context, data method_dto.CreateNewStickerSet) (*bool, error)
- func DeclineChatJoinRequest[ID int64 | string](ctx context.Context, data method_dto.DeclineChatJoinRequest[ID]) (*bool, error)
- func DeleteChatPhoto[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*bool, error)
- func DeleteChatStickerSet[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*bool, error)
- func DeleteForumTopic[ID int64 | string](ctx context.Context, data method_dto.DeleteForumTopic[ID]) (*bool, error)
- func DeleteMessage[ID int64 | string](ctx context.Context, data method_dto.DeleteMessage[ID]) (*bool, error)
- func DeleteMyCommands(ctx context.Context) error
- func DeleteStickerFromSet(ctx context.Context, data method_dto.DeleteStickerFromSet) (*bool, error)
- func DeleteStickerSet(ctx context.Context, data method_dto.DeleteStickerSet) (*bool, error)
- func EditChatInviteLink[ID int64 | string](ctx context.Context, data method_dto.EditChatInviteLink[ID]) (*message_dto.ChatInviteLink, error)
- func EditForumTopic[ID int64 | string](ctx context.Context, data method_dto.EditForumTopic[ID]) (*bool, error)
- func EditGeneralForumTopic[ID int64 | string](ctx context.Context, data method_dto.EditGeneralForumTopic[ID]) (*bool, error)
- func EditMessageCaption[ID int64 | string](ctx context.Context, data method_dto.EditMessageCaption[ID]) (*dto.Response, error)
- func EditMessageLiveLocation[ID int64 | string](ctx context.Context, data method_dto.EditMessageLiveLocation[ID]) (*dto.Response, error)
- func EditMessageMedia[ID int64 | string](ctx context.Context, data method_dto.EditMessageMedia[ID]) (*dto.Response, error)
- func EditMessageReplyMarkup[ID int64 | string](ctx context.Context, data method_dto.EditMessageReplyMarkup[ID]) (*dto.Response, error)
- func EditMessageText[ID int64 | string](ctx context.Context, data method_dto.EditMessageText[ID]) error
- func ExportChatInviteLink[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*string, error)
- func ForwardMessage(ctx context.Context, data method_dto.ForwardMessage) (*dto.Response, error)
- func GetChat[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*message_dto.Chat, error)
- func GetChatAdministrators[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*[]message_dto.ChatMember, error)
- func GetChatMember[ID int64 | string](ctx context.Context, data method_dto.GetChatMember[ID]) (*message_dto.ChatMember, error)
- func GetChatMemberCount[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*int64, error)
- func GetChatMenuButton(ctx context.Context, data method_dto.GetChatMenuButton) error
- func GetCustomEmojiStickers(ctx context.Context, data method_dto.GetCustomEmojiStickers) (*[]stickers_dto.Sticker, error)
- func GetFile(ctx context.Context, data method_dto.GetFile) (*utils_dto.File, error)
- func GetForumTopicIconStickers(ctx context.Context) (*[]stickers_dto.Sticker, error)
- func GetGameHighScores(ctx context.Context, data method_dto.GetGameHighScores) (*[]game_dto.GameHighScore, error)
- func GetMe(ctx context.Context) (*user_dto.User, error)
- func GetMyCommands(ctx context.Context) error
- func GetMyDefaultAdministratorRights(ctx context.Context, data method_dto.GetMyDefaultAdministratorRights) (*message_dto.ChatAdministratorRights, error)
- func GetMyDescription(ctx context.Context, data method_dto.GetMyDescription) (*bot_dto.BotDescription, error)
- func GetMyName(ctx context.Context, data method_dto.GetMyName) (*bot_dto.BotName, error)
- func GetMyShortDescription(ctx context.Context, data method_dto.GetMyShortDescription) (*bot_dto.BotShortDescription, error)
- func GetStickerSet(ctx context.Context, data method_dto.GetStickerSet) (*stickers_dto.StickerSet, error)
- func GetUpdates(ctx context.Context, offset uint64, limit int, timeout int) (*update_dto.UpdateResponse, error)
- func GetUrl() string
- func GetUserProfilePhotos(ctx context.Context, data method_dto.GetUserProfilePhotos) (*user_dto.UserProfilePhotos, error)
- func HideGeneralForumTopic[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*bool, error)
- func LeaveChat[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*bool, error)
- func New(token string)
- func PinChatMessage[ID int64 | string](ctx context.Context, data method_dto.PinChatMessage[ID]) (*bool, error)
- func PromoteChatMember[ID int64 | string](ctx context.Context, data method_dto.PromoteChatMember[ID]) (*bool, error)
- func ReopenForumTopic[ID int64 | string](ctx context.Context, data method_dto.ReopenForumTopic[ID]) (*bool, error)
- func ReopenGeneralForumTopic[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*bool, error)
- func RestrictChatMember[ID int64 | string](ctx context.Context, data method_dto.RestrictChatMember[ID]) (*bool, error)
- func RevokeChatInviteLink[ID int64 | string](ctx context.Context, data method_dto.RevokeChatInviteLink[ID]) (*message_dto.ChatInviteLink, error)
- func SendAnimation[ID int64 | string](ctx context.Context, data method_dto.SendAnimation[ID]) error
- func SendAudio[ID int64 | string](ctx context.Context, data method_dto.SendAudio[ID]) error
- func SendChatAction[ID int64 | string](ctx context.Context, data method_dto.SendChatAction[ID]) error
- func SendDice[ID int64 | string](ctx context.Context, data method_dto.SendDice[ID]) error
- func SendDocument[ID int64 | string](ctx context.Context, data method_dto.SendDocument[ID]) error
- func SendGame(ctx context.Context, data method_dto.SendGame) (*message_dto.Message, error)
- func SendLocation[ID int64 | string](ctx context.Context, data method_dto.SendLocation[ID]) error
- func SendMediaGroup[ID int64 | string](ctx context.Context, data method_dto.SendMediaGroup[ID]) error
- func SendMessage[ID int64 | string](ctx context.Context, data method_dto.SendMessage[ID]) (*dto.Response, error)
- func SendPhoto[ID int64 | string](ctx context.Context, data method_dto.SendPhoto[ID]) error
- func SendSticker[ID int64 | string](ctx context.Context, data method_dto.SendSticker[ID]) (*message_dto.Message, error)
- func SendVideo[ID int64 | string](ctx context.Context, data method_dto.SendVideo[ID]) error
- func SendVideoNote[ID int64 | string](ctx context.Context, data method_dto.SendVideoNote[ID]) error
- func SendVoice[ID int64 | string](ctx context.Context, data method_dto.SendVoice[ID]) error
- func SetChatAdministratorCustomTitle[ID int64 | string](ctx context.Context, data method_dto.SetChatAdministratorCustomTitle[ID]) (*bool, error)
- func SetChatDescription[ID int64 | string](ctx context.Context, data method_dto.SetChatDescription[ID]) (*bool, error)
- func SetChatMenuButton(ctx context.Context, data method_dto.SetChatMenuButton) error
- func SetChatPermissions[ID int64 | string](ctx context.Context, data method_dto.SetChatPermissions[ID]) (*bool, error)
- func SetChatPhoto[ID int64 | string](ctx context.Context, data method_dto.SetChatPhoto[ID]) (*bool, error)
- func SetChatStickerSet[ID int64 | string](ctx context.Context, data method_dto.SetChatStickerSet[ID]) (*bool, error)
- func SetChatTitle[ID int64 | string](ctx context.Context, data method_dto.SetChatTitle[ID]) (*bool, error)
- func SetCustomEmojiStickerSetThumbnail(ctx context.Context, data method_dto.SetCustomEmojiStickerSetThumbnail) (*bool, error)
- func SetGameScore(ctx context.Context, data method_dto.SetGameScore) (*dto.Response, error)
- func SetMyCommands(ctx context.Context, data []*command_dto.BotCommand) error
- func SetMyDefaultAdministratorRights(ctx context.Context, data method_dto.SetMyDefaultAdministratorRights) error
- func SetMyDescription(ctx context.Context, data method_dto.SetMyDescription) error
- func SetMyName(ctx context.Context, data method_dto.SetMyName) error
- func SetMyShortDescription(ctx context.Context, data method_dto.SetMyShortDescription) error
- func SetPassportDataErrors(ctx context.Context, data method_dto.SetPassportDataErrors) (*dto.Response, error)
- func SetStickerEmojiList(ctx context.Context, data method_dto.SetStickerEmojiList) (*bool, error)
- func SetStickerKeywords(ctx context.Context, data method_dto.SetStickerKeywords) (*bool, error)
- func SetStickerMaskPosition(ctx context.Context, data method_dto.SetStickerMaskPosition) (*bool, error)
- func SetStickerPositionInSet(ctx context.Context, data method_dto.SetStickerPositionInSet) (*bool, error)
- func SetStickerSetThumbnail(ctx context.Context, data method_dto.SetStickerSetThumbnail) (*bool, error)
- func SetStickerSetTitle(ctx context.Context, data method_dto.SetStickerSetTitle) (*bool, error)
- func StopMessageLiveLocation[ID int64 | string](ctx context.Context, data method_dto.StopMessageLiveLocation[ID]) (*dto.Response, error)
- func StopPoll[ID int64 | string](ctx context.Context, data method_dto.StopPoll[ID]) (*message_dto.Poll, error)
- func UnbanChatMember[ID int64 | string](ctx context.Context, data method_dto.UnbanChatMember[ID]) (*bool, error)
- func UnbanChatSenderChat[ID int64 | string](ctx context.Context, data method_dto.UnbanChatSenderChat[ID]) (*bool, error)
- func UnhideGeneralForumTopic[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*bool, error)
- func UnpinAllChatMessages[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*bool, error)
- func UnpinAllForumTopicMessages[ID int64 | string](ctx context.Context, data method_dto.UnpinAllForumTopicMessages[ID]) (*bool, error)
- func UnpinAllGeneralForumTopicMessages[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*bool, error)
- func UnpinChatMessage[ID int64 | string](ctx context.Context, data method_dto.UnpinChatMessage[ID]) (*bool, error)
- func UploadStickerFile(ctx context.Context, data method_dto.UploadStickerFile) (*utils_dto.File, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddStickerToSet ¶
func AddStickerToSet(ctx context.Context, data method_dto.AddStickerToSet) (*bool, error)
func AnswerCallbackQuery ¶
func AnswerCallbackQuery(ctx context.Context, data method_dto.AnswerCallbackQuery) error
func AnswerInlineQuery ¶
func AnswerInlineQuery(ctx context.Context, data method_dto.AnswerInlineQuery) error
func ApproveChatJoinRequest ¶
func ApproveChatJoinRequest[ID int64 | string](ctx context.Context, data method_dto.ApproveChatJoinRequest[ID]) (*bool, error)
func BanChatMember ¶
func BanChatMember[ID int64 | string](ctx context.Context, data method_dto.BanChatMember[ID]) (*bool, error)
func BanChatSenderChat ¶
func BanChatSenderChat[ID int64 | string](ctx context.Context, data method_dto.BanChatSenderChat[ID]) (*bool, error)
func CloseForumTopic ¶
func CloseForumTopic[ID int64 | string](ctx context.Context, data method_dto.CloseForumTopic[ID]) (*bool, error)
func CloseGeneralForumTopic ¶
func CopyMessage ¶
func CopyMessage(ctx context.Context, data method_dto.CopyMessage) (*dto.Response, error)
func CreateChatInviteLink ¶
func CreateChatInviteLink[ID int64 | string](ctx context.Context, data method_dto.CreateChatInviteLink[ID]) (*message_dto.ChatInviteLink, error)
func CreateForumTopic ¶
func CreateForumTopic[ID int64 | string](ctx context.Context, data method_dto.CreateForumTopic[ID]) (*forum_dto.ForumTopic, error)
func CreateNewStickerSet ¶
func CreateNewStickerSet(ctx context.Context, data method_dto.CreateNewStickerSet) (*bool, error)
func DeclineChatJoinRequest ¶
func DeclineChatJoinRequest[ID int64 | string](ctx context.Context, data method_dto.DeclineChatJoinRequest[ID]) (*bool, error)
func DeleteChatPhoto ¶
func DeleteChatStickerSet ¶
func DeleteForumTopic ¶
func DeleteForumTopic[ID int64 | string](ctx context.Context, data method_dto.DeleteForumTopic[ID]) (*bool, error)
func DeleteMessage ¶
func DeleteMessage[ID int64 | string](ctx context.Context, data method_dto.DeleteMessage[ID]) (*bool, error)
func DeleteMyCommands ¶
func DeleteStickerFromSet ¶
func DeleteStickerFromSet(ctx context.Context, data method_dto.DeleteStickerFromSet) (*bool, error)
func DeleteStickerSet ¶
func DeleteStickerSet(ctx context.Context, data method_dto.DeleteStickerSet) (*bool, error)
func EditChatInviteLink ¶
func EditChatInviteLink[ID int64 | string](ctx context.Context, data method_dto.EditChatInviteLink[ID]) (*message_dto.ChatInviteLink, error)
func EditForumTopic ¶
func EditForumTopic[ID int64 | string](ctx context.Context, data method_dto.EditForumTopic[ID]) (*bool, error)
func EditGeneralForumTopic ¶
func EditGeneralForumTopic[ID int64 | string](ctx context.Context, data method_dto.EditGeneralForumTopic[ID]) (*bool, error)
func EditMessageCaption ¶
func EditMessageCaption[ID int64 | string](ctx context.Context, data method_dto.EditMessageCaption[ID]) (*dto.Response, error)
func EditMessageLiveLocation ¶
func EditMessageLiveLocation[ID int64 | string](ctx context.Context, data method_dto.EditMessageLiveLocation[ID]) (*dto.Response, error)
func EditMessageMedia ¶
func EditMessageMedia[ID int64 | string](ctx context.Context, data method_dto.EditMessageMedia[ID]) (*dto.Response, error)
func EditMessageReplyMarkup ¶
func EditMessageReplyMarkup[ID int64 | string](ctx context.Context, data method_dto.EditMessageReplyMarkup[ID]) (*dto.Response, error)
func EditMessageText ¶
func EditMessageText[ID int64 | string](ctx context.Context, data method_dto.EditMessageText[ID]) error
func ExportChatInviteLink ¶
func ForwardMessage ¶
func ForwardMessage(ctx context.Context, data method_dto.ForwardMessage) (*dto.Response, error)
func GetChat ¶
func GetChat[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*message_dto.Chat, error)
func GetChatAdministrators ¶
func GetChatAdministrators[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*[]message_dto.ChatMember, error)
func GetChatMember ¶
func GetChatMember[ID int64 | string](ctx context.Context, data method_dto.GetChatMember[ID]) (*message_dto.ChatMember, error)
func GetChatMemberCount ¶
func GetChatMenuButton ¶
func GetChatMenuButton(ctx context.Context, data method_dto.GetChatMenuButton) error
func GetCustomEmojiStickers ¶
func GetCustomEmojiStickers(ctx context.Context, data method_dto.GetCustomEmojiStickers) (*[]stickers_dto.Sticker, error)
func GetForumTopicIconStickers ¶
func GetForumTopicIconStickers(ctx context.Context) (*[]stickers_dto.Sticker, error)
https://core.telegram.org/bots/api#getforumtopiciconstickers
func GetGameHighScores ¶
func GetGameHighScores(ctx context.Context, data method_dto.GetGameHighScores) (*[]game_dto.GameHighScore, error)
func GetMyCommands ¶
func GetMyDefaultAdministratorRights ¶
func GetMyDefaultAdministratorRights(ctx context.Context, data method_dto.GetMyDefaultAdministratorRights) (*message_dto.ChatAdministratorRights, error)
https://core.telegram.org/bots/api#getmydefaultadministratorrights
func GetMyDescription ¶
func GetMyDescription(ctx context.Context, data method_dto.GetMyDescription) (*bot_dto.BotDescription, error)
func GetMyShortDescription ¶
func GetMyShortDescription(ctx context.Context, data method_dto.GetMyShortDescription) (*bot_dto.BotShortDescription, error)
func GetStickerSet ¶
func GetStickerSet(ctx context.Context, data method_dto.GetStickerSet) (*stickers_dto.StickerSet, error)
func GetUpdates ¶
func GetUpdates(ctx context.Context, offset uint64, limit int, timeout int) (*update_dto.UpdateResponse, error)
func GetUserProfilePhotos ¶
func GetUserProfilePhotos(ctx context.Context, data method_dto.GetUserProfilePhotos) (*user_dto.UserProfilePhotos, error)
func HideGeneralForumTopic ¶
func PinChatMessage ¶
func PinChatMessage[ID int64 | string](ctx context.Context, data method_dto.PinChatMessage[ID]) (*bool, error)
func PromoteChatMember ¶
func PromoteChatMember[ID int64 | string](ctx context.Context, data method_dto.PromoteChatMember[ID]) (*bool, error)
func ReopenForumTopic ¶
func ReopenForumTopic[ID int64 | string](ctx context.Context, data method_dto.ReopenForumTopic[ID]) (*bool, error)
func ReopenGeneralForumTopic ¶
func RestrictChatMember ¶
func RestrictChatMember[ID int64 | string](ctx context.Context, data method_dto.RestrictChatMember[ID]) (*bool, error)
func RevokeChatInviteLink ¶
func RevokeChatInviteLink[ID int64 | string](ctx context.Context, data method_dto.RevokeChatInviteLink[ID]) (*message_dto.ChatInviteLink, error)
func SendAnimation ¶
func SendAnimation[ID int64 | string](ctx context.Context, data method_dto.SendAnimation[ID]) error
func SendChatAction ¶
func SendChatAction[ID int64 | string](ctx context.Context, data method_dto.SendChatAction[ID]) error
func SendDocument ¶
func SendDocument[ID int64 | string](ctx context.Context, data method_dto.SendDocument[ID]) error
func SendGame ¶
func SendGame(ctx context.Context, data method_dto.SendGame) (*message_dto.Message, error)
func SendLocation ¶
func SendLocation[ID int64 | string](ctx context.Context, data method_dto.SendLocation[ID]) error
func SendMediaGroup ¶
func SendMediaGroup[ID int64 | string](ctx context.Context, data method_dto.SendMediaGroup[ID]) error
func SendMessage ¶
func SendMessage[ID int64 | string](ctx context.Context, data method_dto.SendMessage[ID]) (*dto.Response, error)
func SendSticker ¶
func SendSticker[ID int64 | string](ctx context.Context, data method_dto.SendSticker[ID]) (*message_dto.Message, error)
func SendVideoNote ¶
func SendVideoNote[ID int64 | string](ctx context.Context, data method_dto.SendVideoNote[ID]) error
func SetChatAdministratorCustomTitle ¶
func SetChatAdministratorCustomTitle[ID int64 | string](ctx context.Context, data method_dto.SetChatAdministratorCustomTitle[ID]) (*bool, error)
https://core.telegram.org/bots/api#setchatadministratorcustomtitle
func SetChatDescription ¶
func SetChatDescription[ID int64 | string](ctx context.Context, data method_dto.SetChatDescription[ID]) (*bool, error)
func SetChatMenuButton ¶
func SetChatMenuButton(ctx context.Context, data method_dto.SetChatMenuButton) error
func SetChatPermissions ¶
func SetChatPermissions[ID int64 | string](ctx context.Context, data method_dto.SetChatPermissions[ID]) (*bool, error)
func SetChatPhoto ¶
func SetChatPhoto[ID int64 | string](ctx context.Context, data method_dto.SetChatPhoto[ID]) (*bool, error)
func SetChatStickerSet ¶
func SetChatStickerSet[ID int64 | string](ctx context.Context, data method_dto.SetChatStickerSet[ID]) (*bool, error)
func SetChatTitle ¶
func SetChatTitle[ID int64 | string](ctx context.Context, data method_dto.SetChatTitle[ID]) (*bool, error)
func SetCustomEmojiStickerSetThumbnail ¶
func SetCustomEmojiStickerSetThumbnail(ctx context.Context, data method_dto.SetCustomEmojiStickerSetThumbnail) (*bool, error)
https://core.telegram.org/bots/api#setcustomemojistickersetthumbnail
func SetGameScore ¶
func SetGameScore(ctx context.Context, data method_dto.SetGameScore) (*dto.Response, error)
func SetMyCommands ¶
func SetMyCommands(ctx context.Context, data []*command_dto.BotCommand) error
func SetMyDefaultAdministratorRights ¶
func SetMyDefaultAdministratorRights(ctx context.Context, data method_dto.SetMyDefaultAdministratorRights) error
https://core.telegram.org/bots/api#setmydefaultadministratorrights
func SetMyDescription ¶
func SetMyDescription(ctx context.Context, data method_dto.SetMyDescription) error
func SetMyShortDescription ¶
func SetMyShortDescription(ctx context.Context, data method_dto.SetMyShortDescription) error
func SetPassportDataErrors ¶
func SetPassportDataErrors(ctx context.Context, data method_dto.SetPassportDataErrors) (*dto.Response, error)
func SetStickerEmojiList ¶
func SetStickerEmojiList(ctx context.Context, data method_dto.SetStickerEmojiList) (*bool, error)
func SetStickerKeywords ¶
func SetStickerKeywords(ctx context.Context, data method_dto.SetStickerKeywords) (*bool, error)
func SetStickerMaskPosition ¶
func SetStickerMaskPosition(ctx context.Context, data method_dto.SetStickerMaskPosition) (*bool, error)
func SetStickerPositionInSet ¶
func SetStickerPositionInSet(ctx context.Context, data method_dto.SetStickerPositionInSet) (*bool, error)
func SetStickerSetThumbnail ¶
func SetStickerSetThumbnail(ctx context.Context, data method_dto.SetStickerSetThumbnail) (*bool, error)
func SetStickerSetTitle ¶
func SetStickerSetTitle(ctx context.Context, data method_dto.SetStickerSetTitle) (*bool, error)
func StopMessageLiveLocation ¶
func StopMessageLiveLocation[ID int64 | string](ctx context.Context, data method_dto.StopMessageLiveLocation[ID]) (*dto.Response, error)
func StopPoll ¶
func StopPoll[ID int64 | string](ctx context.Context, data method_dto.StopPoll[ID]) (*message_dto.Poll, error)
func UnbanChatMember ¶
func UnbanChatMember[ID int64 | string](ctx context.Context, data method_dto.UnbanChatMember[ID]) (*bool, error)
func UnbanChatSenderChat ¶
func UnbanChatSenderChat[ID int64 | string](ctx context.Context, data method_dto.UnbanChatSenderChat[ID]) (*bool, error)
func UnhideGeneralForumTopic ¶
func UnpinAllChatMessages ¶
func UnpinAllForumTopicMessages ¶
func UnpinAllForumTopicMessages[ID int64 | string](ctx context.Context, data method_dto.UnpinAllForumTopicMessages[ID]) (*bool, error)
https://core.telegram.org/bots/api#unpinallforumtopicmessages
func UnpinAllGeneralForumTopicMessages ¶
func UnpinAllGeneralForumTopicMessages[ID int64 | string](ctx context.Context, data method_dto.ChatID[ID]) (*bool, error)
https://core.telegram.org/bots/api#unpinallgeneralforumtopicmessages
func UnpinChatMessage ¶
func UnpinChatMessage[ID int64 | string](ctx context.Context, data method_dto.UnpinChatMessage[ID]) (*bool, error)
func UploadStickerFile ¶
func UploadStickerFile(ctx context.Context, data method_dto.UploadStickerFile) (*utils_dto.File, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.