LICENSE.md
README.md
pyproject.toml
setup.cfg
src/tg/__init__.py
src/tg/base_type.py
src/tg/session.py
src/tg/methods/BaseMethod.py
src/tg/methods/__init__.py
src/tg/methods/addStickerToSet.py
src/tg/methods/answerCallbackQuery.py
src/tg/methods/answerInlineQuery.py
src/tg/methods/answerPreCheckoutQuery.py
src/tg/methods/answerShippingQuery.py
src/tg/methods/answerWebAppQuery.py
src/tg/methods/approveChatJoinRequest.py
src/tg/methods/banChatMember.py
src/tg/methods/banChatSenderChat.py
src/tg/methods/close.py
src/tg/methods/closeForumTopic.py
src/tg/methods/closeGeneralForumTopic.py
src/tg/methods/convertGiftToStars.py
src/tg/methods/copyMessage.py
src/tg/methods/copyMessages.py
src/tg/methods/createChatInviteLink.py
src/tg/methods/createChatSubscriptionInviteLink.py
src/tg/methods/createForumTopic.py
src/tg/methods/createInvoiceLink.py
src/tg/methods/createNewStickerSet.py
src/tg/methods/declineChatJoinRequest.py
src/tg/methods/deleteBusinessMessages.py
src/tg/methods/deleteChatPhoto.py
src/tg/methods/deleteChatStickerSet.py
src/tg/methods/deleteForumTopic.py
src/tg/methods/deleteMessage.py
src/tg/methods/deleteMessages.py
src/tg/methods/deleteMyCommands.py
src/tg/methods/deleteStickerFromSet.py
src/tg/methods/deleteStickerSet.py
src/tg/methods/deleteStory.py
src/tg/methods/deleteWebhook.py
src/tg/methods/editChatInviteLink.py
src/tg/methods/editChatSubscriptionInviteLink.py
src/tg/methods/editForumTopic.py
src/tg/methods/editGeneralForumTopic.py
src/tg/methods/editMessageCaption.py
src/tg/methods/editMessageChecklist.py
src/tg/methods/editMessageLiveLocation.py
src/tg/methods/editMessageMedia.py
src/tg/methods/editMessageReplyMarkup.py
src/tg/methods/editMessageText.py
src/tg/methods/editStory.py
src/tg/methods/editUserStarSubscription.py
src/tg/methods/exportChatInviteLink.py
src/tg/methods/forwardMessage.py
src/tg/methods/forwardMessages.py
src/tg/methods/getAvailableGifts.py
src/tg/methods/getBusinessAccountGifts.py
src/tg/methods/getBusinessAccountStarBalance.py
src/tg/methods/getBusinessConnection.py
src/tg/methods/getChat.py
src/tg/methods/getChatAdministrators.py
src/tg/methods/getChatMember.py
src/tg/methods/getChatMemberCount.py
src/tg/methods/getChatMenuButton.py
src/tg/methods/getCustomEmojiStickers.py
src/tg/methods/getFile.py
src/tg/methods/getForumTopicIconStickers.py
src/tg/methods/getGameHighScores.py
src/tg/methods/getMe.py
src/tg/methods/getMyCommands.py
src/tg/methods/getMyDefaultAdministratorRights.py
src/tg/methods/getMyDescription.py
src/tg/methods/getMyName.py
src/tg/methods/getMyShortDescription.py
src/tg/methods/getMyStarBalance.py
src/tg/methods/getStarTransactions.py
src/tg/methods/getStickerSet.py
src/tg/methods/getUpdates.py
src/tg/methods/getUserChatBoosts.py
src/tg/methods/getUserProfilePhotos.py
src/tg/methods/getWebhookInfo.py
src/tg/methods/giftPremiumSubscription.py
src/tg/methods/hideGeneralForumTopic.py
src/tg/methods/leaveChat.py
src/tg/methods/logOut.py
src/tg/methods/pinChatMessage.py
src/tg/methods/postStory.py
src/tg/methods/promoteChatMember.py
src/tg/methods/readBusinessMessage.py
src/tg/methods/refundStarPayment.py
src/tg/methods/removeBusinessAccountProfilePhoto.py
src/tg/methods/removeChatVerification.py
src/tg/methods/removeUserVerification.py
src/tg/methods/reopenForumTopic.py
src/tg/methods/reopenGeneralForumTopic.py
src/tg/methods/replaceStickerInSet.py
src/tg/methods/restrictChatMember.py
src/tg/methods/revokeChatInviteLink.py
src/tg/methods/savePreparedInlineMessage.py
src/tg/methods/sendAnimation.py
src/tg/methods/sendAudio.py
src/tg/methods/sendChatAction.py
src/tg/methods/sendChecklist.py
src/tg/methods/sendContact.py
src/tg/methods/sendDice.py
src/tg/methods/sendDocument.py
src/tg/methods/sendGame.py
src/tg/methods/sendGift.py
src/tg/methods/sendInvoice.py
src/tg/methods/sendLocation.py
src/tg/methods/sendMediaGroup.py
src/tg/methods/sendMessage.py
src/tg/methods/sendPaidMedia.py
src/tg/methods/sendPhoto.py
src/tg/methods/sendPoll.py
src/tg/methods/sendSticker.py
src/tg/methods/sendVenue.py
src/tg/methods/sendVideo.py
src/tg/methods/sendVideoNote.py
src/tg/methods/sendVoice.py
src/tg/methods/setBusinessAccountBio.py
src/tg/methods/setBusinessAccountGiftSettings.py
src/tg/methods/setBusinessAccountName.py
src/tg/methods/setBusinessAccountProfilePhoto.py
src/tg/methods/setBusinessAccountUsername.py
src/tg/methods/setChatAdministratorCustomTitle.py
src/tg/methods/setChatDescription.py
src/tg/methods/setChatMenuButton.py
src/tg/methods/setChatPermissions.py
src/tg/methods/setChatPhoto.py
src/tg/methods/setChatStickerSet.py
src/tg/methods/setChatTitle.py
src/tg/methods/setCustomEmojiStickerSetThumbnail.py
src/tg/methods/setGameScore.py
src/tg/methods/setMessageReaction.py
src/tg/methods/setMyCommands.py
src/tg/methods/setMyDefaultAdministratorRights.py
src/tg/methods/setMyDescription.py
src/tg/methods/setMyName.py
src/tg/methods/setMyShortDescription.py
src/tg/methods/setPassportDataErrors.py
src/tg/methods/setStickerEmojiList.py
src/tg/methods/setStickerKeywords.py
src/tg/methods/setStickerMaskPosition.py
src/tg/methods/setStickerPositionInSet.py
src/tg/methods/setStickerSetThumbnail.py
src/tg/methods/setStickerSetTitle.py
src/tg/methods/setUserEmojiStatus.py
src/tg/methods/setWebhook.py
src/tg/methods/stopMessageLiveLocation.py
src/tg/methods/stopPoll.py
src/tg/methods/transferBusinessAccountStars.py
src/tg/methods/transferGift.py
src/tg/methods/unbanChatMember.py
src/tg/methods/unbanChatSenderChat.py
src/tg/methods/unhideGeneralForumTopic.py
src/tg/methods/unpinAllChatMessages.py
src/tg/methods/unpinAllForumTopicMessages.py
src/tg/methods/unpinAllGeneralForumTopicMessages.py
src/tg/methods/unpinChatMessage.py
src/tg/methods/upgradeGift.py
src/tg/methods/uploadStickerFile.py
src/tg/methods/verifyChat.py
src/tg/methods/verifyUser.py
src/tg/types/AcceptedGiftTypes.py
src/tg/types/AffiliateInfo.py
src/tg/types/Animation.py
src/tg/types/Audio.py
src/tg/types/BackgroundFill.py
src/tg/types/BackgroundFillFreeformGradient.py
src/tg/types/BackgroundFillGradient.py
src/tg/types/BackgroundFillSolid.py
src/tg/types/BackgroundType.py
src/tg/types/BackgroundTypeChatTheme.py
src/tg/types/BackgroundTypeFill.py
src/tg/types/BackgroundTypePattern.py
src/tg/types/BackgroundTypeWallpaper.py
src/tg/types/Birthdate.py
src/tg/types/BotCommand.py
src/tg/types/BotCommandScope.py
src/tg/types/BotCommandScopeAllChatAdministrators.py
src/tg/types/BotCommandScopeAllGroupChats.py
src/tg/types/BotCommandScopeAllPrivateChats.py
src/tg/types/BotCommandScopeChat.py
src/tg/types/BotCommandScopeChatAdministrators.py
src/tg/types/BotCommandScopeChatMember.py
src/tg/types/BotCommandScopeDefault.py
src/tg/types/BotDescription.py
src/tg/types/BotName.py
src/tg/types/BotShortDescription.py
src/tg/types/BusinessBotRights.py
src/tg/types/BusinessConnection.py
src/tg/types/BusinessIntro.py
src/tg/types/BusinessLocation.py
src/tg/types/BusinessMessagesDeleted.py
src/tg/types/BusinessOpeningHours.py
src/tg/types/BusinessOpeningHoursInterval.py
src/tg/types/CallbackGame.py
src/tg/types/CallbackQuery.py
src/tg/types/Chat.py
src/tg/types/ChatAdministratorRights.py
src/tg/types/ChatBackground.py
src/tg/types/ChatBoost.py
src/tg/types/ChatBoostAdded.py
src/tg/types/ChatBoostRemoved.py
src/tg/types/ChatBoostSource.py
src/tg/types/ChatBoostSourceGiftCode.py
src/tg/types/ChatBoostSourceGiveaway.py
src/tg/types/ChatBoostSourcePremium.py
src/tg/types/ChatBoostUpdated.py
src/tg/types/ChatFullInfo.py
src/tg/types/ChatInviteLink.py
src/tg/types/ChatJoinRequest.py
src/tg/types/ChatLocation.py
src/tg/types/ChatMember.py
src/tg/types/ChatMemberAdministrator.py
src/tg/types/ChatMemberBanned.py
src/tg/types/ChatMemberLeft.py
src/tg/types/ChatMemberMember.py
src/tg/types/ChatMemberOwner.py
src/tg/types/ChatMemberRestricted.py
src/tg/types/ChatMemberUpdated.py
src/tg/types/ChatPermissions.py
src/tg/types/ChatPhoto.py
src/tg/types/ChatShared.py
src/tg/types/Checklist.py
src/tg/types/ChecklistTask.py
src/tg/types/ChecklistTasksAdded.py
src/tg/types/ChecklistTasksDone.py
src/tg/types/ChosenInlineResult.py
src/tg/types/Contact.py
src/tg/types/CopyTextButton.py
src/tg/types/Dice.py
src/tg/types/DirectMessagePriceChanged.py
src/tg/types/Document.py
src/tg/types/EncryptedCredentials.py
src/tg/types/EncryptedPassportElement.py
src/tg/types/ExternalReplyInfo.py
src/tg/types/File.py
src/tg/types/ForceReply.py
src/tg/types/ForumTopic.py
src/tg/types/ForumTopicClosed.py
src/tg/types/ForumTopicCreated.py
src/tg/types/ForumTopicEdited.py
src/tg/types/ForumTopicReopened.py
src/tg/types/Game.py
src/tg/types/GameHighScore.py
src/tg/types/GeneralForumTopicHidden.py
src/tg/types/GeneralForumTopicUnhidden.py
src/tg/types/Gift.py
src/tg/types/GiftInfo.py
src/tg/types/Gifts.py
src/tg/types/Giveaway.py
src/tg/types/GiveawayCompleted.py
src/tg/types/GiveawayCreated.py
src/tg/types/GiveawayWinners.py
src/tg/types/InaccessibleMessage.py
src/tg/types/InlineKeyboardButton.py
src/tg/types/InlineKeyboardMarkup.py
src/tg/types/InlineQuery.py
src/tg/types/InlineQueryResult.py
src/tg/types/InlineQueryResultArticle.py
src/tg/types/InlineQueryResultAudio.py
src/tg/types/InlineQueryResultCachedAudio.py
src/tg/types/InlineQueryResultCachedDocument.py
src/tg/types/InlineQueryResultCachedGif.py
src/tg/types/InlineQueryResultCachedMpeg4Gif.py
src/tg/types/InlineQueryResultCachedPhoto.py
src/tg/types/InlineQueryResultCachedSticker.py
src/tg/types/InlineQueryResultCachedVideo.py
src/tg/types/InlineQueryResultCachedVoice.py
src/tg/types/InlineQueryResultContact.py
src/tg/types/InlineQueryResultDocument.py
src/tg/types/InlineQueryResultGame.py
src/tg/types/InlineQueryResultGif.py
src/tg/types/InlineQueryResultLocation.py
src/tg/types/InlineQueryResultMpeg4Gif.py
src/tg/types/InlineQueryResultPhoto.py
src/tg/types/InlineQueryResultVenue.py
src/tg/types/InlineQueryResultVideo.py
src/tg/types/InlineQueryResultVoice.py
src/tg/types/InlineQueryResultsButton.py
src/tg/types/InputChecklist.py
src/tg/types/InputChecklistTask.py
src/tg/types/InputContactMessageContent.py
src/tg/types/InputFile.py
src/tg/types/InputInvoiceMessageContent.py
src/tg/types/InputLocationMessageContent.py
src/tg/types/InputMedia.py
src/tg/types/InputMediaAnimation.py
src/tg/types/InputMediaAudio.py
src/tg/types/InputMediaDocument.py
src/tg/types/InputMediaPhoto.py
src/tg/types/InputMediaVideo.py
src/tg/types/InputMessageContent.py
src/tg/types/InputPaidMedia.py
src/tg/types/InputPaidMediaPhoto.py
src/tg/types/InputPaidMediaVideo.py
src/tg/types/InputPollOption.py
src/tg/types/InputProfilePhoto.py
src/tg/types/InputProfilePhotoAnimated.py
src/tg/types/InputProfilePhotoStatic.py
src/tg/types/InputSticker.py
src/tg/types/InputStoryContent.py
src/tg/types/InputStoryContentPhoto.py
src/tg/types/InputStoryContentVideo.py
src/tg/types/InputTextMessageContent.py
src/tg/types/InputVenueMessageContent.py
src/tg/types/Invoice.py
src/tg/types/KeyboardButton.py
src/tg/types/KeyboardButtonPollType.py
src/tg/types/KeyboardButtonRequestChat.py
src/tg/types/KeyboardButtonRequestUsers.py
src/tg/types/LabeledPrice.py
src/tg/types/LinkPreviewOptions.py
src/tg/types/Location.py
src/tg/types/LocationAddress.py
src/tg/types/LoginUrl.py
src/tg/types/MaskPosition.py
src/tg/types/MaybeInaccessibleMessage.py
src/tg/types/MenuButton.py
src/tg/types/MenuButtonCommands.py
src/tg/types/MenuButtonDefault.py
src/tg/types/MenuButtonWebApp.py
src/tg/types/Message.py
src/tg/types/MessageAutoDeleteTimerChanged.py
src/tg/types/MessageEntity.py
src/tg/types/MessageId.py
src/tg/types/MessageOrigin.py
src/tg/types/MessageOriginChannel.py
src/tg/types/MessageOriginChat.py
src/tg/types/MessageOriginHiddenUser.py
src/tg/types/MessageOriginUser.py
src/tg/types/MessageReactionCountUpdated.py
src/tg/types/MessageReactionUpdated.py
src/tg/types/OrderInfo.py
src/tg/types/OwnedGift.py
src/tg/types/OwnedGiftRegular.py
src/tg/types/OwnedGiftUnique.py
src/tg/types/OwnedGifts.py
src/tg/types/PaidMedia.py
src/tg/types/PaidMediaInfo.py
src/tg/types/PaidMediaPhoto.py
src/tg/types/PaidMediaPreview.py
src/tg/types/PaidMediaPurchased.py
src/tg/types/PaidMediaVideo.py
src/tg/types/PaidMessagePriceChanged.py
src/tg/types/PassportData.py
src/tg/types/PassportElementError.py
src/tg/types/PassportElementErrorDataField.py
src/tg/types/PassportElementErrorFile.py
src/tg/types/PassportElementErrorFiles.py
src/tg/types/PassportElementErrorFrontSide.py
src/tg/types/PassportElementErrorReverseSide.py
src/tg/types/PassportElementErrorSelfie.py
src/tg/types/PassportElementErrorTranslationFile.py
src/tg/types/PassportElementErrorTranslationFiles.py
src/tg/types/PassportElementErrorUnspecified.py
src/tg/types/PassportFile.py
src/tg/types/PhotoSize.py
src/tg/types/Poll.py
src/tg/types/PollAnswer.py
src/tg/types/PollOption.py
src/tg/types/PreCheckoutQuery.py
src/tg/types/PreparedInlineMessage.py
src/tg/types/ProximityAlertTriggered.py
src/tg/types/ReactionCount.py
src/tg/types/ReactionType.py
src/tg/types/ReactionTypeCustomEmoji.py
src/tg/types/ReactionTypeEmoji.py
src/tg/types/ReactionTypePaid.py
src/tg/types/RefundedPayment.py
src/tg/types/ReplyKeyboardMarkup.py
src/tg/types/ReplyKeyboardRemove.py
src/tg/types/ReplyParameters.py
src/tg/types/ResponseParameters.py
src/tg/types/RevenueWithdrawalState.py
src/tg/types/RevenueWithdrawalStateFailed.py
src/tg/types/RevenueWithdrawalStatePending.py
src/tg/types/RevenueWithdrawalStateSucceeded.py
src/tg/types/SentWebAppMessage.py
src/tg/types/SharedUser.py
src/tg/types/ShippingAddress.py
src/tg/types/ShippingOption.py
src/tg/types/ShippingQuery.py
src/tg/types/StarAmount.py
src/tg/types/StarTransaction.py
src/tg/types/StarTransactions.py
src/tg/types/Sticker.py
src/tg/types/StickerSet.py
src/tg/types/Story.py
src/tg/types/StoryArea.py
src/tg/types/StoryAreaPosition.py
src/tg/types/StoryAreaType.py
src/tg/types/StoryAreaTypeLink.py
src/tg/types/StoryAreaTypeLocation.py
src/tg/types/StoryAreaTypeSuggestedReaction.py
src/tg/types/StoryAreaTypeUniqueGift.py
src/tg/types/StoryAreaTypeWeather.py
src/tg/types/SuccessfulPayment.py
src/tg/types/SwitchInlineQueryChosenChat.py
src/tg/types/TextQuote.py
src/tg/types/TransactionPartner.py
src/tg/types/TransactionPartnerAffiliateProgram.py
src/tg/types/TransactionPartnerChat.py
src/tg/types/TransactionPartnerFragment.py
src/tg/types/TransactionPartnerOther.py
src/tg/types/TransactionPartnerTelegramAds.py
src/tg/types/TransactionPartnerTelegramApi.py
src/tg/types/TransactionPartnerUser.py
src/tg/types/UniqueGift.py
src/tg/types/UniqueGiftBackdrop.py
src/tg/types/UniqueGiftBackdropColors.py
src/tg/types/UniqueGiftInfo.py
src/tg/types/UniqueGiftModel.py
src/tg/types/UniqueGiftSymbol.py
src/tg/types/Update.py
src/tg/types/User.py
src/tg/types/UserChatBoosts.py
src/tg/types/UserProfilePhotos.py
src/tg/types/UsersShared.py
src/tg/types/Venue.py
src/tg/types/Video.py
src/tg/types/VideoChatEnded.py
src/tg/types/VideoChatParticipantsInvited.py
src/tg/types/VideoChatScheduled.py
src/tg/types/VideoChatStarted.py
src/tg/types/VideoNote.py
src/tg/types/Voice.py
src/tg/types/WebAppData.py
src/tg/types/WebAppInfo.py
src/tg/types/WebhookInfo.py
src/tg/types/WriteAccessAllowed.py
src/tg/types/__init__.py
src/xtgbot.egg-info/PKG-INFO
src/xtgbot.egg-info/SOURCES.txt
src/xtgbot.egg-info/dependency_links.txt
src/xtgbot.egg-info/requires.txt
src/xtgbot.egg-info/top_level.txt