COPYING
COPYING.lesser
MANIFEST.in
NOTICE
README.md
requirements.txt
setup.py
compiler/__init__.py
compiler/api/__init__.py
compiler/api/compiler.py
compiler/api/source/auth_key.tl
compiler/api/source/main_api.tl
compiler/api/source/sys_msgs.tl
compiler/api/template/combinator.txt
compiler/api/template/type.txt
compiler/errors/__init__.py
compiler/errors/compiler.py
compiler/errors/sort.py
compiler/errors/source/303_SEE_OTHER.tsv
compiler/errors/source/400_BAD_REQUEST.tsv
compiler/errors/source/401_UNAUTHORIZED.tsv
compiler/errors/source/403_FORBIDDEN.tsv
compiler/errors/source/406_NOT_ACCEPTABLE.tsv
compiler/errors/source/420_FLOOD.tsv
compiler/errors/source/500_INTERNAL_SERVER_ERROR.tsv
compiler/errors/source/503_SERVICE_UNAVAILABLE.tsv
compiler/errors/template/class.txt
compiler/errors/template/sub_class.txt
pyroherd/__init__.py
pyroherd/client.py
pyroherd/dispatcher.py
pyroherd/emoji.py
pyroherd/file_id.py
pyroherd/filters.py
pyroherd/mime_types.py
pyroherd/py.typed
pyroherd/sync.py
pyroherd/utils.py
pyroherd.egg-info/PKG-INFO
pyroherd.egg-info/SOURCES.txt
pyroherd.egg-info/dependency_links.txt
pyroherd.egg-info/not-zip-safe
pyroherd.egg-info/requires.txt
pyroherd.egg-info/top_level.txt
pyroherd/connection/__init__.py
pyroherd/connection/connection.py
pyroherd/connection/transport/__init__.py
pyroherd/connection/transport/tcp/__init__.py
pyroherd/connection/transport/tcp/tcp.py
pyroherd/connection/transport/tcp/tcp_abridged.py
pyroherd/connection/transport/tcp/tcp_abridged_o.py
pyroherd/connection/transport/tcp/tcp_full.py
pyroherd/connection/transport/tcp/tcp_intermediate.py
pyroherd/connection/transport/tcp/tcp_intermediate_o.py
pyroherd/crypto/__init__.py
pyroherd/crypto/aes.py
pyroherd/crypto/mtproto.py
pyroherd/crypto/prime.py
pyroherd/crypto/rsa.py
pyroherd/enums/__init__.py
pyroherd/enums/accent_color.py
pyroherd/enums/auto_name.py
pyroherd/enums/button_style.py
pyroherd/enums/chat_action.py
pyroherd/enums/chat_event_action.py
pyroherd/enums/chat_join_type.py
pyroherd/enums/chat_member_status.py
pyroherd/enums/chat_members_filter.py
pyroherd/enums/chat_type.py
pyroherd/enums/client_platform.py
pyroherd/enums/message_entity_type.py
pyroherd/enums/message_media_type.py
pyroherd/enums/message_origin_type.py
pyroherd/enums/message_service_type.py
pyroherd/enums/messages_filter.py
pyroherd/enums/next_code_type.py
pyroherd/enums/parse_mode.py
pyroherd/enums/poll_type.py
pyroherd/enums/profile_color.py
pyroherd/enums/sent_code_type.py
pyroherd/enums/user_status.py
pyroherd/errors/__init__.py
pyroherd/errors/rpc_error.py
pyroherd/handlers/__init__.py
pyroherd/handlers/business_bot_connection_handler.py
pyroherd/handlers/callback_query_handler.py
pyroherd/handlers/chat_join_request_handler.py
pyroherd/handlers/chat_member_updated_handler.py
pyroherd/handlers/chosen_inline_result_handler.py
pyroherd/handlers/deleted_messages_handler.py
pyroherd/handlers/disconnect_handler.py
pyroherd/handlers/edited_message_handler.py
pyroherd/handlers/handler.py
pyroherd/handlers/inline_query_handler.py
pyroherd/handlers/managed_bot_update_handler.py
pyroherd/handlers/message_handler.py
pyroherd/handlers/message_reaction_count_updated_handler.py
pyroherd/handlers/message_reaction_updated_handler.py
pyroherd/handlers/poll_handler.py
pyroherd/handlers/pre_checkout_query_handler.py
pyroherd/handlers/purchased_paid_media_handler.py
pyroherd/handlers/raw_update_handler.py
pyroherd/handlers/shipping_query_handler.py
pyroherd/handlers/story_handler.py
pyroherd/handlers/user_status_handler.py
pyroherd/methods/__init__.py
pyroherd/methods/advanced/__init__.py
pyroherd/methods/advanced/invoke.py
pyroherd/methods/advanced/resolve_peer.py
pyroherd/methods/advanced/save_file.py
pyroherd/methods/auth/__init__.py
pyroherd/methods/auth/accept_terms_of_service.py
pyroherd/methods/auth/check_password.py
pyroherd/methods/auth/connect.py
pyroherd/methods/auth/disconnect.py
pyroherd/methods/auth/get_active_sessions.py
pyroherd/methods/auth/get_option.py
pyroherd/methods/auth/get_password_hint.py
pyroherd/methods/auth/initialize.py
pyroherd/methods/auth/log_out.py
pyroherd/methods/auth/recover_password.py
pyroherd/methods/auth/resend_code.py
pyroherd/methods/auth/send_code.py
pyroherd/methods/auth/send_recovery_code.py
pyroherd/methods/auth/sign_in.py
pyroherd/methods/auth/sign_in_bot.py
pyroherd/methods/auth/sign_up.py
pyroherd/methods/auth/terminate.py
pyroherd/methods/auth/terminate_all_other_sessions.py
pyroherd/methods/auth/terminate_session.py
pyroherd/methods/bots/__init__.py
pyroherd/methods/bots/answer_callback_query.py
pyroherd/methods/bots/answer_inline_query.py
pyroherd/methods/bots/answer_web_app_query.py
pyroherd/methods/bots/delete_bot_commands.py
pyroherd/methods/bots/get_bot_commands.py
pyroherd/methods/bots/get_bot_default_privileges.py
pyroherd/methods/bots/get_bot_info_description.py
pyroherd/methods/bots/get_bot_info_short_description.py
pyroherd/methods/bots/get_bot_name.py
pyroherd/methods/bots/get_chat_menu_button.py
pyroherd/methods/bots/get_game_high_scores.py
pyroherd/methods/bots/get_inline_bot_results.py
pyroherd/methods/bots/get_owned_bots.py
pyroherd/methods/bots/get_similar_bots.py
pyroherd/methods/bots/request_callback_answer.py
pyroherd/methods/bots/send_game.py
pyroherd/methods/bots/send_inline_bot_result.py
pyroherd/methods/bots/send_message_draft.py
pyroherd/methods/bots/send_web_app_custom_request.py
pyroherd/methods/bots/set_bot_commands.py
pyroherd/methods/bots/set_bot_default_privileges.py
pyroherd/methods/bots/set_bot_info_description.py
pyroherd/methods/bots/set_bot_info_short_description.py
pyroherd/methods/bots/set_bot_name.py
pyroherd/methods/bots/set_chat_menu_button.py
pyroherd/methods/bots/set_game_score.py
pyroherd/methods/business/__init__.py
pyroherd/methods/business/answer_pre_checkout_query.py
pyroherd/methods/business/answer_shipping_query.py
pyroherd/methods/business/create_invoice_link.py
pyroherd/methods/business/get_available_gifts.py
pyroherd/methods/business/get_business_connection.py
pyroherd/methods/business/get_collectible_item_info.py
pyroherd/methods/business/get_owned_star_count.py
pyroherd/methods/business/get_payment_form.py
pyroherd/methods/business/refund_star_payment.py
pyroherd/methods/business/send_invoice.py
pyroherd/methods/business/send_payment_form.py
pyroherd/methods/chat_topics/__init__.py
pyroherd/methods/chat_topics/close_forum_topic.py
pyroherd/methods/chat_topics/create_forum_topic.py
pyroherd/methods/chat_topics/delete_forum_topic.py
pyroherd/methods/chat_topics/edit_forum_topic.py
pyroherd/methods/chat_topics/get_forum_topic.py
pyroherd/methods/chat_topics/get_forum_topic_icon_stickers.py
pyroherd/methods/chat_topics/get_forum_topics.py
pyroherd/methods/chat_topics/hide_forum_topic.py
pyroherd/methods/chat_topics/reopen_forum_topic.py
pyroherd/methods/chat_topics/toggle_forum_topic_is_pinned.py
pyroherd/methods/chat_topics/unhide_forum_topic.py
pyroherd/methods/chats/__init__.py
pyroherd/methods/chats/add_chat_members.py
pyroherd/methods/chats/add_profile_audio.py
pyroherd/methods/chats/archive_chats.py
pyroherd/methods/chats/ban_chat_member.py
pyroherd/methods/chats/create_channel.py
pyroherd/methods/chats/create_group.py
pyroherd/methods/chats/create_supergroup.py
pyroherd/methods/chats/delete_channel.py
pyroherd/methods/chats/delete_chat_photo.py
pyroherd/methods/chats/delete_supergroup.py
pyroherd/methods/chats/delete_user_history.py
pyroherd/methods/chats/get_chat.py
pyroherd/methods/chats/get_chat_audios.py
pyroherd/methods/chats/get_chat_audios_count.py
pyroherd/methods/chats/get_chat_event_log.py
pyroherd/methods/chats/get_chat_member.py
pyroherd/methods/chats/get_chat_members.py
pyroherd/methods/chats/get_chat_members_count.py
pyroherd/methods/chats/get_chat_online_count.py
pyroherd/methods/chats/get_created_chats.py
pyroherd/methods/chats/get_dialogs.py
pyroherd/methods/chats/get_dialogs_count.py
pyroherd/methods/chats/get_direct_messages_topics.py
pyroherd/methods/chats/get_direct_messages_topics_by_id.py
pyroherd/methods/chats/get_nearby_chats.py
pyroherd/methods/chats/get_send_as_chats.py
pyroherd/methods/chats/join_chat.py
pyroherd/methods/chats/leave_chat.py
pyroherd/methods/chats/mark_chat_unread.py
pyroherd/methods/chats/pin_chat_message.py
pyroherd/methods/chats/promote_chat_member.py
pyroherd/methods/chats/remove_profile_audio.py
pyroherd/methods/chats/restrict_chat_member.py
pyroherd/methods/chats/search_chats.py
pyroherd/methods/chats/set_administrator_title.py
pyroherd/methods/chats/set_chat_description.py
pyroherd/methods/chats/set_chat_direct_messages_group.py
pyroherd/methods/chats/set_chat_message_auto_delete_time.py
pyroherd/methods/chats/set_chat_permissions.py
pyroherd/methods/chats/set_chat_photo.py
pyroherd/methods/chats/set_chat_protected_content.py
pyroherd/methods/chats/set_chat_title.py
pyroherd/methods/chats/set_chat_username.py
pyroherd/methods/chats/set_profile_audio_position.py
pyroherd/methods/chats/set_send_as_chat.py
pyroherd/methods/chats/set_slow_mode.py
pyroherd/methods/chats/transfer_chat_ownership.py
pyroherd/methods/chats/unarchive_chats.py
pyroherd/methods/chats/unban_chat_member.py
pyroherd/methods/chats/unpin_all_chat_messages.py
pyroherd/methods/chats/unpin_chat_message.py
pyroherd/methods/contacts/__init__.py
pyroherd/methods/contacts/add_contact.py
pyroherd/methods/contacts/delete_contacts.py
pyroherd/methods/contacts/get_contacts.py
pyroherd/methods/contacts/get_contacts_count.py
pyroherd/methods/contacts/import_contacts.py
pyroherd/methods/decorators/__init__.py
pyroherd/methods/decorators/on_bot_business_connection.py
pyroherd/methods/decorators/on_bot_purchased_paid_media.py
pyroherd/methods/decorators/on_callback_query.py
pyroherd/methods/decorators/on_chat_join_request.py
pyroherd/methods/decorators/on_chat_member_updated.py
pyroherd/methods/decorators/on_chosen_inline_result.py
pyroherd/methods/decorators/on_deleted_messages.py
pyroherd/methods/decorators/on_disconnect.py
pyroherd/methods/decorators/on_edited_message.py
pyroherd/methods/decorators/on_inline_query.py
pyroherd/methods/decorators/on_managed_bot.py
pyroherd/methods/decorators/on_message.py
pyroherd/methods/decorators/on_message_reaction_count_updated.py
pyroherd/methods/decorators/on_message_reaction_updated.py
pyroherd/methods/decorators/on_poll.py
pyroherd/methods/decorators/on_pre_checkout_query.py
pyroherd/methods/decorators/on_raw_update.py
pyroherd/methods/decorators/on_shipping_query.py
pyroherd/methods/decorators/on_story.py
pyroherd/methods/decorators/on_user_status.py
pyroherd/methods/invite_links/__init__.py
pyroherd/methods/invite_links/approve_all_chat_join_requests.py
pyroherd/methods/invite_links/approve_chat_join_request.py
pyroherd/methods/invite_links/create_chat_invite_link.py
pyroherd/methods/invite_links/decline_all_chat_join_requests.py
pyroherd/methods/invite_links/decline_chat_join_request.py
pyroherd/methods/invite_links/delete_chat_admin_invite_links.py
pyroherd/methods/invite_links/delete_chat_invite_link.py
pyroherd/methods/invite_links/edit_chat_invite_link.py
pyroherd/methods/invite_links/export_chat_invite_link.py
pyroherd/methods/invite_links/get_chat_admin_invite_links.py
pyroherd/methods/invite_links/get_chat_admin_invite_links_count.py
pyroherd/methods/invite_links/get_chat_admins_with_invite_links.py
pyroherd/methods/invite_links/get_chat_invite_link.py
pyroherd/methods/invite_links/get_chat_invite_link_joiners.py
pyroherd/methods/invite_links/get_chat_invite_link_joiners_count.py
pyroherd/methods/invite_links/get_chat_join_requests.py
pyroherd/methods/invite_links/revoke_chat_invite_link.py
pyroherd/methods/messages/__init__.py
pyroherd/methods/messages/add_paid_message_reaction.py
pyroherd/methods/messages/add_poll_option.py
pyroherd/methods/messages/copy_media_group.py
pyroherd/methods/messages/copy_message.py
pyroherd/methods/messages/count_public_messages_by_tag.py
pyroherd/methods/messages/delete_chat_history.py
pyroherd/methods/messages/delete_messages.py
pyroherd/methods/messages/delete_poll_option.py
pyroherd/methods/messages/download_media.py
pyroherd/methods/messages/edit_cached_media.py
pyroherd/methods/messages/edit_inline_caption.py
pyroherd/methods/messages/edit_inline_media.py
pyroherd/methods/messages/edit_inline_reply_markup.py
pyroherd/methods/messages/edit_inline_text.py
pyroherd/methods/messages/edit_message_caption.py
pyroherd/methods/messages/edit_message_checklist.py
pyroherd/methods/messages/edit_message_media.py
pyroherd/methods/messages/edit_message_reply_markup.py
pyroherd/methods/messages/edit_message_text.py
pyroherd/methods/messages/forward_messages.py
pyroherd/methods/messages/get_chat_history.py
pyroherd/methods/messages/get_chat_history_count.py
pyroherd/methods/messages/get_chat_sponsored_messages.py
pyroherd/methods/messages/get_custom_emoji_stickers.py
pyroherd/methods/messages/get_discussion_message.py
pyroherd/methods/messages/get_discussion_replies.py
pyroherd/methods/messages/get_discussion_replies_count.py
pyroherd/methods/messages/get_media_group.py
pyroherd/methods/messages/get_messages.py
pyroherd/methods/messages/inline_session.py
pyroherd/methods/messages/mark_checklist_tasks_as_done.py
pyroherd/methods/messages/read_chat_history.py
pyroherd/methods/messages/retract_vote.py
pyroherd/methods/messages/search_global.py
pyroherd/methods/messages/search_global_count.py
pyroherd/methods/messages/search_messages.py
pyroherd/methods/messages/search_messages_count.py
pyroherd/methods/messages/search_public_messages_by_tag.py
pyroherd/methods/messages/send_animation.py
pyroherd/methods/messages/send_audio.py
pyroherd/methods/messages/send_cached_media.py
pyroherd/methods/messages/send_chat_action.py
pyroherd/methods/messages/send_checklist.py
pyroherd/methods/messages/send_contact.py
pyroherd/methods/messages/send_dice.py
pyroherd/methods/messages/send_document.py
pyroherd/methods/messages/send_location.py
pyroherd/methods/messages/send_media_group.py
pyroherd/methods/messages/send_message.py
pyroherd/methods/messages/send_paid_media.py
pyroherd/methods/messages/send_photo.py
pyroherd/methods/messages/send_poll.py
pyroherd/methods/messages/send_screenshot_notification.py
pyroherd/methods/messages/send_sticker.py
pyroherd/methods/messages/send_venue.py
pyroherd/methods/messages/send_video.py
pyroherd/methods/messages/send_video_note.py
pyroherd/methods/messages/send_voice.py
pyroherd/methods/messages/set_reaction.py
pyroherd/methods/messages/stop_poll.py
pyroherd/methods/messages/stream_media.py
pyroherd/methods/messages/translate_text.py
pyroherd/methods/messages/view_messages.py
pyroherd/methods/messages/vote_poll.py
pyroherd/methods/password/__init__.py
pyroherd/methods/password/change_cloud_password.py
pyroherd/methods/password/enable_cloud_password.py
pyroherd/methods/password/remove_cloud_password.py
pyroherd/methods/phone/__init__.py
pyroherd/methods/phone/create_video_chat.py
pyroherd/methods/phone/discard_group_call.py
pyroherd/methods/phone/get_video_chat_rtmp_url.py
pyroherd/methods/phone/invite_group_call_participants.py
pyroherd/methods/phone/load_group_call_participants.py
pyroherd/methods/stickers/__init__.py
pyroherd/methods/stickers/get_message_effects.py
pyroherd/methods/stickers/get_stickers.py
pyroherd/methods/stories/__init__.py
pyroherd/methods/stories/can_post_story.py
pyroherd/methods/stories/delete_stories.py
pyroherd/methods/stories/edit_story.py
pyroherd/methods/stories/forward_story.py
pyroherd/methods/stories/get_chat_active_stories.py
pyroherd/methods/stories/get_chat_archived_stories.py
pyroherd/methods/stories/get_stories.py
pyroherd/methods/stories/hide_my_story_view.py
pyroherd/methods/stories/post_story.py
pyroherd/methods/stories/toggle_story_is_posted_to_chat_page.py
pyroherd/methods/users/__init__.py
pyroherd/methods/users/block_user.py
pyroherd/methods/users/delete_account.py
pyroherd/methods/users/delete_profile_photos.py
pyroherd/methods/users/get_chat_photos.py
pyroherd/methods/users/get_chat_photos_count.py
pyroherd/methods/users/get_common_chats.py
pyroherd/methods/users/get_default_emoji_statuses.py
pyroherd/methods/users/get_me.py
pyroherd/methods/users/get_users.py
pyroherd/methods/users/set_birthdate.py
pyroherd/methods/users/set_emoji_status.py
pyroherd/methods/users/set_personal_chat.py
pyroherd/methods/users/set_profile_photo.py
pyroherd/methods/users/set_username.py
pyroherd/methods/users/unblock_user.py
pyroherd/methods/users/update_profile.py
pyroherd/methods/users/update_status.py
pyroherd/methods/utilities/__init__.py
pyroherd/methods/utilities/add_handler.py
pyroherd/methods/utilities/compose.py
pyroherd/methods/utilities/export_session_string.py
pyroherd/methods/utilities/idle.py
pyroherd/methods/utilities/remove_handler.py
pyroherd/methods/utilities/restart.py
pyroherd/methods/utilities/run.py
pyroherd/methods/utilities/start.py
pyroherd/methods/utilities/stop.py
pyroherd/methods/utilities/stop_transmission.py
pyroherd/parser/__init__.py
pyroherd/parser/html.py
pyroherd/parser/markdown.py
pyroherd/parser/parser.py
pyroherd/parser/utils.py
pyroherd/raw/__init__.py
pyroherd/raw/core/__init__.py
pyroherd/raw/core/base_type_meta.py
pyroherd/raw/core/future_salt.py
pyroherd/raw/core/future_salts.py
pyroherd/raw/core/gzip_packed.py
pyroherd/raw/core/list.py
pyroherd/raw/core/message.py
pyroherd/raw/core/msg_container.py
pyroherd/raw/core/tl_object.py
pyroherd/raw/core/primitives/__init__.py
pyroherd/raw/core/primitives/bool.py
pyroherd/raw/core/primitives/bytes.py
pyroherd/raw/core/primitives/double.py
pyroherd/raw/core/primitives/int.py
pyroherd/raw/core/primitives/string.py
pyroherd/raw/core/primitives/vector.py
pyroherd/session/__init__.py
pyroherd/session/auth.py
pyroherd/session/session.py
pyroherd/session/internals/__init__.py
pyroherd/session/internals/data_center.py
pyroherd/session/internals/msg_factory.py
pyroherd/session/internals/msg_id.py
pyroherd/session/internals/seq_no.py
pyroherd/storage/__init__.py
pyroherd/storage/file_storage.py
pyroherd/storage/memory_storage.py
pyroherd/storage/sqlite_storage.py
pyroherd/storage/storage.py
pyroherd/types/__init__.py
pyroherd/types/list.py
pyroherd/types/object.py
pyroherd/types/update.py
pyroherd/types/authorization/__init__.py
pyroherd/types/authorization/active_session.py
pyroherd/types/authorization/active_sessions.py
pyroherd/types/authorization/sent_code.py
pyroherd/types/authorization/terms_of_service.py
pyroherd/types/bots_and_keyboards/__init__.py
pyroherd/types/bots_and_keyboards/bot_command.py
pyroherd/types/bots_and_keyboards/bot_command_scope.py
pyroherd/types/bots_and_keyboards/bot_command_scope_all_chat_administrators.py
pyroherd/types/bots_and_keyboards/bot_command_scope_all_group_chats.py
pyroherd/types/bots_and_keyboards/bot_command_scope_all_private_chats.py
pyroherd/types/bots_and_keyboards/bot_command_scope_chat.py
pyroherd/types/bots_and_keyboards/bot_command_scope_chat_administrators.py
pyroherd/types/bots_and_keyboards/bot_command_scope_chat_member.py
pyroherd/types/bots_and_keyboards/bot_command_scope_default.py
pyroherd/types/bots_and_keyboards/callback_game.py
pyroherd/types/bots_and_keyboards/callback_query.py
pyroherd/types/bots_and_keyboards/copy_text_button.py
pyroherd/types/bots_and_keyboards/force_reply.py
pyroherd/types/bots_and_keyboards/game_high_score.py
pyroherd/types/bots_and_keyboards/inline_keyboard_button.py
pyroherd/types/bots_and_keyboards/inline_keyboard_markup.py
pyroherd/types/bots_and_keyboards/keyboard_button.py
pyroherd/types/bots_and_keyboards/keyboard_button_poll_type.py
pyroherd/types/bots_and_keyboards/keyboard_button_request_chat.py
pyroherd/types/bots_and_keyboards/keyboard_button_request_managed_bot.py
pyroherd/types/bots_and_keyboards/keyboard_button_request_users.py
pyroherd/types/bots_and_keyboards/login_url.py
pyroherd/types/bots_and_keyboards/managed_bot_created.py
pyroherd/types/bots_and_keyboards/managed_bot_updated.py
pyroherd/types/bots_and_keyboards/menu_button.py
pyroherd/types/bots_and_keyboards/menu_button_commands.py
pyroherd/types/bots_and_keyboards/menu_button_default.py
pyroherd/types/bots_and_keyboards/menu_button_web_app.py
pyroherd/types/bots_and_keyboards/reply_keyboard_markup.py
pyroherd/types/bots_and_keyboards/reply_keyboard_remove.py
pyroherd/types/bots_and_keyboards/sent_web_app_message.py
pyroherd/types/bots_and_keyboards/switch_inline_query_chosen_chat.py
pyroherd/types/bots_and_keyboards/web_app_info.py
pyroherd/types/business/__init__.py
pyroherd/types/business/business_bot_rights.py
pyroherd/types/business/business_connection.py
pyroherd/types/business/business_intro.py
pyroherd/types/business/business_location.py
pyroherd/types/business/business_opening_hours.py
pyroherd/types/business/business_opening_hours_interval.py
pyroherd/types/business/collectible_item_info.py
pyroherd/types/business/invoice.py
pyroherd/types/business/labeled_price.py
pyroherd/types/business/order_info.py
pyroherd/types/business/paid_reaction_type.py
pyroherd/types/business/pre_checkout_query.py
pyroherd/types/business/refunded_payment.py
pyroherd/types/business/shipping_address.py
pyroherd/types/business/shipping_option.py
pyroherd/types/business/shipping_query.py
pyroherd/types/business/star_amount.py
pyroherd/types/business/successful_payment.py
pyroherd/types/chat_drafts/__init__.py
pyroherd/types/chat_drafts/draft_message.py
pyroherd/types/chat_topics/__init__.py
pyroherd/types/chat_topics/forum_topic.py
pyroherd/types/chat_topics/forum_topic_closed.py
pyroherd/types/chat_topics/forum_topic_created.py
pyroherd/types/chat_topics/forum_topic_edited.py
pyroherd/types/chat_topics/forum_topic_reopened.py
pyroherd/types/chat_topics/general_forum_topic_hidden.py
pyroherd/types/chat_topics/general_forum_topic_unhidden.py
pyroherd/types/inline_mode/__init__.py
pyroherd/types/inline_mode/chosen_inline_result.py
pyroherd/types/inline_mode/inline_query.py
pyroherd/types/inline_mode/inline_query_result.py
pyroherd/types/inline_mode/inline_query_result_animation.py
pyroherd/types/inline_mode/inline_query_result_article.py
pyroherd/types/inline_mode/inline_query_result_audio.py
pyroherd/types/inline_mode/inline_query_result_cached_animation.py
pyroherd/types/inline_mode/inline_query_result_cached_audio.py
pyroherd/types/inline_mode/inline_query_result_cached_document.py
pyroherd/types/inline_mode/inline_query_result_cached_photo.py
pyroherd/types/inline_mode/inline_query_result_cached_sticker.py
pyroherd/types/inline_mode/inline_query_result_cached_video.py
pyroherd/types/inline_mode/inline_query_result_cached_voice.py
pyroherd/types/inline_mode/inline_query_result_contact.py
pyroherd/types/inline_mode/inline_query_result_document.py
pyroherd/types/inline_mode/inline_query_result_game.py
pyroherd/types/inline_mode/inline_query_result_location.py
pyroherd/types/inline_mode/inline_query_result_photo.py
pyroherd/types/inline_mode/inline_query_result_venue.py
pyroherd/types/inline_mode/inline_query_result_video.py
pyroherd/types/inline_mode/inline_query_result_voice.py
pyroherd/types/input_media/__init__.py
pyroherd/types/input_media/input_media.py
pyroherd/types/input_media/input_media_animation.py
pyroherd/types/input_media/input_media_audio.py
pyroherd/types/input_media/input_media_document.py
pyroherd/types/input_media/input_media_photo.py
pyroherd/types/input_media/input_media_sticker.py
pyroherd/types/input_media/input_media_video.py
pyroherd/types/input_media/input_phone_contact.py
pyroherd/types/input_media/link_preview_options.py
pyroherd/types/input_message_content/__init__.py
pyroherd/types/input_message_content/external_reply_info.py
pyroherd/types/input_message_content/input_checklist.py
pyroherd/types/input_message_content/input_checklist_task.py
pyroherd/types/input_message_content/input_contact_message_content.py
pyroherd/types/input_message_content/input_invoice_message_content.py
pyroherd/types/input_message_content/input_location_message_content.py
pyroherd/types/input_message_content/input_message_content.py
pyroherd/types/input_message_content/input_poll_option.py
pyroherd/types/input_message_content/input_text_message_content.py
pyroherd/types/input_message_content/input_venue_message_content.py
pyroherd/types/input_message_content/reply_parameters.py
pyroherd/types/input_message_content/text_quote.py
pyroherd/types/input_paid_media/__init__.py
pyroherd/types/input_paid_media/input_paid_media.py
pyroherd/types/input_paid_media/input_paid_media_photo.py
pyroherd/types/input_paid_media/input_paid_media_video.py
pyroherd/types/input_paid_media/paid_media.py
pyroherd/types/input_paid_media/paid_media_info.py
pyroherd/types/input_paid_media/paid_media_photo.py
pyroherd/types/input_paid_media/paid_media_preview.py
pyroherd/types/input_paid_media/paid_media_purchased.py
pyroherd/types/input_paid_media/paid_media_video.py
pyroherd/types/message_origin/__init__.py
pyroherd/types/message_origin/message_import_info.py
pyroherd/types/message_origin/message_origin.py
pyroherd/types/message_origin/message_origin_channel.py
pyroherd/types/message_origin/message_origin_chat.py
pyroherd/types/message_origin/message_origin_hidden_user.py
pyroherd/types/message_origin/message_origin_user.py
pyroherd/types/messages_and_media/__init__.py
pyroherd/types/messages_and_media/animation.py
pyroherd/types/messages_and_media/audio.py
pyroherd/types/messages_and_media/chat_boost_added.py
pyroherd/types/messages_and_media/chat_has_protected_content_disable_requested.py
pyroherd/types/messages_and_media/chat_has_protected_content_toggled.py
pyroherd/types/messages_and_media/chat_owner_changed.py
pyroherd/types/messages_and_media/chat_owner_left.py
pyroherd/types/messages_and_media/checklist.py
pyroherd/types/messages_and_media/checklist_task.py
pyroherd/types/messages_and_media/checklist_tasks_added.py
pyroherd/types/messages_and_media/checklist_tasks_done.py
pyroherd/types/messages_and_media/contact.py
pyroherd/types/messages_and_media/contact_registered.py
pyroherd/types/messages_and_media/dice.py
pyroherd/types/messages_and_media/direct_message_price_changed.py
pyroherd/types/messages_and_media/direct_messages_topic.py
pyroherd/types/messages_and_media/document.py
pyroherd/types/messages_and_media/formatted_text.py
pyroherd/types/messages_and_media/game.py
pyroherd/types/messages_and_media/gift.py
pyroherd/types/messages_and_media/gift_code.py
pyroherd/types/messages_and_media/gifted_premium.py
pyroherd/types/messages_and_media/gifted_stars.py
pyroherd/types/messages_and_media/giveaway.py
pyroherd/types/messages_and_media/giveaway_completed.py
pyroherd/types/messages_and_media/giveaway_created.py
pyroherd/types/messages_and_media/giveaway_winners.py
pyroherd/types/messages_and_media/location.py
pyroherd/types/messages_and_media/message.py
pyroherd/types/messages_and_media/message_auto_delete_timer_changed.py
pyroherd/types/messages_and_media/message_effect.py
pyroherd/types/messages_and_media/message_entity.py
pyroherd/types/messages_and_media/message_reaction_count_updated.py
pyroherd/types/messages_and_media/message_reaction_updated.py
pyroherd/types/messages_and_media/message_reactions.py
pyroherd/types/messages_and_media/paid_message_price_changed.py
pyroherd/types/messages_and_media/paid_messages_refunded.py
pyroherd/types/messages_and_media/payment_form.py
pyroherd/types/messages_and_media/photo.py
pyroherd/types/messages_and_media/poll.py
pyroherd/types/messages_and_media/poll_answer.py
pyroherd/types/messages_and_media/poll_option.py
pyroherd/types/messages_and_media/poll_option_added.py
pyroherd/types/messages_and_media/poll_option_deleted.py
pyroherd/types/messages_and_media/reaction.py
pyroherd/types/messages_and_media/screenshot_taken.py
pyroherd/types/messages_and_media/sponsored_message.py
pyroherd/types/messages_and_media/sticker.py
pyroherd/types/messages_and_media/stripped_thumbnail.py
pyroherd/types/messages_and_media/thumbnail.py
pyroherd/types/messages_and_media/upgraded_gift.py
pyroherd/types/messages_and_media/venue.py
pyroherd/types/messages_and_media/video.py
pyroherd/types/messages_and_media/video_note.py
pyroherd/types/messages_and_media/video_quality.py
pyroherd/types/messages_and_media/voice.py
pyroherd/types/messages_and_media/web_app_data.py
pyroherd/types/messages_and_media/web_page.py
pyroherd/types/messages_and_media/write_access_allowed.py
pyroherd/types/stories/__init__.py
pyroherd/types/stories/can_post_story_result.py
pyroherd/types/stories/can_post_story_result_active_story_limit_exceeded.py
pyroherd/types/stories/can_post_story_result_boost_needed.py
pyroherd/types/stories/can_post_story_result_live_story_is_active.py
pyroherd/types/stories/can_post_story_result_monthly_limit_exceeded.py
pyroherd/types/stories/can_post_story_result_ok.py
pyroherd/types/stories/can_post_story_result_premium_needed.py
pyroherd/types/stories/can_post_story_result_weekly_limit_exceeded.py
pyroherd/types/stories/input_story_content.py
pyroherd/types/stories/input_story_content_photo.py
pyroherd/types/stories/input_story_content_video.py
pyroherd/types/stories/location_address.py
pyroherd/types/stories/story.py
pyroherd/types/stories/story_area.py
pyroherd/types/stories/story_area_position.py
pyroherd/types/stories/story_area_type.py
pyroherd/types/stories/story_area_type_found_venue.py
pyroherd/types/stories/story_area_type_link.py
pyroherd/types/stories/story_area_type_location.py
pyroherd/types/stories/story_area_type_message.py
pyroherd/types/stories/story_area_type_suggested_reaction.py
pyroherd/types/stories/story_area_type_unique_gift.py
pyroherd/types/stories/story_area_type_weather.py
pyroherd/types/stories/story_origin.py
pyroherd/types/stories/story_origin_hidden_user.py
pyroherd/types/stories/story_origin_public_story.py
pyroherd/types/stories/story_privacy_settings.py
pyroherd/types/stories/story_privacy_settings_close_friends.py
pyroherd/types/stories/story_privacy_settings_contacts.py
pyroherd/types/stories/story_privacy_settings_everyone.py
pyroherd/types/stories/story_privacy_settings_selected_users.py
pyroherd/types/stories/story_repost_info.py
pyroherd/types/stories/story_stealth_mode.py
pyroherd/types/user_and_chats/__init__.py
pyroherd/types/user_and_chats/birthdate.py
pyroherd/types/user_and_chats/chat.py
pyroherd/types/user_and_chats/chat_admin_with_invite_links.py
pyroherd/types/user_and_chats/chat_background.py
pyroherd/types/user_and_chats/chat_color.py
pyroherd/types/user_and_chats/chat_event.py
pyroherd/types/user_and_chats/chat_event_filter.py
pyroherd/types/user_and_chats/chat_invite_link.py
pyroherd/types/user_and_chats/chat_join_request.py
pyroherd/types/user_and_chats/chat_joiner.py
pyroherd/types/user_and_chats/chat_member.py
pyroherd/types/user_and_chats/chat_member_updated.py
pyroherd/types/user_and_chats/chat_permissions.py
pyroherd/types/user_and_chats/chat_photo.py
pyroherd/types/user_and_chats/chat_privileges.py
pyroherd/types/user_and_chats/chat_reactions.py
pyroherd/types/user_and_chats/chat_shared.py
pyroherd/types/user_and_chats/dialog.py
pyroherd/types/user_and_chats/emoji_status.py
pyroherd/types/user_and_chats/group_call_participant.py
pyroherd/types/user_and_chats/invite_link_importer.py
pyroherd/types/user_and_chats/restriction.py
pyroherd/types/user_and_chats/rtmp_url.py
pyroherd/types/user_and_chats/user.py
pyroherd/types/user_and_chats/username.py
pyroherd/types/user_and_chats/users_shared.py
pyroherd/types/user_and_chats/video_chat_ended.py
pyroherd/types/user_and_chats/video_chat_participants_invited.py
pyroherd/types/user_and_chats/video_chat_scheduled.py
pyroherd/types/user_and_chats/video_chat_started.py
tests/__init__.py
tests/test_file_id.py
tests/test_object_type.py
tests/filters/__init__.py
tests/filters/test_command.py
tests/parser/__init__.py
tests/parser/test_html.py
tests/parser/test_markdown.py