#  Hydrogram - Telegram MTProto API Client Library for Python
#  Copyright (C) 2023-present Hydrogram <https://hydrogram.org>
#
#  This file is part of Hydrogram.
#
#  Hydrogram is free software: you can redistribute it and/or modify
#  it under the terms of the GNU Lesser General Public License as published
#  by the Free Software Foundation, either version 3 of the License, or
#  (at your option) any later version.
#
#  Hydrogram is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU Lesser General Public License for more details.
#
#  You should have received a copy of the GNU Lesser General Public License
#  along with Hydrogram.  If not, see <http://www.gnu.org/licenses/>.

# # # # # # # # # # # # # # # # # # # # # # # #
#               !!! WARNING !!!               #
#          This is a generated file!          #
# All changes made in this file will be lost! #
# # # # # # # # # # # # # # # # # # # # # # # #

from .get_config import GetConfig
from .get_nearest_dc import GetNearestDc
from .get_app_update import GetAppUpdate
from .get_invite_text import GetInviteText
from .get_support import GetSupport
from .set_bot_updates_status import SetBotUpdatesStatus
from .get_cdn_config import GetCdnConfig
from .get_recent_me_urls import GetRecentMeUrls
from .get_terms_of_service_update import GetTermsOfServiceUpdate
from .accept_terms_of_service import AcceptTermsOfService
from .get_deep_link_info import GetDeepLinkInfo
from .get_app_config import GetAppConfig
from .save_app_log import SaveAppLog
from .get_passport_config import GetPassportConfig
from .get_support_name import GetSupportName
from .get_user_info import GetUserInfo
from .edit_user_info import EditUserInfo
from .get_promo_data import GetPromoData
from .hide_promo_data import HidePromoData
from .dismiss_suggestion import DismissSuggestion
from .get_countries_list import GetCountriesList
from .get_premium_promo import GetPremiumPromo
from .get_peer_colors import GetPeerColors
from .get_peer_profile_colors import GetPeerProfileColors
from .get_timezones_list import GetTimezonesList


__all__ = [
    "GetConfig",
    "GetNearestDc",
    "GetAppUpdate",
    "GetInviteText",
    "GetSupport",
    "SetBotUpdatesStatus",
    "GetCdnConfig",
    "GetRecentMeUrls",
    "GetTermsOfServiceUpdate",
    "AcceptTermsOfService",
    "GetDeepLinkInfo",
    "GetAppConfig",
    "SaveAppLog",
    "GetPassportConfig",
    "GetSupportName",
    "GetUserInfo",
    "EditUserInfo",
    "GetPromoData",
    "HidePromoData",
    "DismissSuggestion",
    "GetCountriesList",
    "GetPremiumPromo",
    "GetPeerColors",
    "GetPeerProfileColors",
    "GetTimezonesList",
    "contest",
    "auth",
    "account",
    "users",
    "contacts",
    "messages",
    "updates",
    "photos",
    "upload",
    "help",
    "channels",
    "bots",
    "payments",
    "stickers",
    "phone",
    "langpack",
    "folders",
    "stats",
    "chatlists",
    "stories",
    "premium",
    "smsjobs",
    "fragment",
]
