COPYING
COPYING.lesser
MANIFEST.in
NOTICE
README.md
requirements.txt
setup.py
telectron/__init__.py
telectron/client.py
telectron/dispatcher.py
telectron/emoji.py
telectron/file_id.py
telectron/filters.py
telectron/mime_types.py
telectron/py.typed
telectron/sync.py
telectron/utils.py
telectron.egg-info/PKG-INFO
telectron.egg-info/SOURCES.txt
telectron.egg-info/dependency_links.txt
telectron.egg-info/not-zip-safe
telectron.egg-info/requires.txt
telectron.egg-info/top_level.txt
telectron/connection/__init__.py
telectron/connection/connection.py
telectron/connection/transport/__init__.py
telectron/connection/transport/tcp/__init__.py
telectron/connection/transport/tcp/tcp.py
telectron/connection/transport/tcp/tcp_abridged.py
telectron/connection/transport/tcp/tcp_abridged_o.py
telectron/connection/transport/tcp/tcp_full.py
telectron/connection/transport/tcp/tcp_intermediate.py
telectron/connection/transport/tcp/tcp_intermediate_o.py
telectron/crypto/__init__.py
telectron/crypto/aes.py
telectron/crypto/mtproto.py
telectron/crypto/prime.py
telectron/crypto/rsa.py
telectron/enums/__init__.py
telectron/enums/auto_name.py
telectron/enums/chat_action.py
telectron/enums/chat_event_action.py
telectron/enums/chat_member_status.py
telectron/enums/chat_members_filter.py
telectron/enums/chat_type.py
telectron/enums/message_entity_type.py
telectron/enums/message_media_type.py
telectron/enums/message_service_type.py
telectron/enums/messages_filter.py
telectron/enums/next_code_type.py
telectron/enums/parse_mode.py
telectron/enums/poll_type.py
telectron/enums/sent_code_type.py
telectron/enums/user_status.py
telectron/errors/__init__.py
telectron/errors/rpc_error.py
telectron/errors/exceptions/__init__.py
telectron/errors/exceptions/all.py
telectron/errors/exceptions/bad_request_400.py
telectron/errors/exceptions/flood_420.py
telectron/errors/exceptions/forbidden_403.py
telectron/errors/exceptions/internal_server_error_500.py
telectron/errors/exceptions/not_acceptable_406.py
telectron/errors/exceptions/see_other_303.py
telectron/errors/exceptions/service_unavailable_503.py
telectron/errors/exceptions/unauthorized_401.py
telectron/handlers/__init__.py
telectron/handlers/callback_query_handler.py
telectron/handlers/chat_join_request_handler.py
telectron/handlers/chat_member_updated_handler.py
telectron/handlers/chosen_inline_result_handler.py
telectron/handlers/deleted_messages_handler.py
telectron/handlers/disconnect_handler.py
telectron/handlers/edited_message_handler.py
telectron/handlers/handler.py
telectron/handlers/inline_query_handler.py
telectron/handlers/message_handler.py
telectron/handlers/poll_handler.py
telectron/handlers/raw_update_handler.py
telectron/handlers/user_status_handler.py
telectron/methods/__init__.py
telectron/methods/advanced/__init__.py
telectron/methods/advanced/handle_download.py
telectron/methods/advanced/handle_updates.py
telectron/methods/advanced/invoke.py
telectron/methods/advanced/resolve_peer.py
telectron/methods/advanced/save_file.py
telectron/methods/advanced/stream_file.py
telectron/methods/advanced/wait_for.py
telectron/methods/auth/__init__.py
telectron/methods/auth/accept_terms_of_service.py
telectron/methods/auth/check_password.py
telectron/methods/auth/connect.py
telectron/methods/auth/disconnect.py
telectron/methods/auth/get_password_hint.py
telectron/methods/auth/initialize.py
telectron/methods/auth/log_out.py
telectron/methods/auth/recover_password.py
telectron/methods/auth/resend_code.py
telectron/methods/auth/send_code.py
telectron/methods/auth/send_recovery_code.py
telectron/methods/auth/sign_in.py
telectron/methods/auth/sign_in_bot.py
telectron/methods/auth/sign_up.py
telectron/methods/auth/terminate.py
telectron/methods/bots/__init__.py
telectron/methods/bots/answer_callback_query.py
telectron/methods/bots/answer_inline_query.py
telectron/methods/bots/answer_web_app_query.py
telectron/methods/bots/delete_bot_commands.py
telectron/methods/bots/get_bot_commands.py
telectron/methods/bots/get_bot_default_privileges.py
telectron/methods/bots/get_chat_menu_button.py
telectron/methods/bots/get_game_high_scores.py
telectron/methods/bots/get_inline_bot_results.py
telectron/methods/bots/request_callback_answer.py
telectron/methods/bots/send_game.py
telectron/methods/bots/send_inline_bot_result.py
telectron/methods/bots/set_bot_commands.py
telectron/methods/bots/set_bot_default_privileges.py
telectron/methods/bots/set_chat_menu_button.py
telectron/methods/bots/set_game_score.py
telectron/methods/chats/__init__.py
telectron/methods/chats/add_chat_members.py
telectron/methods/chats/archive_chats.py
telectron/methods/chats/ban_chat_member.py
telectron/methods/chats/create_channel.py
telectron/methods/chats/create_group.py
telectron/methods/chats/create_supergroup.py
telectron/methods/chats/delete_channel.py
telectron/methods/chats/delete_chat_photo.py
telectron/methods/chats/delete_supergroup.py
telectron/methods/chats/delete_user_history.py
telectron/methods/chats/get_chat.py
telectron/methods/chats/get_chat_event_log.py
telectron/methods/chats/get_chat_member.py
telectron/methods/chats/get_chat_members.py
telectron/methods/chats/get_chat_members_count.py
telectron/methods/chats/get_chat_online_count.py
telectron/methods/chats/get_dialogs.py
telectron/methods/chats/get_dialogs_count.py
telectron/methods/chats/get_nearby_chats.py
telectron/methods/chats/get_send_as_chats.py
telectron/methods/chats/join_chat.py
telectron/methods/chats/leave_chat.py
telectron/methods/chats/mark_chat_unread.py
telectron/methods/chats/pin_chat_message.py
telectron/methods/chats/promote_chat_member.py
telectron/methods/chats/restrict_chat_member.py
telectron/methods/chats/set_administrator_title.py
telectron/methods/chats/set_chat_description.py
telectron/methods/chats/set_chat_permissions.py
telectron/methods/chats/set_chat_photo.py
telectron/methods/chats/set_chat_protected_content.py
telectron/methods/chats/set_chat_title.py
telectron/methods/chats/set_chat_username.py
telectron/methods/chats/set_send_as_chat.py
telectron/methods/chats/set_slow_mode.py
telectron/methods/chats/unarchive_chats.py
telectron/methods/chats/unban_chat_member.py
telectron/methods/chats/unpin_all_chat_messages.py
telectron/methods/chats/unpin_chat_message.py
telectron/methods/contacts/__init__.py
telectron/methods/contacts/add_contact.py
telectron/methods/contacts/delete_contacts.py
telectron/methods/contacts/get_contacts.py
telectron/methods/contacts/get_contacts_count.py
telectron/methods/contacts/import_contacts.py
telectron/methods/decorators/__init__.py
telectron/methods/decorators/on_album.py
telectron/methods/decorators/on_callback_query.py
telectron/methods/decorators/on_chat_join_request.py
telectron/methods/decorators/on_chat_member_updated.py
telectron/methods/decorators/on_chosen_inline_result.py
telectron/methods/decorators/on_deleted_messages.py
telectron/methods/decorators/on_disconnect.py
telectron/methods/decorators/on_edited_message.py
telectron/methods/decorators/on_inline_query.py
telectron/methods/decorators/on_message.py
telectron/methods/decorators/on_poll.py
telectron/methods/decorators/on_raw_update.py
telectron/methods/decorators/on_user_status.py
telectron/methods/invite_links/__init__.py
telectron/methods/invite_links/approve_all_chat_join_requests.py
telectron/methods/invite_links/approve_chat_join_request.py
telectron/methods/invite_links/create_chat_invite_link.py
telectron/methods/invite_links/decline_all_chat_join_requests.py
telectron/methods/invite_links/decline_chat_join_request.py
telectron/methods/invite_links/delete_chat_admin_invite_links.py
telectron/methods/invite_links/delete_chat_invite_link.py
telectron/methods/invite_links/edit_chat_invite_link.py
telectron/methods/invite_links/export_chat_invite_link.py
telectron/methods/invite_links/get_chat_admin_invite_links.py
telectron/methods/invite_links/get_chat_admin_invite_links_count.py
telectron/methods/invite_links/get_chat_admins_with_invite_links.py
telectron/methods/invite_links/get_chat_invite_link.py
telectron/methods/invite_links/get_chat_invite_link_joiners.py
telectron/methods/invite_links/get_chat_invite_link_joiners_count.py
telectron/methods/invite_links/get_chat_join_requests.py
telectron/methods/invite_links/revoke_chat_invite_link.py
telectron/methods/messages/__init__.py
telectron/methods/messages/copy_media_group.py
telectron/methods/messages/copy_message.py
telectron/methods/messages/delete_messages.py
telectron/methods/messages/download_media.py
telectron/methods/messages/edit_inline_caption.py
telectron/methods/messages/edit_inline_media.py
telectron/methods/messages/edit_inline_reply_markup.py
telectron/methods/messages/edit_inline_text.py
telectron/methods/messages/edit_message_caption.py
telectron/methods/messages/edit_message_media.py
telectron/methods/messages/edit_message_reply_markup.py
telectron/methods/messages/edit_message_text.py
telectron/methods/messages/forward_messages.py
telectron/methods/messages/get_chat_history.py
telectron/methods/messages/get_chat_history_count.py
telectron/methods/messages/get_custom_emoji_stickers.py
telectron/methods/messages/get_discussion_message.py
telectron/methods/messages/get_discussion_replies.py
telectron/methods/messages/get_discussion_replies_count.py
telectron/methods/messages/get_media_group.py
telectron/methods/messages/get_messages.py
telectron/methods/messages/inline_session.py
telectron/methods/messages/read_chat_history.py
telectron/methods/messages/retract_vote.py
telectron/methods/messages/search_global.py
telectron/methods/messages/search_global_count.py
telectron/methods/messages/search_messages.py
telectron/methods/messages/search_messages_count.py
telectron/methods/messages/send_animation.py
telectron/methods/messages/send_audio.py
telectron/methods/messages/send_cached_media.py
telectron/methods/messages/send_chat_action.py
telectron/methods/messages/send_contact.py
telectron/methods/messages/send_dice.py
telectron/methods/messages/send_document.py
telectron/methods/messages/send_location.py
telectron/methods/messages/send_media_group.py
telectron/methods/messages/send_message.py
telectron/methods/messages/send_photo.py
telectron/methods/messages/send_poll.py
telectron/methods/messages/send_reaction.py
telectron/methods/messages/send_sticker.py
telectron/methods/messages/send_venue.py
telectron/methods/messages/send_video.py
telectron/methods/messages/send_video_note.py
telectron/methods/messages/send_voice.py
telectron/methods/messages/stop_poll.py
telectron/methods/messages/stream_media.py
telectron/methods/messages/vote_poll.py
telectron/methods/password/__init__.py
telectron/methods/password/change_cloud_password.py
telectron/methods/password/enable_cloud_password.py
telectron/methods/password/remove_cloud_password.py
telectron/methods/users/__init__.py
telectron/methods/users/block_user.py
telectron/methods/users/delete_profile_photos.py
telectron/methods/users/get_chat_photos.py
telectron/methods/users/get_chat_photos_count.py
telectron/methods/users/get_common_chats.py
telectron/methods/users/get_me.py
telectron/methods/users/get_users.py
telectron/methods/users/set_profile_photo.py
telectron/methods/users/set_username.py
telectron/methods/users/unblock_user.py
telectron/methods/users/update_profile.py
telectron/methods/utilities/__init__.py
telectron/methods/utilities/add_handler.py
telectron/methods/utilities/compose.py
telectron/methods/utilities/export_session_string.py
telectron/methods/utilities/idle.py
telectron/methods/utilities/remove_handler.py
telectron/methods/utilities/restart.py
telectron/methods/utilities/run.py
telectron/methods/utilities/start.py
telectron/methods/utilities/stop.py
telectron/methods/utilities/stop_transmission.py
telectron/parser/__init__.py
telectron/parser/html.py
telectron/parser/markdown.py
telectron/parser/parser.py
telectron/parser/utils.py
telectron/raw/__init__.py
telectron/raw/all.py
telectron/raw/base/__init__.py
telectron/raw/base/access_point_rule.py
telectron/raw/base/account_days_ttl.py
telectron/raw/base/attach_menu_bot.py
telectron/raw/base/attach_menu_bot_icon.py
telectron/raw/base/attach_menu_bot_icon_color.py
telectron/raw/base/attach_menu_bots.py
telectron/raw/base/attach_menu_bots_bot.py
telectron/raw/base/attach_menu_peer_type.py
telectron/raw/base/authorization.py
telectron/raw/base/auto_download_settings.py
telectron/raw/base/auto_save_exception.py
telectron/raw/base/auto_save_settings.py
telectron/raw/base/available_effect.py
telectron/raw/base/available_reaction.py
telectron/raw/base/bad_msg_notification.py
telectron/raw/base/bank_card_open_url.py
telectron/raw/base/base_theme.py
telectron/raw/base/bind_auth_key_inner.py
telectron/raw/base/birthday.py
telectron/raw/base/boost.py
telectron/raw/base/bot_app.py
telectron/raw/base/bot_app_settings.py
telectron/raw/base/bot_business_connection.py
telectron/raw/base/bot_command.py
telectron/raw/base/bot_command_scope.py
telectron/raw/base/bot_info.py
telectron/raw/base/bot_inline_message.py
telectron/raw/base/bot_inline_result.py
telectron/raw/base/bot_menu_button.py
telectron/raw/base/bot_preview_media.py
telectron/raw/base/bot_verification.py
telectron/raw/base/bot_verifier_settings.py
telectron/raw/base/business_away_message.py
telectron/raw/base/business_away_message_schedule.py
telectron/raw/base/business_bot_recipients.py
telectron/raw/base/business_bot_rights.py
telectron/raw/base/business_chat_link.py
telectron/raw/base/business_greeting_message.py
telectron/raw/base/business_intro.py
telectron/raw/base/business_location.py
telectron/raw/base/business_recipients.py
telectron/raw/base/business_weekly_open.py
telectron/raw/base/business_work_hours.py
telectron/raw/base/cdn_config.py
telectron/raw/base/cdn_public_key.py
telectron/raw/base/channel_admin_log_event.py
telectron/raw/base/channel_admin_log_event_action.py
telectron/raw/base/channel_admin_log_events_filter.py
telectron/raw/base/channel_location.py
telectron/raw/base/channel_messages_filter.py
telectron/raw/base/channel_participant.py
telectron/raw/base/channel_participants_filter.py
telectron/raw/base/chat.py
telectron/raw/base/chat_admin_rights.py
telectron/raw/base/chat_admin_with_invites.py
telectron/raw/base/chat_banned_rights.py
telectron/raw/base/chat_full.py
telectron/raw/base/chat_invite.py
telectron/raw/base/chat_invite_importer.py
telectron/raw/base/chat_onlines.py
telectron/raw/base/chat_participant.py
telectron/raw/base/chat_participants.py
telectron/raw/base/chat_photo.py
telectron/raw/base/chat_reactions.py
telectron/raw/base/client_dh_inner_data.py
telectron/raw/base/code_settings.py
telectron/raw/base/config.py
telectron/raw/base/connected_bot.py
telectron/raw/base/connected_bot_star_ref.py
telectron/raw/base/contact.py
telectron/raw/base/contact_birthday.py
telectron/raw/base/contact_status.py
telectron/raw/base/data_json.py
telectron/raw/base/dc_option.py
telectron/raw/base/default_history_ttl.py
telectron/raw/base/destroy_auth_key_res.py
telectron/raw/base/destroy_session_res.py
telectron/raw/base/dialog.py
telectron/raw/base/dialog_filter.py
telectron/raw/base/dialog_filter_suggested.py
telectron/raw/base/dialog_peer.py
telectron/raw/base/disallowed_gifts_settings.py
telectron/raw/base/document.py
telectron/raw/base/document_attribute.py
telectron/raw/base/draft_message.py
telectron/raw/base/email_verification.py
telectron/raw/base/email_verify_purpose.py
telectron/raw/base/emoji_group.py
telectron/raw/base/emoji_keyword.py
telectron/raw/base/emoji_keywords_difference.py
telectron/raw/base/emoji_language.py
telectron/raw/base/emoji_list.py
telectron/raw/base/emoji_status.py
telectron/raw/base/emoji_url.py
telectron/raw/base/encrypted_chat.py
telectron/raw/base/encrypted_file.py
telectron/raw/base/encrypted_message.py
telectron/raw/base/exported_chat_invite.py
telectron/raw/base/exported_chatlist_invite.py
telectron/raw/base/exported_contact_token.py
telectron/raw/base/exported_message_link.py
telectron/raw/base/exported_story_link.py
telectron/raw/base/fact_check.py
telectron/raw/base/file_hash.py
telectron/raw/base/folder.py
telectron/raw/base/folder_peer.py
telectron/raw/base/forum_topic.py
telectron/raw/base/found_story.py
telectron/raw/base/game.py
telectron/raw/base/geo_point.py
telectron/raw/base/geo_point_address.py
telectron/raw/base/global_privacy_settings.py
telectron/raw/base/group_call.py
telectron/raw/base/group_call_participant.py
telectron/raw/base/group_call_participant_video.py
telectron/raw/base/group_call_participant_video_source_group.py
telectron/raw/base/group_call_stream_channel.py
telectron/raw/base/high_score.py
telectron/raw/base/http_wait.py
telectron/raw/base/imported_contact.py
telectron/raw/base/inline_bot_switch_pm.py
telectron/raw/base/inline_bot_web_view.py
telectron/raw/base/inline_query_peer_type.py
telectron/raw/base/input_app_event.py
telectron/raw/base/input_bot_app.py
telectron/raw/base/input_bot_inline_message.py
telectron/raw/base/input_bot_inline_message_id.py
telectron/raw/base/input_bot_inline_result.py
telectron/raw/base/input_business_away_message.py
telectron/raw/base/input_business_bot_recipients.py
telectron/raw/base/input_business_chat_link.py
telectron/raw/base/input_business_greeting_message.py
telectron/raw/base/input_business_intro.py
telectron/raw/base/input_business_recipients.py
telectron/raw/base/input_channel.py
telectron/raw/base/input_chat_photo.py
telectron/raw/base/input_chatlist.py
telectron/raw/base/input_check_password_srp.py
telectron/raw/base/input_client_proxy.py
telectron/raw/base/input_collectible.py
telectron/raw/base/input_contact.py
telectron/raw/base/input_dialog_peer.py
telectron/raw/base/input_document.py
telectron/raw/base/input_encrypted_chat.py
telectron/raw/base/input_encrypted_file.py
telectron/raw/base/input_file.py
telectron/raw/base/input_file_location.py
telectron/raw/base/input_folder_peer.py
telectron/raw/base/input_game.py
telectron/raw/base/input_geo_point.py
telectron/raw/base/input_group_call.py
telectron/raw/base/input_invoice.py
telectron/raw/base/input_media.py
telectron/raw/base/input_message.py
telectron/raw/base/input_notify_peer.py
telectron/raw/base/input_payment_credentials.py
telectron/raw/base/input_peer.py
telectron/raw/base/input_peer_notify_settings.py
telectron/raw/base/input_phone_call.py
telectron/raw/base/input_photo.py
telectron/raw/base/input_privacy_key.py
telectron/raw/base/input_privacy_rule.py
telectron/raw/base/input_quick_reply_shortcut.py
telectron/raw/base/input_reply_to.py
telectron/raw/base/input_saved_star_gift.py
telectron/raw/base/input_secure_file.py
telectron/raw/base/input_secure_value.py
telectron/raw/base/input_single_media.py
telectron/raw/base/input_stars_transaction.py
telectron/raw/base/input_sticker_set.py
telectron/raw/base/input_sticker_set_item.py
telectron/raw/base/input_stickered_media.py
telectron/raw/base/input_store_payment_purpose.py
telectron/raw/base/input_theme.py
telectron/raw/base/input_theme_settings.py
telectron/raw/base/input_user.py
telectron/raw/base/input_wall_paper.py
telectron/raw/base/input_web_document.py
telectron/raw/base/input_web_file_location.py
telectron/raw/base/invoice.py
telectron/raw/base/ip_port.py
telectron/raw/base/json_object_value.py
telectron/raw/base/json_value.py
telectron/raw/base/keyboard_button.py
telectron/raw/base/keyboard_button_row.py
telectron/raw/base/labeled_price.py
telectron/raw/base/lang_pack_difference.py
telectron/raw/base/lang_pack_language.py
telectron/raw/base/lang_pack_string.py
telectron/raw/base/mask_coords.py
telectron/raw/base/media_area.py
telectron/raw/base/media_area_coordinates.py
telectron/raw/base/message.py
telectron/raw/base/message_action.py
telectron/raw/base/message_entity.py
telectron/raw/base/message_extended_media.py
telectron/raw/base/message_fwd_header.py
telectron/raw/base/message_media.py
telectron/raw/base/message_peer_reaction.py
telectron/raw/base/message_peer_vote.py
telectron/raw/base/message_range.py
telectron/raw/base/message_reactions.py
telectron/raw/base/message_reactor.py
telectron/raw/base/message_replies.py
telectron/raw/base/message_reply_header.py
telectron/raw/base/message_report_option.py
telectron/raw/base/message_views.py
telectron/raw/base/messages_filter.py
telectron/raw/base/missing_invitee.py
telectron/raw/base/msg_detailed_info.py
telectron/raw/base/msg_resend_req.py
telectron/raw/base/msgs_ack.py
telectron/raw/base/msgs_all_info.py
telectron/raw/base/msgs_state_info.py
telectron/raw/base/msgs_state_req.py
telectron/raw/base/my_boost.py
telectron/raw/base/nearest_dc.py
telectron/raw/base/new_session.py
telectron/raw/base/notification_sound.py
telectron/raw/base/notify_peer.py
telectron/raw/base/outbox_read_date.py
telectron/raw/base/page.py
telectron/raw/base/page_block.py
telectron/raw/base/page_caption.py
telectron/raw/base/page_list_item.py
telectron/raw/base/page_list_ordered_item.py
telectron/raw/base/page_related_article.py
telectron/raw/base/page_table_cell.py
telectron/raw/base/page_table_row.py
telectron/raw/base/paid_reaction_privacy.py
telectron/raw/base/password_kdf_algo.py
telectron/raw/base/payment_charge.py
telectron/raw/base/payment_form_method.py
telectron/raw/base/payment_requested_info.py
telectron/raw/base/payment_saved_credentials.py
telectron/raw/base/peer.py
telectron/raw/base/peer_blocked.py
telectron/raw/base/peer_color.py
telectron/raw/base/peer_located.py
telectron/raw/base/peer_notify_settings.py
telectron/raw/base/peer_settings.py
telectron/raw/base/peer_stories.py
telectron/raw/base/pending_suggestion.py
telectron/raw/base/phone_call.py
telectron/raw/base/phone_call_discard_reason.py
telectron/raw/base/phone_call_protocol.py
telectron/raw/base/phone_connection.py
telectron/raw/base/photo.py
telectron/raw/base/photo_size.py
telectron/raw/base/poll.py
telectron/raw/base/poll_answer.py
telectron/raw/base/poll_answer_voters.py
telectron/raw/base/poll_results.py
telectron/raw/base/pong.py
telectron/raw/base/popular_contact.py
telectron/raw/base/post_address.py
telectron/raw/base/post_interaction_counters.py
telectron/raw/base/pq_inner_data.py
telectron/raw/base/premium_gift_code_option.py
telectron/raw/base/premium_subscription_option.py
telectron/raw/base/prepaid_giveaway.py
telectron/raw/base/privacy_key.py
telectron/raw/base/privacy_rule.py
telectron/raw/base/public_forward.py
telectron/raw/base/quick_reply.py
telectron/raw/base/reaction.py
telectron/raw/base/reaction_count.py
telectron/raw/base/reaction_notifications_from.py
telectron/raw/base/reactions_notify_settings.py
telectron/raw/base/read_participant_date.py
telectron/raw/base/received_notify_message.py
telectron/raw/base/recent_me_url.py
telectron/raw/base/reply_markup.py
telectron/raw/base/report_reason.py
telectron/raw/base/report_result.py
telectron/raw/base/request_peer_type.py
telectron/raw/base/requested_peer.py
telectron/raw/base/requirement_to_contact.py
telectron/raw/base/res_pq.py
telectron/raw/base/restriction_reason.py
telectron/raw/base/rich_text.py
telectron/raw/base/rpc_drop_answer.py
telectron/raw/base/rpc_error.py
telectron/raw/base/rpc_result.py
telectron/raw/base/saved_contact.py
telectron/raw/base/saved_dialog.py
telectron/raw/base/saved_reaction_tag.py
telectron/raw/base/saved_star_gift.py
telectron/raw/base/search_results_calendar_period.py
telectron/raw/base/search_results_position.py
telectron/raw/base/secure_credentials_encrypted.py
telectron/raw/base/secure_data.py
telectron/raw/base/secure_file.py
telectron/raw/base/secure_password_kdf_algo.py
telectron/raw/base/secure_plain_data.py
telectron/raw/base/secure_required_type.py
telectron/raw/base/secure_secret_settings.py
telectron/raw/base/secure_value.py
telectron/raw/base/secure_value_error.py
telectron/raw/base/secure_value_hash.py
telectron/raw/base/secure_value_type.py
telectron/raw/base/send_as_peer.py
telectron/raw/base/send_message_action.py
telectron/raw/base/server_dh_inner_data.py
telectron/raw/base/server_dh_params.py
telectron/raw/base/set_client_dh_params_answer.py
telectron/raw/base/shipping_option.py
telectron/raw/base/sms_job.py
telectron/raw/base/sponsored_message.py
telectron/raw/base/sponsored_message_report_option.py
telectron/raw/base/sponsored_peer.py
telectron/raw/base/star_gift.py
telectron/raw/base/star_gift_attribute.py
telectron/raw/base/star_gift_attribute_counter.py
telectron/raw/base/star_gift_attribute_id.py
telectron/raw/base/star_ref_program.py
telectron/raw/base/stars_amount.py
telectron/raw/base/stars_gift_option.py
telectron/raw/base/stars_giveaway_option.py
telectron/raw/base/stars_giveaway_winners_option.py
telectron/raw/base/stars_revenue_status.py
telectron/raw/base/stars_subscription.py
telectron/raw/base/stars_subscription_pricing.py
telectron/raw/base/stars_topup_option.py
telectron/raw/base/stars_transaction.py
telectron/raw/base/stars_transaction_peer.py
telectron/raw/base/stats_abs_value_and_prev.py
telectron/raw/base/stats_date_range_days.py
telectron/raw/base/stats_graph.py
telectron/raw/base/stats_group_top_admin.py
telectron/raw/base/stats_group_top_inviter.py
telectron/raw/base/stats_group_top_poster.py
telectron/raw/base/stats_percent_value.py
telectron/raw/base/stats_url.py
telectron/raw/base/sticker_keyword.py
telectron/raw/base/sticker_pack.py
telectron/raw/base/sticker_set.py
telectron/raw/base/sticker_set_covered.py
telectron/raw/base/stories_stealth_mode.py
telectron/raw/base/story_fwd_header.py
telectron/raw/base/story_item.py
telectron/raw/base/story_reaction.py
telectron/raw/base/story_view.py
telectron/raw/base/story_views.py
telectron/raw/base/suggested_post.py
telectron/raw/base/text_with_entities.py
telectron/raw/base/theme.py
telectron/raw/base/theme_settings.py
telectron/raw/base/timezone.py
telectron/raw/base/todo_completion.py
telectron/raw/base/todo_item.py
telectron/raw/base/todo_list.py
telectron/raw/base/top_peer.py
telectron/raw/base/top_peer_category.py
telectron/raw/base/top_peer_category_peers.py
telectron/raw/base/update.py
telectron/raw/base/updates_t.py
telectron/raw/base/url_auth_result.py
telectron/raw/base/user.py
telectron/raw/base/user_full.py
telectron/raw/base/user_profile_photo.py
telectron/raw/base/user_status.py
telectron/raw/base/username.py
telectron/raw/base/video_size.py
telectron/raw/base/wall_paper.py
telectron/raw/base/wall_paper_settings.py
telectron/raw/base/web_authorization.py
telectron/raw/base/web_document.py
telectron/raw/base/web_page.py
telectron/raw/base/web_page_attribute.py
telectron/raw/base/web_view_message_sent.py
telectron/raw/base/web_view_result.py
telectron/raw/base/account/__init__.py
telectron/raw/base/account/authorization_form.py
telectron/raw/base/account/authorizations.py
telectron/raw/base/account/auto_download_settings.py
telectron/raw/base/account/auto_save_settings.py
telectron/raw/base/account/business_chat_links.py
telectron/raw/base/account/connected_bots.py
telectron/raw/base/account/content_settings.py
telectron/raw/base/account/email_verified.py
telectron/raw/base/account/emoji_statuses.py
telectron/raw/base/account/paid_messages_revenue.py
telectron/raw/base/account/password.py
telectron/raw/base/account/password_input_settings.py
telectron/raw/base/account/password_settings.py
telectron/raw/base/account/privacy_rules.py
telectron/raw/base/account/reset_password_result.py
telectron/raw/base/account/resolved_business_chat_links.py
telectron/raw/base/account/saved_ringtone.py
telectron/raw/base/account/saved_ringtones.py
telectron/raw/base/account/sent_email_code.py
telectron/raw/base/account/takeout.py
telectron/raw/base/account/themes.py
telectron/raw/base/account/tmp_password.py
telectron/raw/base/account/wall_papers.py
telectron/raw/base/account/web_authorizations.py
telectron/raw/base/auth/__init__.py
telectron/raw/base/auth/authorization.py
telectron/raw/base/auth/code_type.py
telectron/raw/base/auth/exported_authorization.py
telectron/raw/base/auth/logged_out.py
telectron/raw/base/auth/login_token.py
telectron/raw/base/auth/password_recovery.py
telectron/raw/base/auth/sent_code.py
telectron/raw/base/auth/sent_code_type.py
telectron/raw/base/bots/__init__.py
telectron/raw/base/bots/bot_info.py
telectron/raw/base/bots/popular_app_bots.py
telectron/raw/base/bots/preview_info.py
telectron/raw/base/channels/__init__.py
telectron/raw/base/channels/admin_log_results.py
telectron/raw/base/channels/channel_participant.py
telectron/raw/base/channels/channel_participants.py
telectron/raw/base/channels/send_as_peers.py
telectron/raw/base/channels/sponsored_message_report_result.py
telectron/raw/base/chatlists/__init__.py
telectron/raw/base/chatlists/chatlist_invite.py
telectron/raw/base/chatlists/chatlist_updates.py
telectron/raw/base/chatlists/exported_chatlist_invite.py
telectron/raw/base/chatlists/exported_invites.py
telectron/raw/base/contacts/__init__.py
telectron/raw/base/contacts/blocked.py
telectron/raw/base/contacts/contact_birthdays.py
telectron/raw/base/contacts/contacts.py
telectron/raw/base/contacts/found.py
telectron/raw/base/contacts/imported_contacts.py
telectron/raw/base/contacts/resolved_peer.py
telectron/raw/base/contacts/sponsored_peers.py
telectron/raw/base/contacts/top_peers.py
telectron/raw/base/fragment/__init__.py
telectron/raw/base/fragment/collectible_info.py
telectron/raw/base/help/__init__.py
telectron/raw/base/help/app_config.py
telectron/raw/base/help/app_update.py
telectron/raw/base/help/config_simple.py
telectron/raw/base/help/countries_list.py
telectron/raw/base/help/country.py
telectron/raw/base/help/country_code.py
telectron/raw/base/help/deep_link_info.py
telectron/raw/base/help/invite_text.py
telectron/raw/base/help/passport_config.py
telectron/raw/base/help/peer_color_option.py
telectron/raw/base/help/peer_color_set.py
telectron/raw/base/help/peer_colors.py
telectron/raw/base/help/premium_promo.py
telectron/raw/base/help/promo_data.py
telectron/raw/base/help/recent_me_urls.py
telectron/raw/base/help/support.py
telectron/raw/base/help/support_name.py
telectron/raw/base/help/terms_of_service.py
telectron/raw/base/help/terms_of_service_update.py
telectron/raw/base/help/timezones_list.py
telectron/raw/base/help/user_info.py
telectron/raw/base/messages/__init__.py
telectron/raw/base/messages/affected_found_messages.py
telectron/raw/base/messages/affected_history.py
telectron/raw/base/messages/affected_messages.py
telectron/raw/base/messages/all_stickers.py
telectron/raw/base/messages/archived_stickers.py
telectron/raw/base/messages/available_effects.py
telectron/raw/base/messages/available_reactions.py
telectron/raw/base/messages/bot_app.py
telectron/raw/base/messages/bot_callback_answer.py
telectron/raw/base/messages/bot_prepared_inline_message.py
telectron/raw/base/messages/bot_results.py
telectron/raw/base/messages/chat_admins_with_invites.py
telectron/raw/base/messages/chat_full.py
telectron/raw/base/messages/chat_invite_importers.py
telectron/raw/base/messages/chats.py
telectron/raw/base/messages/checked_history_import_peer.py
telectron/raw/base/messages/dh_config.py
telectron/raw/base/messages/dialog_filters.py
telectron/raw/base/messages/dialogs.py
telectron/raw/base/messages/discussion_message.py
telectron/raw/base/messages/emoji_groups.py
telectron/raw/base/messages/exported_chat_invite.py
telectron/raw/base/messages/exported_chat_invites.py
telectron/raw/base/messages/faved_stickers.py
telectron/raw/base/messages/featured_stickers.py
telectron/raw/base/messages/forum_topics.py
telectron/raw/base/messages/found_sticker_sets.py
telectron/raw/base/messages/found_stickers.py
telectron/raw/base/messages/high_scores.py
telectron/raw/base/messages/history_import.py
telectron/raw/base/messages/history_import_parsed.py
telectron/raw/base/messages/inactive_chats.py
telectron/raw/base/messages/invited_users.py
telectron/raw/base/messages/message_edit_data.py
telectron/raw/base/messages/message_reactions_list.py
telectron/raw/base/messages/message_views.py
telectron/raw/base/messages/messages.py
telectron/raw/base/messages/my_stickers.py
telectron/raw/base/messages/peer_dialogs.py
telectron/raw/base/messages/peer_settings.py
telectron/raw/base/messages/prepared_inline_message.py
telectron/raw/base/messages/quick_replies.py
telectron/raw/base/messages/reactions.py
telectron/raw/base/messages/recent_stickers.py
telectron/raw/base/messages/saved_dialogs.py
telectron/raw/base/messages/saved_gifs.py
telectron/raw/base/messages/saved_reaction_tags.py
telectron/raw/base/messages/search_counter.py
telectron/raw/base/messages/search_results_calendar.py
telectron/raw/base/messages/search_results_positions.py
telectron/raw/base/messages/sent_encrypted_message.py
telectron/raw/base/messages/sponsored_messages.py
telectron/raw/base/messages/sticker_set.py
telectron/raw/base/messages/sticker_set_install_result.py
telectron/raw/base/messages/stickers.py
telectron/raw/base/messages/transcribed_audio.py
telectron/raw/base/messages/translated_text.py
telectron/raw/base/messages/votes_list.py
telectron/raw/base/messages/web_page.py
telectron/raw/base/messages/web_page_preview.py
telectron/raw/base/payments/__init__.py
telectron/raw/base/payments/bank_card_data.py
telectron/raw/base/payments/checked_gift_code.py
telectron/raw/base/payments/connected_star_ref_bots.py
telectron/raw/base/payments/exported_invoice.py
telectron/raw/base/payments/giveaway_info.py
telectron/raw/base/payments/payment_form.py
telectron/raw/base/payments/payment_receipt.py
telectron/raw/base/payments/payment_result.py
telectron/raw/base/payments/resale_star_gifts.py
telectron/raw/base/payments/saved_info.py
telectron/raw/base/payments/saved_star_gifts.py
telectron/raw/base/payments/star_gift_upgrade_preview.py
telectron/raw/base/payments/star_gift_withdrawal_url.py
telectron/raw/base/payments/star_gifts.py
telectron/raw/base/payments/stars_revenue_ads_account_url.py
telectron/raw/base/payments/stars_revenue_stats.py
telectron/raw/base/payments/stars_revenue_withdrawal_url.py
telectron/raw/base/payments/stars_status.py
telectron/raw/base/payments/suggested_star_ref_bots.py
telectron/raw/base/payments/unique_star_gift.py
telectron/raw/base/payments/validated_requested_info.py
telectron/raw/base/phone/__init__.py
telectron/raw/base/phone/exported_group_call_invite.py
telectron/raw/base/phone/group_call.py
telectron/raw/base/phone/group_call_stream_channels.py
telectron/raw/base/phone/group_call_stream_rtmp_url.py
telectron/raw/base/phone/group_participants.py
telectron/raw/base/phone/join_as_peers.py
telectron/raw/base/phone/phone_call.py
telectron/raw/base/photos/__init__.py
telectron/raw/base/photos/photo.py
telectron/raw/base/photos/photos.py
telectron/raw/base/premium/__init__.py
telectron/raw/base/premium/boosts_list.py
telectron/raw/base/premium/boosts_status.py
telectron/raw/base/premium/my_boosts.py
telectron/raw/base/smsjobs/__init__.py
telectron/raw/base/smsjobs/eligibility_to_join.py
telectron/raw/base/smsjobs/status.py
telectron/raw/base/stats/__init__.py
telectron/raw/base/stats/broadcast_stats.py
telectron/raw/base/stats/megagroup_stats.py
telectron/raw/base/stats/message_stats.py
telectron/raw/base/stats/public_forwards.py
telectron/raw/base/stats/story_stats.py
telectron/raw/base/stickers/__init__.py
telectron/raw/base/stickers/suggested_short_name.py
telectron/raw/base/storage/__init__.py
telectron/raw/base/storage/file_type.py
telectron/raw/base/stories/__init__.py
telectron/raw/base/stories/all_stories.py
telectron/raw/base/stories/can_send_story_count.py
telectron/raw/base/stories/found_stories.py
telectron/raw/base/stories/peer_stories.py
telectron/raw/base/stories/stories.py
telectron/raw/base/stories/story_reactions_list.py
telectron/raw/base/stories/story_views.py
telectron/raw/base/stories/story_views_list.py
telectron/raw/base/updates/__init__.py
telectron/raw/base/updates/channel_difference.py
telectron/raw/base/updates/difference.py
telectron/raw/base/updates/state.py
telectron/raw/base/upload/__init__.py
telectron/raw/base/upload/cdn_file.py
telectron/raw/base/upload/file.py
telectron/raw/base/upload/web_file.py
telectron/raw/base/users/__init__.py
telectron/raw/base/users/user_full.py
telectron/raw/base/users/users.py
telectron/raw/core/__init__.py
telectron/raw/core/future_salt.py
telectron/raw/core/future_salts.py
telectron/raw/core/gzip_packed.py
telectron/raw/core/list.py
telectron/raw/core/message.py
telectron/raw/core/msg_container.py
telectron/raw/core/serialization.py
telectron/raw/core/tl_object.py
telectron/raw/core/primitives/__init__.py
telectron/raw/core/primitives/bool.py
telectron/raw/core/primitives/bytes.py
telectron/raw/core/primitives/double.py
telectron/raw/core/primitives/int.py
telectron/raw/core/primitives/string.py
telectron/raw/core/primitives/vector.py
telectron/raw/functions/__init__.py
telectron/raw/functions/destroy_auth_key.py
telectron/raw/functions/destroy_session.py
telectron/raw/functions/get_future_salts.py
telectron/raw/functions/init_connection.py
telectron/raw/functions/invoke_after_msg.py
telectron/raw/functions/invoke_after_msgs.py
telectron/raw/functions/invoke_with_apns_secret.py
telectron/raw/functions/invoke_with_business_connection.py
telectron/raw/functions/invoke_with_google_play_integrity.py
telectron/raw/functions/invoke_with_layer.py
telectron/raw/functions/invoke_with_messages_range.py
telectron/raw/functions/invoke_with_re_captcha.py
telectron/raw/functions/invoke_with_takeout.py
telectron/raw/functions/invoke_without_updates.py
telectron/raw/functions/ping.py
telectron/raw/functions/ping_delay_disconnect.py
telectron/raw/functions/req_dh_params.py
telectron/raw/functions/req_pq.py
telectron/raw/functions/req_pq_multi.py
telectron/raw/functions/rpc_drop_answer.py
telectron/raw/functions/set_client_dh_params.py
telectron/raw/functions/account/__init__.py
telectron/raw/functions/account/accept_authorization.py
telectron/raw/functions/account/cancel_password_email.py
telectron/raw/functions/account/change_authorization_settings.py
telectron/raw/functions/account/change_phone.py
telectron/raw/functions/account/check_username.py
telectron/raw/functions/account/clear_recent_emoji_statuses.py
telectron/raw/functions/account/confirm_password_email.py
telectron/raw/functions/account/confirm_phone.py
telectron/raw/functions/account/create_business_chat_link.py
telectron/raw/functions/account/create_theme.py
telectron/raw/functions/account/decline_password_reset.py
telectron/raw/functions/account/delete_account.py
telectron/raw/functions/account/delete_auto_save_exceptions.py
telectron/raw/functions/account/delete_business_chat_link.py
telectron/raw/functions/account/delete_secure_value.py
telectron/raw/functions/account/disable_peer_connected_bot.py
telectron/raw/functions/account/edit_business_chat_link.py
telectron/raw/functions/account/finish_takeout_session.py
telectron/raw/functions/account/get_account_ttl.py
telectron/raw/functions/account/get_all_secure_values.py
telectron/raw/functions/account/get_authorization_form.py
telectron/raw/functions/account/get_authorizations.py
telectron/raw/functions/account/get_auto_download_settings.py
telectron/raw/functions/account/get_auto_save_settings.py
telectron/raw/functions/account/get_bot_business_connection.py
telectron/raw/functions/account/get_business_chat_links.py
telectron/raw/functions/account/get_channel_default_emoji_statuses.py
telectron/raw/functions/account/get_channel_restricted_status_emojis.py
telectron/raw/functions/account/get_chat_themes.py
telectron/raw/functions/account/get_collectible_emoji_statuses.py
telectron/raw/functions/account/get_connected_bots.py
telectron/raw/functions/account/get_contact_sign_up_notification.py
telectron/raw/functions/account/get_content_settings.py
telectron/raw/functions/account/get_default_background_emojis.py
telectron/raw/functions/account/get_default_emoji_statuses.py
telectron/raw/functions/account/get_default_group_photo_emojis.py
telectron/raw/functions/account/get_default_profile_photo_emojis.py
telectron/raw/functions/account/get_global_privacy_settings.py
telectron/raw/functions/account/get_multi_wall_papers.py
telectron/raw/functions/account/get_notify_exceptions.py
telectron/raw/functions/account/get_notify_settings.py
telectron/raw/functions/account/get_paid_messages_revenue.py
telectron/raw/functions/account/get_password.py
telectron/raw/functions/account/get_password_settings.py
telectron/raw/functions/account/get_privacy.py
telectron/raw/functions/account/get_reactions_notify_settings.py
telectron/raw/functions/account/get_recent_emoji_statuses.py
telectron/raw/functions/account/get_saved_ringtones.py
telectron/raw/functions/account/get_secure_value.py
telectron/raw/functions/account/get_theme.py
telectron/raw/functions/account/get_themes.py
telectron/raw/functions/account/get_tmp_password.py
telectron/raw/functions/account/get_wall_paper.py
telectron/raw/functions/account/get_wall_papers.py
telectron/raw/functions/account/get_web_authorizations.py
telectron/raw/functions/account/init_takeout_session.py
telectron/raw/functions/account/install_theme.py
telectron/raw/functions/account/install_wall_paper.py
telectron/raw/functions/account/invalidate_sign_in_codes.py
telectron/raw/functions/account/register_device.py
telectron/raw/functions/account/reorder_usernames.py
telectron/raw/functions/account/report_peer.py
telectron/raw/functions/account/report_profile_photo.py
telectron/raw/functions/account/resend_password_email.py
telectron/raw/functions/account/reset_authorization.py
telectron/raw/functions/account/reset_notify_settings.py
telectron/raw/functions/account/reset_password.py
telectron/raw/functions/account/reset_wall_papers.py
telectron/raw/functions/account/reset_web_authorization.py
telectron/raw/functions/account/reset_web_authorizations.py
telectron/raw/functions/account/resolve_business_chat_link.py
telectron/raw/functions/account/save_auto_download_settings.py
telectron/raw/functions/account/save_auto_save_settings.py
telectron/raw/functions/account/save_ringtone.py
telectron/raw/functions/account/save_secure_value.py
telectron/raw/functions/account/save_theme.py
telectron/raw/functions/account/save_wall_paper.py
telectron/raw/functions/account/send_change_phone_code.py
telectron/raw/functions/account/send_confirm_phone_code.py
telectron/raw/functions/account/send_verify_email_code.py
telectron/raw/functions/account/send_verify_phone_code.py
telectron/raw/functions/account/set_account_ttl.py
telectron/raw/functions/account/set_authorization_ttl.py
telectron/raw/functions/account/set_contact_sign_up_notification.py
telectron/raw/functions/account/set_content_settings.py
telectron/raw/functions/account/set_global_privacy_settings.py
telectron/raw/functions/account/set_privacy.py
telectron/raw/functions/account/set_reactions_notify_settings.py
telectron/raw/functions/account/toggle_connected_bot_paused.py
telectron/raw/functions/account/toggle_no_paid_messages_exception.py
telectron/raw/functions/account/toggle_sponsored_messages.py
telectron/raw/functions/account/toggle_username.py
telectron/raw/functions/account/unregister_device.py
telectron/raw/functions/account/update_birthday.py
telectron/raw/functions/account/update_business_away_message.py
telectron/raw/functions/account/update_business_greeting_message.py
telectron/raw/functions/account/update_business_intro.py
telectron/raw/functions/account/update_business_location.py
telectron/raw/functions/account/update_business_work_hours.py
telectron/raw/functions/account/update_color.py
telectron/raw/functions/account/update_connected_bot.py
telectron/raw/functions/account/update_device_locked.py
telectron/raw/functions/account/update_emoji_status.py
telectron/raw/functions/account/update_notify_settings.py
telectron/raw/functions/account/update_password_settings.py
telectron/raw/functions/account/update_personal_channel.py
telectron/raw/functions/account/update_profile.py
telectron/raw/functions/account/update_status.py
telectron/raw/functions/account/update_theme.py
telectron/raw/functions/account/update_username.py
telectron/raw/functions/account/upload_ringtone.py
telectron/raw/functions/account/upload_theme.py
telectron/raw/functions/account/upload_wall_paper.py
telectron/raw/functions/account/verify_email.py
telectron/raw/functions/account/verify_phone.py
telectron/raw/functions/auth/__init__.py
telectron/raw/functions/auth/accept_login_token.py
telectron/raw/functions/auth/bind_temp_auth_key.py
telectron/raw/functions/auth/cancel_code.py
telectron/raw/functions/auth/check_password.py
telectron/raw/functions/auth/check_recovery_password.py
telectron/raw/functions/auth/drop_temp_auth_keys.py
telectron/raw/functions/auth/export_authorization.py
telectron/raw/functions/auth/export_login_token.py
telectron/raw/functions/auth/import_authorization.py
telectron/raw/functions/auth/import_bot_authorization.py
telectron/raw/functions/auth/import_login_token.py
telectron/raw/functions/auth/import_web_token_authorization.py
telectron/raw/functions/auth/log_out.py
telectron/raw/functions/auth/recover_password.py
telectron/raw/functions/auth/report_missing_code.py
telectron/raw/functions/auth/request_firebase_sms.py
telectron/raw/functions/auth/request_password_recovery.py
telectron/raw/functions/auth/resend_code.py
telectron/raw/functions/auth/reset_authorizations.py
telectron/raw/functions/auth/reset_login_email.py
telectron/raw/functions/auth/send_code.py
telectron/raw/functions/auth/sign_in.py
telectron/raw/functions/auth/sign_up.py
telectron/raw/functions/bots/__init__.py
telectron/raw/functions/bots/add_preview_media.py
telectron/raw/functions/bots/allow_send_message.py
telectron/raw/functions/bots/answer_webhook_json_query.py
telectron/raw/functions/bots/can_send_message.py
telectron/raw/functions/bots/check_download_file_params.py
telectron/raw/functions/bots/delete_preview_media.py
telectron/raw/functions/bots/edit_preview_media.py
telectron/raw/functions/bots/get_admined_bots.py
telectron/raw/functions/bots/get_bot_commands.py
telectron/raw/functions/bots/get_bot_info.py
telectron/raw/functions/bots/get_bot_menu_button.py
telectron/raw/functions/bots/get_bot_recommendations.py
telectron/raw/functions/bots/get_popular_app_bots.py
telectron/raw/functions/bots/get_preview_info.py
telectron/raw/functions/bots/get_preview_medias.py
telectron/raw/functions/bots/invoke_web_view_custom_method.py
telectron/raw/functions/bots/reorder_preview_medias.py
telectron/raw/functions/bots/reorder_usernames.py
telectron/raw/functions/bots/reset_bot_commands.py
telectron/raw/functions/bots/send_custom_request.py
telectron/raw/functions/bots/set_bot_broadcast_default_admin_rights.py
telectron/raw/functions/bots/set_bot_commands.py
telectron/raw/functions/bots/set_bot_group_default_admin_rights.py
telectron/raw/functions/bots/set_bot_info.py
telectron/raw/functions/bots/set_bot_menu_button.py
telectron/raw/functions/bots/set_custom_verification.py
telectron/raw/functions/bots/toggle_user_emoji_status_permission.py
telectron/raw/functions/bots/toggle_username.py
telectron/raw/functions/bots/update_star_ref_program.py
telectron/raw/functions/bots/update_user_emoji_status.py
telectron/raw/functions/channels/__init__.py
telectron/raw/functions/channels/check_username.py
telectron/raw/functions/channels/convert_to_gigagroup.py
telectron/raw/functions/channels/create_channel.py
telectron/raw/functions/channels/create_forum_topic.py
telectron/raw/functions/channels/deactivate_all_usernames.py
telectron/raw/functions/channels/delete_channel.py
telectron/raw/functions/channels/delete_history.py
telectron/raw/functions/channels/delete_messages.py
telectron/raw/functions/channels/delete_participant_history.py
telectron/raw/functions/channels/delete_topic_history.py
telectron/raw/functions/channels/edit_admin.py
telectron/raw/functions/channels/edit_banned.py
telectron/raw/functions/channels/edit_creator.py
telectron/raw/functions/channels/edit_forum_topic.py
telectron/raw/functions/channels/edit_location.py
telectron/raw/functions/channels/edit_photo.py
telectron/raw/functions/channels/edit_title.py
telectron/raw/functions/channels/export_message_link.py
telectron/raw/functions/channels/get_admin_log.py
telectron/raw/functions/channels/get_admined_public_channels.py
telectron/raw/functions/channels/get_channel_recommendations.py
telectron/raw/functions/channels/get_channels.py
telectron/raw/functions/channels/get_forum_topics.py
telectron/raw/functions/channels/get_forum_topics_by_id.py
telectron/raw/functions/channels/get_full_channel.py
telectron/raw/functions/channels/get_groups_for_discussion.py
telectron/raw/functions/channels/get_inactive_channels.py
telectron/raw/functions/channels/get_left_channels.py
telectron/raw/functions/channels/get_message_author.py
telectron/raw/functions/channels/get_messages.py
telectron/raw/functions/channels/get_participant.py
telectron/raw/functions/channels/get_participants.py
telectron/raw/functions/channels/get_send_as.py
telectron/raw/functions/channels/invite_to_channel.py
telectron/raw/functions/channels/join_channel.py
telectron/raw/functions/channels/leave_channel.py
telectron/raw/functions/channels/read_history.py
telectron/raw/functions/channels/read_message_contents.py
telectron/raw/functions/channels/reorder_pinned_forum_topics.py
telectron/raw/functions/channels/reorder_usernames.py
telectron/raw/functions/channels/report_anti_spam_false_positive.py
telectron/raw/functions/channels/report_spam.py
telectron/raw/functions/channels/restrict_sponsored_messages.py
telectron/raw/functions/channels/search_posts.py
telectron/raw/functions/channels/set_boosts_to_unblock_restrictions.py
telectron/raw/functions/channels/set_discussion_group.py
telectron/raw/functions/channels/set_emoji_stickers.py
telectron/raw/functions/channels/set_stickers.py
telectron/raw/functions/channels/toggle_anti_spam.py
telectron/raw/functions/channels/toggle_autotranslation.py
telectron/raw/functions/channels/toggle_forum.py
telectron/raw/functions/channels/toggle_join_request.py
telectron/raw/functions/channels/toggle_join_to_send.py
telectron/raw/functions/channels/toggle_participants_hidden.py
telectron/raw/functions/channels/toggle_pre_history_hidden.py
telectron/raw/functions/channels/toggle_signatures.py
telectron/raw/functions/channels/toggle_slow_mode.py
telectron/raw/functions/channels/toggle_username.py
telectron/raw/functions/channels/toggle_view_forum_as_messages.py
telectron/raw/functions/channels/update_color.py
telectron/raw/functions/channels/update_emoji_status.py
telectron/raw/functions/channels/update_paid_messages_price.py
telectron/raw/functions/channels/update_pinned_forum_topic.py
telectron/raw/functions/channels/update_username.py
telectron/raw/functions/chatlists/__init__.py
telectron/raw/functions/chatlists/check_chatlist_invite.py
telectron/raw/functions/chatlists/delete_exported_invite.py
telectron/raw/functions/chatlists/edit_exported_invite.py
telectron/raw/functions/chatlists/export_chatlist_invite.py
telectron/raw/functions/chatlists/get_chatlist_updates.py
telectron/raw/functions/chatlists/get_exported_invites.py
telectron/raw/functions/chatlists/get_leave_chatlist_suggestions.py
telectron/raw/functions/chatlists/hide_chatlist_updates.py
telectron/raw/functions/chatlists/join_chatlist_invite.py
telectron/raw/functions/chatlists/join_chatlist_updates.py
telectron/raw/functions/chatlists/leave_chatlist.py
telectron/raw/functions/contacts/__init__.py
telectron/raw/functions/contacts/accept_contact.py
telectron/raw/functions/contacts/add_contact.py
telectron/raw/functions/contacts/block.py
telectron/raw/functions/contacts/block_from_replies.py
telectron/raw/functions/contacts/delete_by_phones.py
telectron/raw/functions/contacts/delete_contacts.py
telectron/raw/functions/contacts/edit_close_friends.py
telectron/raw/functions/contacts/export_contact_token.py
telectron/raw/functions/contacts/get_birthdays.py
telectron/raw/functions/contacts/get_blocked.py
telectron/raw/functions/contacts/get_contact_i_ds.py
telectron/raw/functions/contacts/get_contacts.py
telectron/raw/functions/contacts/get_located.py
telectron/raw/functions/contacts/get_saved.py
telectron/raw/functions/contacts/get_sponsored_peers.py
telectron/raw/functions/contacts/get_statuses.py
telectron/raw/functions/contacts/get_top_peers.py
telectron/raw/functions/contacts/import_contact_token.py
telectron/raw/functions/contacts/import_contacts.py
telectron/raw/functions/contacts/reset_saved.py
telectron/raw/functions/contacts/reset_top_peer_rating.py
telectron/raw/functions/contacts/resolve_phone.py
telectron/raw/functions/contacts/resolve_username.py
telectron/raw/functions/contacts/search.py
telectron/raw/functions/contacts/set_blocked.py
telectron/raw/functions/contacts/toggle_top_peers.py
telectron/raw/functions/contacts/unblock.py
telectron/raw/functions/contest/__init__.py
telectron/raw/functions/contest/save_developer_info.py
telectron/raw/functions/folders/__init__.py
telectron/raw/functions/folders/edit_peer_folders.py
telectron/raw/functions/fragment/__init__.py
telectron/raw/functions/fragment/get_collectible_info.py
telectron/raw/functions/help/__init__.py
telectron/raw/functions/help/accept_terms_of_service.py
telectron/raw/functions/help/dismiss_suggestion.py
telectron/raw/functions/help/edit_user_info.py
telectron/raw/functions/help/get_app_config.py
telectron/raw/functions/help/get_app_update.py
telectron/raw/functions/help/get_cdn_config.py
telectron/raw/functions/help/get_config.py
telectron/raw/functions/help/get_countries_list.py
telectron/raw/functions/help/get_deep_link_info.py
telectron/raw/functions/help/get_invite_text.py
telectron/raw/functions/help/get_nearest_dc.py
telectron/raw/functions/help/get_passport_config.py
telectron/raw/functions/help/get_peer_colors.py
telectron/raw/functions/help/get_peer_profile_colors.py
telectron/raw/functions/help/get_premium_promo.py
telectron/raw/functions/help/get_promo_data.py
telectron/raw/functions/help/get_recent_me_urls.py
telectron/raw/functions/help/get_support.py
telectron/raw/functions/help/get_support_name.py
telectron/raw/functions/help/get_terms_of_service_update.py
telectron/raw/functions/help/get_timezones_list.py
telectron/raw/functions/help/get_user_info.py
telectron/raw/functions/help/hide_promo_data.py
telectron/raw/functions/help/save_app_log.py
telectron/raw/functions/help/set_bot_updates_status.py
telectron/raw/functions/langpack/__init__.py
telectron/raw/functions/langpack/get_difference.py
telectron/raw/functions/langpack/get_lang_pack.py
telectron/raw/functions/langpack/get_language.py
telectron/raw/functions/langpack/get_languages.py
telectron/raw/functions/langpack/get_strings.py
telectron/raw/functions/messages/__init__.py
telectron/raw/functions/messages/accept_encryption.py
telectron/raw/functions/messages/accept_url_auth.py
telectron/raw/functions/messages/add_chat_user.py
telectron/raw/functions/messages/append_todo_list.py
telectron/raw/functions/messages/check_chat_invite.py
telectron/raw/functions/messages/check_history_import.py
telectron/raw/functions/messages/check_history_import_peer.py
telectron/raw/functions/messages/check_quick_reply_shortcut.py
telectron/raw/functions/messages/clear_all_drafts.py
telectron/raw/functions/messages/clear_recent_reactions.py
telectron/raw/functions/messages/clear_recent_stickers.py
telectron/raw/functions/messages/click_sponsored_message.py
telectron/raw/functions/messages/create_chat.py
telectron/raw/functions/messages/delete_chat.py
telectron/raw/functions/messages/delete_chat_user.py
telectron/raw/functions/messages/delete_exported_chat_invite.py
telectron/raw/functions/messages/delete_fact_check.py
telectron/raw/functions/messages/delete_history.py
telectron/raw/functions/messages/delete_messages.py
telectron/raw/functions/messages/delete_phone_call_history.py
telectron/raw/functions/messages/delete_quick_reply_messages.py
telectron/raw/functions/messages/delete_quick_reply_shortcut.py
telectron/raw/functions/messages/delete_revoked_exported_chat_invites.py
telectron/raw/functions/messages/delete_saved_history.py
telectron/raw/functions/messages/delete_scheduled_messages.py
telectron/raw/functions/messages/discard_encryption.py
telectron/raw/functions/messages/edit_chat_about.py
telectron/raw/functions/messages/edit_chat_admin.py
telectron/raw/functions/messages/edit_chat_default_banned_rights.py
telectron/raw/functions/messages/edit_chat_photo.py
telectron/raw/functions/messages/edit_chat_title.py
telectron/raw/functions/messages/edit_exported_chat_invite.py
telectron/raw/functions/messages/edit_fact_check.py
telectron/raw/functions/messages/edit_inline_bot_message.py
telectron/raw/functions/messages/edit_message.py
telectron/raw/functions/messages/edit_quick_reply_shortcut.py
telectron/raw/functions/messages/export_chat_invite.py
telectron/raw/functions/messages/fave_sticker.py
telectron/raw/functions/messages/forward_messages.py
telectron/raw/functions/messages/get_admins_with_invites.py
telectron/raw/functions/messages/get_all_drafts.py
telectron/raw/functions/messages/get_all_stickers.py
telectron/raw/functions/messages/get_archived_stickers.py
telectron/raw/functions/messages/get_attach_menu_bot.py
telectron/raw/functions/messages/get_attach_menu_bots.py
telectron/raw/functions/messages/get_attached_stickers.py
telectron/raw/functions/messages/get_available_effects.py
telectron/raw/functions/messages/get_available_reactions.py
telectron/raw/functions/messages/get_bot_app.py
telectron/raw/functions/messages/get_bot_callback_answer.py
telectron/raw/functions/messages/get_chat_invite_importers.py
telectron/raw/functions/messages/get_chats.py
telectron/raw/functions/messages/get_common_chats.py
telectron/raw/functions/messages/get_custom_emoji_documents.py
telectron/raw/functions/messages/get_default_history_ttl.py
telectron/raw/functions/messages/get_default_tag_reactions.py
telectron/raw/functions/messages/get_dh_config.py
telectron/raw/functions/messages/get_dialog_filters.py
telectron/raw/functions/messages/get_dialog_unread_marks.py
telectron/raw/functions/messages/get_dialogs.py
telectron/raw/functions/messages/get_discussion_message.py
telectron/raw/functions/messages/get_document_by_hash.py
telectron/raw/functions/messages/get_emoji_groups.py
telectron/raw/functions/messages/get_emoji_keywords.py
telectron/raw/functions/messages/get_emoji_keywords_difference.py
telectron/raw/functions/messages/get_emoji_keywords_languages.py
telectron/raw/functions/messages/get_emoji_profile_photo_groups.py
telectron/raw/functions/messages/get_emoji_status_groups.py
telectron/raw/functions/messages/get_emoji_sticker_groups.py
telectron/raw/functions/messages/get_emoji_stickers.py
telectron/raw/functions/messages/get_emoji_url.py
telectron/raw/functions/messages/get_exported_chat_invite.py
telectron/raw/functions/messages/get_exported_chat_invites.py
telectron/raw/functions/messages/get_extended_media.py
telectron/raw/functions/messages/get_fact_check.py
telectron/raw/functions/messages/get_faved_stickers.py
telectron/raw/functions/messages/get_featured_emoji_stickers.py
telectron/raw/functions/messages/get_featured_stickers.py
telectron/raw/functions/messages/get_full_chat.py
telectron/raw/functions/messages/get_game_high_scores.py
telectron/raw/functions/messages/get_history.py
telectron/raw/functions/messages/get_inline_bot_results.py
telectron/raw/functions/messages/get_inline_game_high_scores.py
telectron/raw/functions/messages/get_mask_stickers.py
telectron/raw/functions/messages/get_message_edit_data.py
telectron/raw/functions/messages/get_message_reactions_list.py
telectron/raw/functions/messages/get_message_read_participants.py
telectron/raw/functions/messages/get_messages.py
telectron/raw/functions/messages/get_messages_reactions.py
telectron/raw/functions/messages/get_messages_views.py
telectron/raw/functions/messages/get_my_stickers.py
telectron/raw/functions/messages/get_old_featured_stickers.py
telectron/raw/functions/messages/get_onlines.py
telectron/raw/functions/messages/get_outbox_read_date.py
telectron/raw/functions/messages/get_paid_reaction_privacy.py
telectron/raw/functions/messages/get_peer_dialogs.py
telectron/raw/functions/messages/get_peer_settings.py
telectron/raw/functions/messages/get_pinned_dialogs.py
telectron/raw/functions/messages/get_pinned_saved_dialogs.py
telectron/raw/functions/messages/get_poll_results.py
telectron/raw/functions/messages/get_poll_votes.py
telectron/raw/functions/messages/get_prepared_inline_message.py
telectron/raw/functions/messages/get_quick_replies.py
telectron/raw/functions/messages/get_quick_reply_messages.py
telectron/raw/functions/messages/get_recent_locations.py
telectron/raw/functions/messages/get_recent_reactions.py
telectron/raw/functions/messages/get_recent_stickers.py
telectron/raw/functions/messages/get_replies.py
telectron/raw/functions/messages/get_saved_dialogs.py
telectron/raw/functions/messages/get_saved_dialogs_by_id.py
telectron/raw/functions/messages/get_saved_gifs.py
telectron/raw/functions/messages/get_saved_history.py
telectron/raw/functions/messages/get_saved_reaction_tags.py
telectron/raw/functions/messages/get_scheduled_history.py
telectron/raw/functions/messages/get_scheduled_messages.py
telectron/raw/functions/messages/get_search_counters.py
telectron/raw/functions/messages/get_search_results_calendar.py
telectron/raw/functions/messages/get_search_results_positions.py
telectron/raw/functions/messages/get_split_ranges.py
telectron/raw/functions/messages/get_sponsored_messages.py
telectron/raw/functions/messages/get_sticker_set.py
telectron/raw/functions/messages/get_stickers.py
telectron/raw/functions/messages/get_suggested_dialog_filters.py
telectron/raw/functions/messages/get_top_reactions.py
telectron/raw/functions/messages/get_unread_mentions.py
telectron/raw/functions/messages/get_unread_reactions.py
telectron/raw/functions/messages/get_web_page.py
telectron/raw/functions/messages/get_web_page_preview.py
telectron/raw/functions/messages/hide_all_chat_join_requests.py
telectron/raw/functions/messages/hide_chat_join_request.py
telectron/raw/functions/messages/hide_peer_settings_bar.py
telectron/raw/functions/messages/import_chat_invite.py
telectron/raw/functions/messages/init_history_import.py
telectron/raw/functions/messages/install_sticker_set.py
telectron/raw/functions/messages/mark_dialog_unread.py
telectron/raw/functions/messages/migrate_chat.py
telectron/raw/functions/messages/prolong_web_view.py
telectron/raw/functions/messages/rate_transcribed_audio.py
telectron/raw/functions/messages/read_discussion.py
telectron/raw/functions/messages/read_encrypted_history.py
telectron/raw/functions/messages/read_featured_stickers.py
telectron/raw/functions/messages/read_history.py
telectron/raw/functions/messages/read_mentions.py
telectron/raw/functions/messages/read_message_contents.py
telectron/raw/functions/messages/read_reactions.py
telectron/raw/functions/messages/read_saved_history.py
telectron/raw/functions/messages/received_messages.py
telectron/raw/functions/messages/received_queue.py
telectron/raw/functions/messages/reorder_pinned_dialogs.py
telectron/raw/functions/messages/reorder_pinned_saved_dialogs.py
telectron/raw/functions/messages/reorder_quick_replies.py
telectron/raw/functions/messages/reorder_sticker_sets.py
telectron/raw/functions/messages/report.py
telectron/raw/functions/messages/report_encrypted_spam.py
telectron/raw/functions/messages/report_messages_delivery.py
telectron/raw/functions/messages/report_reaction.py
telectron/raw/functions/messages/report_spam.py
telectron/raw/functions/messages/report_sponsored_message.py
telectron/raw/functions/messages/request_app_web_view.py
telectron/raw/functions/messages/request_encryption.py
telectron/raw/functions/messages/request_main_web_view.py
telectron/raw/functions/messages/request_simple_web_view.py
telectron/raw/functions/messages/request_url_auth.py
telectron/raw/functions/messages/request_web_view.py
telectron/raw/functions/messages/save_default_send_as.py
telectron/raw/functions/messages/save_draft.py
telectron/raw/functions/messages/save_gif.py
telectron/raw/functions/messages/save_prepared_inline_message.py
telectron/raw/functions/messages/save_recent_sticker.py
telectron/raw/functions/messages/search.py
telectron/raw/functions/messages/search_custom_emoji.py
telectron/raw/functions/messages/search_emoji_sticker_sets.py
telectron/raw/functions/messages/search_global.py
telectron/raw/functions/messages/search_sent_media.py
telectron/raw/functions/messages/search_sticker_sets.py
telectron/raw/functions/messages/search_stickers.py
telectron/raw/functions/messages/send_bot_requested_peer.py
telectron/raw/functions/messages/send_encrypted.py
telectron/raw/functions/messages/send_encrypted_file.py
telectron/raw/functions/messages/send_encrypted_service.py
telectron/raw/functions/messages/send_inline_bot_result.py
telectron/raw/functions/messages/send_media.py
telectron/raw/functions/messages/send_message.py
telectron/raw/functions/messages/send_multi_media.py
telectron/raw/functions/messages/send_paid_reaction.py
telectron/raw/functions/messages/send_quick_reply_messages.py
telectron/raw/functions/messages/send_reaction.py
telectron/raw/functions/messages/send_scheduled_messages.py
telectron/raw/functions/messages/send_screenshot_notification.py
telectron/raw/functions/messages/send_vote.py
telectron/raw/functions/messages/send_web_view_data.py
telectron/raw/functions/messages/send_web_view_result_message.py
telectron/raw/functions/messages/set_bot_callback_answer.py
telectron/raw/functions/messages/set_bot_precheckout_results.py
telectron/raw/functions/messages/set_bot_shipping_results.py
telectron/raw/functions/messages/set_chat_available_reactions.py
telectron/raw/functions/messages/set_chat_theme.py
telectron/raw/functions/messages/set_chat_wall_paper.py
telectron/raw/functions/messages/set_default_history_ttl.py
telectron/raw/functions/messages/set_default_reaction.py
telectron/raw/functions/messages/set_encrypted_typing.py
telectron/raw/functions/messages/set_game_score.py
telectron/raw/functions/messages/set_history_ttl.py
telectron/raw/functions/messages/set_inline_bot_results.py
telectron/raw/functions/messages/set_inline_game_score.py
telectron/raw/functions/messages/set_typing.py
telectron/raw/functions/messages/start_bot.py
telectron/raw/functions/messages/start_history_import.py
telectron/raw/functions/messages/toggle_bot_in_attach_menu.py
telectron/raw/functions/messages/toggle_dialog_filter_tags.py
telectron/raw/functions/messages/toggle_dialog_pin.py
telectron/raw/functions/messages/toggle_no_forwards.py
telectron/raw/functions/messages/toggle_paid_reaction_privacy.py
telectron/raw/functions/messages/toggle_peer_translations.py
telectron/raw/functions/messages/toggle_saved_dialog_pin.py
telectron/raw/functions/messages/toggle_sticker_sets.py
telectron/raw/functions/messages/toggle_suggested_post_approval.py
telectron/raw/functions/messages/toggle_todo_completed.py
telectron/raw/functions/messages/transcribe_audio.py
telectron/raw/functions/messages/translate_text.py
telectron/raw/functions/messages/uninstall_sticker_set.py
telectron/raw/functions/messages/unpin_all_messages.py
telectron/raw/functions/messages/update_dialog_filter.py
telectron/raw/functions/messages/update_dialog_filters_order.py
telectron/raw/functions/messages/update_pinned_message.py
telectron/raw/functions/messages/update_saved_reaction_tag.py
telectron/raw/functions/messages/upload_encrypted_file.py
telectron/raw/functions/messages/upload_imported_media.py
telectron/raw/functions/messages/upload_media.py
telectron/raw/functions/messages/view_sponsored_message.py
telectron/raw/functions/payments/__init__.py
telectron/raw/functions/payments/apply_gift_code.py
telectron/raw/functions/payments/assign_app_store_transaction.py
telectron/raw/functions/payments/assign_play_market_transaction.py
telectron/raw/functions/payments/bot_cancel_stars_subscription.py
telectron/raw/functions/payments/can_purchase_store.py
telectron/raw/functions/payments/change_stars_subscription.py
telectron/raw/functions/payments/check_gift_code.py
telectron/raw/functions/payments/clear_saved_info.py
telectron/raw/functions/payments/connect_star_ref_bot.py
telectron/raw/functions/payments/convert_star_gift.py
telectron/raw/functions/payments/edit_connected_star_ref_bot.py
telectron/raw/functions/payments/export_invoice.py
telectron/raw/functions/payments/fulfill_stars_subscription.py
telectron/raw/functions/payments/get_bank_card_data.py
telectron/raw/functions/payments/get_connected_star_ref_bot.py
telectron/raw/functions/payments/get_connected_star_ref_bots.py
telectron/raw/functions/payments/get_giveaway_info.py
telectron/raw/functions/payments/get_payment_form.py
telectron/raw/functions/payments/get_payment_receipt.py
telectron/raw/functions/payments/get_premium_gift_code_options.py
telectron/raw/functions/payments/get_resale_star_gifts.py
telectron/raw/functions/payments/get_saved_info.py
telectron/raw/functions/payments/get_saved_star_gift.py
telectron/raw/functions/payments/get_saved_star_gifts.py
telectron/raw/functions/payments/get_star_gift_upgrade_preview.py
telectron/raw/functions/payments/get_star_gift_withdrawal_url.py
telectron/raw/functions/payments/get_star_gifts.py
telectron/raw/functions/payments/get_stars_gift_options.py
telectron/raw/functions/payments/get_stars_giveaway_options.py
telectron/raw/functions/payments/get_stars_revenue_ads_account_url.py
telectron/raw/functions/payments/get_stars_revenue_stats.py
telectron/raw/functions/payments/get_stars_revenue_withdrawal_url.py
telectron/raw/functions/payments/get_stars_status.py
telectron/raw/functions/payments/get_stars_subscriptions.py
telectron/raw/functions/payments/get_stars_topup_options.py
telectron/raw/functions/payments/get_stars_transactions.py
telectron/raw/functions/payments/get_stars_transactions_by_id.py
telectron/raw/functions/payments/get_suggested_star_ref_bots.py
telectron/raw/functions/payments/get_unique_star_gift.py
telectron/raw/functions/payments/launch_prepaid_giveaway.py
telectron/raw/functions/payments/refund_stars_charge.py
telectron/raw/functions/payments/save_star_gift.py
telectron/raw/functions/payments/send_payment_form.py
telectron/raw/functions/payments/send_stars_form.py
telectron/raw/functions/payments/toggle_chat_star_gift_notifications.py
telectron/raw/functions/payments/toggle_star_gifts_pinned_to_top.py
telectron/raw/functions/payments/transfer_star_gift.py
telectron/raw/functions/payments/update_star_gift_price.py
telectron/raw/functions/payments/upgrade_star_gift.py
telectron/raw/functions/payments/validate_requested_info.py
telectron/raw/functions/phone/__init__.py
telectron/raw/functions/phone/accept_call.py
telectron/raw/functions/phone/check_group_call.py
telectron/raw/functions/phone/confirm_call.py
telectron/raw/functions/phone/create_conference_call.py
telectron/raw/functions/phone/create_group_call.py
telectron/raw/functions/phone/decline_conference_call_invite.py
telectron/raw/functions/phone/delete_conference_call_participants.py
telectron/raw/functions/phone/discard_call.py
telectron/raw/functions/phone/discard_group_call.py
telectron/raw/functions/phone/edit_group_call_participant.py
telectron/raw/functions/phone/edit_group_call_title.py
telectron/raw/functions/phone/export_group_call_invite.py
telectron/raw/functions/phone/get_call_config.py
telectron/raw/functions/phone/get_group_call.py
telectron/raw/functions/phone/get_group_call_chain_blocks.py
telectron/raw/functions/phone/get_group_call_join_as.py
telectron/raw/functions/phone/get_group_call_stream_channels.py
telectron/raw/functions/phone/get_group_call_stream_rtmp_url.py
telectron/raw/functions/phone/get_group_participants.py
telectron/raw/functions/phone/invite_conference_call_participant.py
telectron/raw/functions/phone/invite_to_group_call.py
telectron/raw/functions/phone/join_group_call.py
telectron/raw/functions/phone/join_group_call_presentation.py
telectron/raw/functions/phone/leave_group_call.py
telectron/raw/functions/phone/leave_group_call_presentation.py
telectron/raw/functions/phone/received_call.py
telectron/raw/functions/phone/request_call.py
telectron/raw/functions/phone/save_call_debug.py
telectron/raw/functions/phone/save_call_log.py
telectron/raw/functions/phone/save_default_group_call_join_as.py
telectron/raw/functions/phone/send_conference_call_broadcast.py
telectron/raw/functions/phone/send_signaling_data.py
telectron/raw/functions/phone/set_call_rating.py
telectron/raw/functions/phone/start_scheduled_group_call.py
telectron/raw/functions/phone/toggle_group_call_record.py
telectron/raw/functions/phone/toggle_group_call_settings.py
telectron/raw/functions/phone/toggle_group_call_start_subscription.py
telectron/raw/functions/photos/__init__.py
telectron/raw/functions/photos/delete_photos.py
telectron/raw/functions/photos/get_user_photos.py
telectron/raw/functions/photos/update_profile_photo.py
telectron/raw/functions/photos/upload_contact_profile_photo.py
telectron/raw/functions/photos/upload_profile_photo.py
telectron/raw/functions/premium/__init__.py
telectron/raw/functions/premium/apply_boost.py
telectron/raw/functions/premium/get_boosts_list.py
telectron/raw/functions/premium/get_boosts_status.py
telectron/raw/functions/premium/get_my_boosts.py
telectron/raw/functions/premium/get_user_boosts.py
telectron/raw/functions/smsjobs/__init__.py
telectron/raw/functions/smsjobs/finish_job.py
telectron/raw/functions/smsjobs/get_sms_job.py
telectron/raw/functions/smsjobs/get_status.py
telectron/raw/functions/smsjobs/is_eligible_to_join.py
telectron/raw/functions/smsjobs/join.py
telectron/raw/functions/smsjobs/leave.py
telectron/raw/functions/smsjobs/update_settings.py
telectron/raw/functions/stats/__init__.py
telectron/raw/functions/stats/get_broadcast_stats.py
telectron/raw/functions/stats/get_megagroup_stats.py
telectron/raw/functions/stats/get_message_public_forwards.py
telectron/raw/functions/stats/get_message_stats.py
telectron/raw/functions/stats/get_story_public_forwards.py
telectron/raw/functions/stats/get_story_stats.py
telectron/raw/functions/stats/load_async_graph.py
telectron/raw/functions/stickers/__init__.py
telectron/raw/functions/stickers/add_sticker_to_set.py
telectron/raw/functions/stickers/change_sticker.py
telectron/raw/functions/stickers/change_sticker_position.py
telectron/raw/functions/stickers/check_short_name.py
telectron/raw/functions/stickers/create_sticker_set.py
telectron/raw/functions/stickers/delete_sticker_set.py
telectron/raw/functions/stickers/remove_sticker_from_set.py
telectron/raw/functions/stickers/rename_sticker_set.py
telectron/raw/functions/stickers/replace_sticker.py
telectron/raw/functions/stickers/set_sticker_set_thumb.py
telectron/raw/functions/stickers/suggest_short_name.py
telectron/raw/functions/stories/__init__.py
telectron/raw/functions/stories/activate_stealth_mode.py
telectron/raw/functions/stories/can_send_story.py
telectron/raw/functions/stories/delete_stories.py
telectron/raw/functions/stories/edit_story.py
telectron/raw/functions/stories/export_story_link.py
telectron/raw/functions/stories/get_all_read_peer_stories.py
telectron/raw/functions/stories/get_all_stories.py
telectron/raw/functions/stories/get_chats_to_send.py
telectron/raw/functions/stories/get_peer_max_i_ds.py
telectron/raw/functions/stories/get_peer_stories.py
telectron/raw/functions/stories/get_pinned_stories.py
telectron/raw/functions/stories/get_stories_archive.py
telectron/raw/functions/stories/get_stories_by_id.py
telectron/raw/functions/stories/get_stories_views.py
telectron/raw/functions/stories/get_story_reactions_list.py
telectron/raw/functions/stories/get_story_views_list.py
telectron/raw/functions/stories/increment_story_views.py
telectron/raw/functions/stories/read_stories.py
telectron/raw/functions/stories/report.py
telectron/raw/functions/stories/search_posts.py
telectron/raw/functions/stories/send_reaction.py
telectron/raw/functions/stories/send_story.py
telectron/raw/functions/stories/toggle_all_stories_hidden.py
telectron/raw/functions/stories/toggle_peer_stories_hidden.py
telectron/raw/functions/stories/toggle_pinned.py
telectron/raw/functions/stories/toggle_pinned_to_top.py
telectron/raw/functions/updates/__init__.py
telectron/raw/functions/updates/get_channel_difference.py
telectron/raw/functions/updates/get_difference.py
telectron/raw/functions/updates/get_state.py
telectron/raw/functions/upload/__init__.py
telectron/raw/functions/upload/get_cdn_file.py
telectron/raw/functions/upload/get_cdn_file_hashes.py
telectron/raw/functions/upload/get_file.py
telectron/raw/functions/upload/get_file_hashes.py
telectron/raw/functions/upload/get_web_file.py
telectron/raw/functions/upload/reupload_cdn_file.py
telectron/raw/functions/upload/save_big_file_part.py
telectron/raw/functions/upload/save_file_part.py
telectron/raw/functions/users/__init__.py
telectron/raw/functions/users/get_full_user.py
telectron/raw/functions/users/get_requirements_to_contact.py
telectron/raw/functions/users/get_users.py
telectron/raw/functions/users/set_secure_value_errors.py
telectron/raw/types/__init__.py
telectron/raw/types/access_point_rule.py
telectron/raw/types/account_days_ttl.py
telectron/raw/types/attach_menu_bot.py
telectron/raw/types/attach_menu_bot_icon.py
telectron/raw/types/attach_menu_bot_icon_color.py
telectron/raw/types/attach_menu_bots.py
telectron/raw/types/attach_menu_bots_bot.py
telectron/raw/types/attach_menu_bots_not_modified.py
telectron/raw/types/attach_menu_peer_type_bot_pm.py
telectron/raw/types/attach_menu_peer_type_broadcast.py
telectron/raw/types/attach_menu_peer_type_chat.py
telectron/raw/types/attach_menu_peer_type_pm.py
telectron/raw/types/attach_menu_peer_type_same_bot_pm.py
telectron/raw/types/authorization.py
telectron/raw/types/auto_download_settings.py
telectron/raw/types/auto_save_exception.py
telectron/raw/types/auto_save_settings.py
telectron/raw/types/available_effect.py
telectron/raw/types/available_reaction.py
telectron/raw/types/bad_msg_notification.py
telectron/raw/types/bad_server_salt.py
telectron/raw/types/bank_card_open_url.py
telectron/raw/types/base_theme_arctic.py
telectron/raw/types/base_theme_classic.py
telectron/raw/types/base_theme_day.py
telectron/raw/types/base_theme_night.py
telectron/raw/types/base_theme_tinted.py
telectron/raw/types/bind_auth_key_inner.py
telectron/raw/types/birthday.py
telectron/raw/types/boost.py
telectron/raw/types/bot_app.py
telectron/raw/types/bot_app_not_modified.py
telectron/raw/types/bot_app_settings.py
telectron/raw/types/bot_business_connection.py
telectron/raw/types/bot_command.py
telectron/raw/types/bot_command_scope_chat_admins.py
telectron/raw/types/bot_command_scope_chats.py
telectron/raw/types/bot_command_scope_default.py
telectron/raw/types/bot_command_scope_peer.py
telectron/raw/types/bot_command_scope_peer_admins.py
telectron/raw/types/bot_command_scope_peer_user.py
telectron/raw/types/bot_command_scope_users.py
telectron/raw/types/bot_info.py
telectron/raw/types/bot_inline_media_result.py
telectron/raw/types/bot_inline_message_media_auto.py
telectron/raw/types/bot_inline_message_media_contact.py
telectron/raw/types/bot_inline_message_media_geo.py
telectron/raw/types/bot_inline_message_media_invoice.py
telectron/raw/types/bot_inline_message_media_venue.py
telectron/raw/types/bot_inline_message_media_web_page.py
telectron/raw/types/bot_inline_message_text.py
telectron/raw/types/bot_inline_result.py
telectron/raw/types/bot_menu_button.py
telectron/raw/types/bot_menu_button_commands.py
telectron/raw/types/bot_menu_button_default.py
telectron/raw/types/bot_preview_media.py
telectron/raw/types/bot_verification.py
telectron/raw/types/bot_verifier_settings.py
telectron/raw/types/business_away_message.py
telectron/raw/types/business_away_message_schedule_always.py
telectron/raw/types/business_away_message_schedule_custom.py
telectron/raw/types/business_away_message_schedule_outside_work_hours.py
telectron/raw/types/business_bot_recipients.py
telectron/raw/types/business_bot_rights.py
telectron/raw/types/business_chat_link.py
telectron/raw/types/business_greeting_message.py
telectron/raw/types/business_intro.py
telectron/raw/types/business_location.py
telectron/raw/types/business_recipients.py
telectron/raw/types/business_weekly_open.py
telectron/raw/types/business_work_hours.py
telectron/raw/types/cdn_config.py
telectron/raw/types/cdn_public_key.py
telectron/raw/types/channel.py
telectron/raw/types/channel_admin_log_event.py
telectron/raw/types/channel_admin_log_event_action_change_about.py
telectron/raw/types/channel_admin_log_event_action_change_available_reactions.py
telectron/raw/types/channel_admin_log_event_action_change_emoji_status.py
telectron/raw/types/channel_admin_log_event_action_change_emoji_sticker_set.py
telectron/raw/types/channel_admin_log_event_action_change_history_ttl.py
telectron/raw/types/channel_admin_log_event_action_change_linked_chat.py
telectron/raw/types/channel_admin_log_event_action_change_location.py
telectron/raw/types/channel_admin_log_event_action_change_peer_color.py
telectron/raw/types/channel_admin_log_event_action_change_photo.py
telectron/raw/types/channel_admin_log_event_action_change_profile_peer_color.py
telectron/raw/types/channel_admin_log_event_action_change_sticker_set.py
telectron/raw/types/channel_admin_log_event_action_change_title.py
telectron/raw/types/channel_admin_log_event_action_change_username.py
telectron/raw/types/channel_admin_log_event_action_change_usernames.py
telectron/raw/types/channel_admin_log_event_action_change_wallpaper.py
telectron/raw/types/channel_admin_log_event_action_create_topic.py
telectron/raw/types/channel_admin_log_event_action_default_banned_rights.py
telectron/raw/types/channel_admin_log_event_action_delete_message.py
telectron/raw/types/channel_admin_log_event_action_delete_topic.py
telectron/raw/types/channel_admin_log_event_action_discard_group_call.py
telectron/raw/types/channel_admin_log_event_action_edit_message.py
telectron/raw/types/channel_admin_log_event_action_edit_topic.py
telectron/raw/types/channel_admin_log_event_action_exported_invite_delete.py
telectron/raw/types/channel_admin_log_event_action_exported_invite_edit.py
telectron/raw/types/channel_admin_log_event_action_exported_invite_revoke.py
telectron/raw/types/channel_admin_log_event_action_participant_invite.py
telectron/raw/types/channel_admin_log_event_action_participant_join.py
telectron/raw/types/channel_admin_log_event_action_participant_join_by_invite.py
telectron/raw/types/channel_admin_log_event_action_participant_join_by_request.py
telectron/raw/types/channel_admin_log_event_action_participant_leave.py
telectron/raw/types/channel_admin_log_event_action_participant_mute.py
telectron/raw/types/channel_admin_log_event_action_participant_sub_extend.py
telectron/raw/types/channel_admin_log_event_action_participant_toggle_admin.py
telectron/raw/types/channel_admin_log_event_action_participant_toggle_ban.py
telectron/raw/types/channel_admin_log_event_action_participant_unmute.py
telectron/raw/types/channel_admin_log_event_action_participant_volume.py
telectron/raw/types/channel_admin_log_event_action_pin_topic.py
telectron/raw/types/channel_admin_log_event_action_send_message.py
telectron/raw/types/channel_admin_log_event_action_start_group_call.py
telectron/raw/types/channel_admin_log_event_action_stop_poll.py
telectron/raw/types/channel_admin_log_event_action_toggle_anti_spam.py
telectron/raw/types/channel_admin_log_event_action_toggle_autotranslation.py
telectron/raw/types/channel_admin_log_event_action_toggle_forum.py
telectron/raw/types/channel_admin_log_event_action_toggle_group_call_setting.py
telectron/raw/types/channel_admin_log_event_action_toggle_invites.py
telectron/raw/types/channel_admin_log_event_action_toggle_no_forwards.py
telectron/raw/types/channel_admin_log_event_action_toggle_pre_history_hidden.py
telectron/raw/types/channel_admin_log_event_action_toggle_signature_profiles.py
telectron/raw/types/channel_admin_log_event_action_toggle_signatures.py
telectron/raw/types/channel_admin_log_event_action_toggle_slow_mode.py
telectron/raw/types/channel_admin_log_event_action_update_pinned.py
telectron/raw/types/channel_admin_log_events_filter.py
telectron/raw/types/channel_forbidden.py
telectron/raw/types/channel_full.py
telectron/raw/types/channel_location.py
telectron/raw/types/channel_location_empty.py
telectron/raw/types/channel_messages_filter.py
telectron/raw/types/channel_messages_filter_empty.py
telectron/raw/types/channel_participant.py
telectron/raw/types/channel_participant_admin.py
telectron/raw/types/channel_participant_banned.py
telectron/raw/types/channel_participant_creator.py
telectron/raw/types/channel_participant_left.py
telectron/raw/types/channel_participant_self.py
telectron/raw/types/channel_participants_admins.py
telectron/raw/types/channel_participants_banned.py
telectron/raw/types/channel_participants_bots.py
telectron/raw/types/channel_participants_contacts.py
telectron/raw/types/channel_participants_kicked.py
telectron/raw/types/channel_participants_mentions.py
telectron/raw/types/channel_participants_recent.py
telectron/raw/types/channel_participants_search.py
telectron/raw/types/chat.py
telectron/raw/types/chat_admin_rights.py
telectron/raw/types/chat_admin_with_invites.py
telectron/raw/types/chat_banned_rights.py
telectron/raw/types/chat_empty.py
telectron/raw/types/chat_forbidden.py
telectron/raw/types/chat_full.py
telectron/raw/types/chat_invite.py
telectron/raw/types/chat_invite_already.py
telectron/raw/types/chat_invite_exported.py
telectron/raw/types/chat_invite_importer.py
telectron/raw/types/chat_invite_peek.py
telectron/raw/types/chat_invite_public_join_requests.py
telectron/raw/types/chat_onlines.py
telectron/raw/types/chat_participant.py
telectron/raw/types/chat_participant_admin.py
telectron/raw/types/chat_participant_creator.py
telectron/raw/types/chat_participants.py
telectron/raw/types/chat_participants_forbidden.py
telectron/raw/types/chat_photo.py
telectron/raw/types/chat_photo_empty.py
telectron/raw/types/chat_reactions_all.py
telectron/raw/types/chat_reactions_none.py
telectron/raw/types/chat_reactions_some.py
telectron/raw/types/client_dh_inner_data.py
telectron/raw/types/code_settings.py
telectron/raw/types/config.py
telectron/raw/types/connected_bot.py
telectron/raw/types/connected_bot_star_ref.py
telectron/raw/types/contact.py
telectron/raw/types/contact_birthday.py
telectron/raw/types/contact_status.py
telectron/raw/types/data_json.py
telectron/raw/types/dc_option.py
telectron/raw/types/default_history_ttl.py
telectron/raw/types/destroy_auth_key_fail.py
telectron/raw/types/destroy_auth_key_none.py
telectron/raw/types/destroy_auth_key_ok.py
telectron/raw/types/destroy_session_none.py
telectron/raw/types/destroy_session_ok.py
telectron/raw/types/dh_gen_fail.py
telectron/raw/types/dh_gen_ok.py
telectron/raw/types/dh_gen_retry.py
telectron/raw/types/dialog.py
telectron/raw/types/dialog_filter.py
telectron/raw/types/dialog_filter_chatlist.py
telectron/raw/types/dialog_filter_default.py
telectron/raw/types/dialog_filter_suggested.py
telectron/raw/types/dialog_folder.py
telectron/raw/types/dialog_peer.py
telectron/raw/types/dialog_peer_folder.py
telectron/raw/types/disallowed_gifts_settings.py
telectron/raw/types/document.py
telectron/raw/types/document_attribute_animated.py
telectron/raw/types/document_attribute_audio.py
telectron/raw/types/document_attribute_custom_emoji.py
telectron/raw/types/document_attribute_filename.py
telectron/raw/types/document_attribute_has_stickers.py
telectron/raw/types/document_attribute_image_size.py
telectron/raw/types/document_attribute_sticker.py
telectron/raw/types/document_attribute_video.py
telectron/raw/types/document_empty.py
telectron/raw/types/draft_message.py
telectron/raw/types/draft_message_empty.py
telectron/raw/types/email_verification_apple.py
telectron/raw/types/email_verification_code.py
telectron/raw/types/email_verification_google.py
telectron/raw/types/email_verify_purpose_login_change.py
telectron/raw/types/email_verify_purpose_login_setup.py
telectron/raw/types/email_verify_purpose_passport.py
telectron/raw/types/emoji_group.py
telectron/raw/types/emoji_group_greeting.py
telectron/raw/types/emoji_group_premium.py
telectron/raw/types/emoji_keyword.py
telectron/raw/types/emoji_keyword_deleted.py
telectron/raw/types/emoji_keywords_difference.py
telectron/raw/types/emoji_language.py
telectron/raw/types/emoji_list.py
telectron/raw/types/emoji_list_not_modified.py
telectron/raw/types/emoji_status.py
telectron/raw/types/emoji_status_collectible.py
telectron/raw/types/emoji_status_empty.py
telectron/raw/types/emoji_url.py
telectron/raw/types/encrypted_chat.py
telectron/raw/types/encrypted_chat_discarded.py
telectron/raw/types/encrypted_chat_empty.py
telectron/raw/types/encrypted_chat_requested.py
telectron/raw/types/encrypted_chat_waiting.py
telectron/raw/types/encrypted_file.py
telectron/raw/types/encrypted_file_empty.py
telectron/raw/types/encrypted_message.py
telectron/raw/types/encrypted_message_service.py
telectron/raw/types/exported_chatlist_invite.py
telectron/raw/types/exported_contact_token.py
telectron/raw/types/exported_message_link.py
telectron/raw/types/exported_story_link.py
telectron/raw/types/fact_check.py
telectron/raw/types/file_hash.py
telectron/raw/types/folder.py
telectron/raw/types/folder_peer.py
telectron/raw/types/forum_topic.py
telectron/raw/types/forum_topic_deleted.py
telectron/raw/types/found_story.py
telectron/raw/types/game.py
telectron/raw/types/geo_point.py
telectron/raw/types/geo_point_address.py
telectron/raw/types/geo_point_empty.py
telectron/raw/types/global_privacy_settings.py
telectron/raw/types/group_call.py
telectron/raw/types/group_call_discarded.py
telectron/raw/types/group_call_participant.py
telectron/raw/types/group_call_participant_video.py
telectron/raw/types/group_call_participant_video_source_group.py
telectron/raw/types/group_call_stream_channel.py
telectron/raw/types/high_score.py
telectron/raw/types/http_wait.py
telectron/raw/types/imported_contact.py
telectron/raw/types/inline_bot_switch_pm.py
telectron/raw/types/inline_bot_web_view.py
telectron/raw/types/inline_query_peer_type_bot_pm.py
telectron/raw/types/inline_query_peer_type_broadcast.py
telectron/raw/types/inline_query_peer_type_chat.py
telectron/raw/types/inline_query_peer_type_megagroup.py
telectron/raw/types/inline_query_peer_type_pm.py
telectron/raw/types/inline_query_peer_type_same_bot_pm.py
telectron/raw/types/input_app_event.py
telectron/raw/types/input_bot_app_id.py
telectron/raw/types/input_bot_app_short_name.py
telectron/raw/types/input_bot_inline_message_game.py
telectron/raw/types/input_bot_inline_message_id.py
telectron/raw/types/input_bot_inline_message_id64.py
telectron/raw/types/input_bot_inline_message_media_auto.py
telectron/raw/types/input_bot_inline_message_media_contact.py
telectron/raw/types/input_bot_inline_message_media_geo.py
telectron/raw/types/input_bot_inline_message_media_invoice.py
telectron/raw/types/input_bot_inline_message_media_venue.py
telectron/raw/types/input_bot_inline_message_media_web_page.py
telectron/raw/types/input_bot_inline_message_text.py
telectron/raw/types/input_bot_inline_result.py
telectron/raw/types/input_bot_inline_result_document.py
telectron/raw/types/input_bot_inline_result_game.py
telectron/raw/types/input_bot_inline_result_photo.py
telectron/raw/types/input_business_away_message.py
telectron/raw/types/input_business_bot_recipients.py
telectron/raw/types/input_business_chat_link.py
telectron/raw/types/input_business_greeting_message.py
telectron/raw/types/input_business_intro.py
telectron/raw/types/input_business_recipients.py
telectron/raw/types/input_channel.py
telectron/raw/types/input_channel_empty.py
telectron/raw/types/input_channel_from_message.py
telectron/raw/types/input_chat_photo.py
telectron/raw/types/input_chat_photo_empty.py
telectron/raw/types/input_chat_uploaded_photo.py
telectron/raw/types/input_chatlist_dialog_filter.py
telectron/raw/types/input_check_password_empty.py
telectron/raw/types/input_check_password_srp.py
telectron/raw/types/input_client_proxy.py
telectron/raw/types/input_collectible_phone.py
telectron/raw/types/input_collectible_username.py
telectron/raw/types/input_dialog_peer.py
telectron/raw/types/input_dialog_peer_folder.py
telectron/raw/types/input_document.py
telectron/raw/types/input_document_empty.py
telectron/raw/types/input_document_file_location.py
telectron/raw/types/input_emoji_status_collectible.py
telectron/raw/types/input_encrypted_chat.py
telectron/raw/types/input_encrypted_file.py
telectron/raw/types/input_encrypted_file_big_uploaded.py
telectron/raw/types/input_encrypted_file_empty.py
telectron/raw/types/input_encrypted_file_location.py
telectron/raw/types/input_encrypted_file_uploaded.py
telectron/raw/types/input_file.py
telectron/raw/types/input_file_big.py
telectron/raw/types/input_file_location.py
telectron/raw/types/input_file_story_document.py
telectron/raw/types/input_folder_peer.py
telectron/raw/types/input_game_id.py
telectron/raw/types/input_game_short_name.py
telectron/raw/types/input_geo_point.py
telectron/raw/types/input_geo_point_empty.py
telectron/raw/types/input_group_call.py
telectron/raw/types/input_group_call_invite_message.py
telectron/raw/types/input_group_call_slug.py
telectron/raw/types/input_group_call_stream.py
telectron/raw/types/input_invoice_business_bot_transfer_stars.py
telectron/raw/types/input_invoice_chat_invite_subscription.py
telectron/raw/types/input_invoice_message.py
telectron/raw/types/input_invoice_premium_gift_code.py
telectron/raw/types/input_invoice_premium_gift_stars.py
telectron/raw/types/input_invoice_slug.py
telectron/raw/types/input_invoice_star_gift.py
telectron/raw/types/input_invoice_star_gift_resale.py
telectron/raw/types/input_invoice_star_gift_transfer.py
telectron/raw/types/input_invoice_star_gift_upgrade.py
telectron/raw/types/input_invoice_stars.py
telectron/raw/types/input_keyboard_button_request_peer.py
telectron/raw/types/input_keyboard_button_url_auth.py
telectron/raw/types/input_keyboard_button_user_profile.py
telectron/raw/types/input_media_area_channel_post.py
telectron/raw/types/input_media_area_venue.py
telectron/raw/types/input_media_contact.py
telectron/raw/types/input_media_dice.py
telectron/raw/types/input_media_document.py
telectron/raw/types/input_media_document_external.py
telectron/raw/types/input_media_empty.py
telectron/raw/types/input_media_game.py
telectron/raw/types/input_media_geo_live.py
telectron/raw/types/input_media_geo_point.py
telectron/raw/types/input_media_invoice.py
telectron/raw/types/input_media_paid_media.py
telectron/raw/types/input_media_photo.py
telectron/raw/types/input_media_photo_external.py
telectron/raw/types/input_media_poll.py
telectron/raw/types/input_media_story.py
telectron/raw/types/input_media_todo.py
telectron/raw/types/input_media_uploaded_document.py
telectron/raw/types/input_media_uploaded_photo.py
telectron/raw/types/input_media_venue.py
telectron/raw/types/input_media_web_page.py
telectron/raw/types/input_message_callback_query.py
telectron/raw/types/input_message_entity_mention_name.py
telectron/raw/types/input_message_id.py
telectron/raw/types/input_message_pinned.py
telectron/raw/types/input_message_reply_to.py
telectron/raw/types/input_messages_filter_chat_photos.py
telectron/raw/types/input_messages_filter_contacts.py
telectron/raw/types/input_messages_filter_document.py
telectron/raw/types/input_messages_filter_empty.py
telectron/raw/types/input_messages_filter_geo.py
telectron/raw/types/input_messages_filter_gif.py
telectron/raw/types/input_messages_filter_music.py
telectron/raw/types/input_messages_filter_my_mentions.py
telectron/raw/types/input_messages_filter_phone_calls.py
telectron/raw/types/input_messages_filter_photo_video.py
telectron/raw/types/input_messages_filter_photos.py
telectron/raw/types/input_messages_filter_pinned.py
telectron/raw/types/input_messages_filter_round_video.py
telectron/raw/types/input_messages_filter_round_voice.py
telectron/raw/types/input_messages_filter_url.py
telectron/raw/types/input_messages_filter_video.py
telectron/raw/types/input_messages_filter_voice.py
telectron/raw/types/input_notify_broadcasts.py
telectron/raw/types/input_notify_chats.py
telectron/raw/types/input_notify_forum_topic.py
telectron/raw/types/input_notify_peer.py
telectron/raw/types/input_notify_users.py
telectron/raw/types/input_payment_credentials.py
telectron/raw/types/input_payment_credentials_apple_pay.py
telectron/raw/types/input_payment_credentials_google_pay.py
telectron/raw/types/input_payment_credentials_saved.py
telectron/raw/types/input_peer_channel.py
telectron/raw/types/input_peer_channel_from_message.py
telectron/raw/types/input_peer_chat.py
telectron/raw/types/input_peer_empty.py
telectron/raw/types/input_peer_notify_settings.py
telectron/raw/types/input_peer_photo_file_location.py
telectron/raw/types/input_peer_self.py
telectron/raw/types/input_peer_user.py
telectron/raw/types/input_peer_user_from_message.py
telectron/raw/types/input_phone_call.py
telectron/raw/types/input_phone_contact.py
telectron/raw/types/input_photo.py
telectron/raw/types/input_photo_empty.py
telectron/raw/types/input_photo_file_location.py
telectron/raw/types/input_photo_legacy_file_location.py
telectron/raw/types/input_privacy_key_about.py
telectron/raw/types/input_privacy_key_added_by_phone.py
telectron/raw/types/input_privacy_key_birthday.py
telectron/raw/types/input_privacy_key_chat_invite.py
telectron/raw/types/input_privacy_key_forwards.py
telectron/raw/types/input_privacy_key_no_paid_messages.py
telectron/raw/types/input_privacy_key_phone_call.py
telectron/raw/types/input_privacy_key_phone_number.py
telectron/raw/types/input_privacy_key_phone_p2_p.py
telectron/raw/types/input_privacy_key_profile_photo.py
telectron/raw/types/input_privacy_key_star_gifts_auto_save.py
telectron/raw/types/input_privacy_key_status_timestamp.py
telectron/raw/types/input_privacy_key_voice_messages.py
telectron/raw/types/input_privacy_value_allow_all.py
telectron/raw/types/input_privacy_value_allow_bots.py
telectron/raw/types/input_privacy_value_allow_chat_participants.py
telectron/raw/types/input_privacy_value_allow_close_friends.py
telectron/raw/types/input_privacy_value_allow_contacts.py
telectron/raw/types/input_privacy_value_allow_premium.py
telectron/raw/types/input_privacy_value_allow_users.py
telectron/raw/types/input_privacy_value_disallow_all.py
telectron/raw/types/input_privacy_value_disallow_bots.py
telectron/raw/types/input_privacy_value_disallow_chat_participants.py
telectron/raw/types/input_privacy_value_disallow_contacts.py
telectron/raw/types/input_privacy_value_disallow_users.py
telectron/raw/types/input_quick_reply_shortcut.py
telectron/raw/types/input_quick_reply_shortcut_id.py
telectron/raw/types/input_reply_to_message.py
telectron/raw/types/input_reply_to_mono_forum.py
telectron/raw/types/input_reply_to_story.py
telectron/raw/types/input_report_reason_child_abuse.py
telectron/raw/types/input_report_reason_copyright.py
telectron/raw/types/input_report_reason_fake.py
telectron/raw/types/input_report_reason_geo_irrelevant.py
telectron/raw/types/input_report_reason_illegal_drugs.py
telectron/raw/types/input_report_reason_other.py
telectron/raw/types/input_report_reason_personal_details.py
telectron/raw/types/input_report_reason_pornography.py
telectron/raw/types/input_report_reason_spam.py
telectron/raw/types/input_report_reason_violence.py
telectron/raw/types/input_saved_star_gift_chat.py
telectron/raw/types/input_saved_star_gift_slug.py
telectron/raw/types/input_saved_star_gift_user.py
telectron/raw/types/input_secure_file.py
telectron/raw/types/input_secure_file_location.py
telectron/raw/types/input_secure_file_uploaded.py
telectron/raw/types/input_secure_value.py
telectron/raw/types/input_single_media.py
telectron/raw/types/input_stars_transaction.py
telectron/raw/types/input_sticker_set_animated_emoji.py
telectron/raw/types/input_sticker_set_animated_emoji_animations.py
telectron/raw/types/input_sticker_set_dice.py
telectron/raw/types/input_sticker_set_emoji_channel_default_statuses.py
telectron/raw/types/input_sticker_set_emoji_default_statuses.py
telectron/raw/types/input_sticker_set_emoji_default_topic_icons.py
telectron/raw/types/input_sticker_set_emoji_generic_animations.py
telectron/raw/types/input_sticker_set_empty.py
telectron/raw/types/input_sticker_set_id.py
telectron/raw/types/input_sticker_set_item.py
telectron/raw/types/input_sticker_set_premium_gifts.py
telectron/raw/types/input_sticker_set_short_name.py
telectron/raw/types/input_sticker_set_thumb.py
telectron/raw/types/input_sticker_set_ton_gifts.py
telectron/raw/types/input_stickered_media_document.py
telectron/raw/types/input_stickered_media_photo.py
telectron/raw/types/input_store_payment_auth_code.py
telectron/raw/types/input_store_payment_gift_premium.py
telectron/raw/types/input_store_payment_premium_gift_code.py
telectron/raw/types/input_store_payment_premium_giveaway.py
telectron/raw/types/input_store_payment_premium_subscription.py
telectron/raw/types/input_store_payment_stars_gift.py
telectron/raw/types/input_store_payment_stars_giveaway.py
telectron/raw/types/input_store_payment_stars_topup.py
telectron/raw/types/input_takeout_file_location.py
telectron/raw/types/input_theme.py
telectron/raw/types/input_theme_settings.py
telectron/raw/types/input_theme_slug.py
telectron/raw/types/input_user.py
telectron/raw/types/input_user_empty.py
telectron/raw/types/input_user_from_message.py
telectron/raw/types/input_user_self.py
telectron/raw/types/input_wall_paper.py
telectron/raw/types/input_wall_paper_no_file.py
telectron/raw/types/input_wall_paper_slug.py
telectron/raw/types/input_web_document.py
telectron/raw/types/input_web_file_audio_album_thumb_location.py
telectron/raw/types/input_web_file_geo_point_location.py
telectron/raw/types/input_web_file_location.py
telectron/raw/types/invoice.py
telectron/raw/types/ip_port.py
telectron/raw/types/ip_port_secret.py
telectron/raw/types/json_array.py
telectron/raw/types/json_bool.py
telectron/raw/types/json_null.py
telectron/raw/types/json_number.py
telectron/raw/types/json_object.py
telectron/raw/types/json_object_value.py
telectron/raw/types/json_string.py
telectron/raw/types/keyboard_button.py
telectron/raw/types/keyboard_button_buy.py
telectron/raw/types/keyboard_button_callback.py
telectron/raw/types/keyboard_button_copy.py
telectron/raw/types/keyboard_button_game.py
telectron/raw/types/keyboard_button_request_geo_location.py
telectron/raw/types/keyboard_button_request_peer.py
telectron/raw/types/keyboard_button_request_phone.py
telectron/raw/types/keyboard_button_request_poll.py
telectron/raw/types/keyboard_button_row.py
telectron/raw/types/keyboard_button_simple_web_view.py
telectron/raw/types/keyboard_button_switch_inline.py
telectron/raw/types/keyboard_button_url.py
telectron/raw/types/keyboard_button_url_auth.py
telectron/raw/types/keyboard_button_user_profile.py
telectron/raw/types/keyboard_button_web_view.py
telectron/raw/types/labeled_price.py
telectron/raw/types/lang_pack_difference.py
telectron/raw/types/lang_pack_language.py
telectron/raw/types/lang_pack_string.py
telectron/raw/types/lang_pack_string_deleted.py
telectron/raw/types/lang_pack_string_pluralized.py
telectron/raw/types/mask_coords.py
telectron/raw/types/media_area_channel_post.py
telectron/raw/types/media_area_coordinates.py
telectron/raw/types/media_area_geo_point.py
telectron/raw/types/media_area_star_gift.py
telectron/raw/types/media_area_suggested_reaction.py
telectron/raw/types/media_area_url.py
telectron/raw/types/media_area_venue.py
telectron/raw/types/media_area_weather.py
telectron/raw/types/message.py
telectron/raw/types/message_action_boost_apply.py
telectron/raw/types/message_action_bot_allowed.py
telectron/raw/types/message_action_channel_create.py
telectron/raw/types/message_action_channel_migrate_from.py
telectron/raw/types/message_action_chat_add_user.py
telectron/raw/types/message_action_chat_create.py
telectron/raw/types/message_action_chat_delete_photo.py
telectron/raw/types/message_action_chat_delete_user.py
telectron/raw/types/message_action_chat_edit_photo.py
telectron/raw/types/message_action_chat_edit_title.py
telectron/raw/types/message_action_chat_joined_by_link.py
telectron/raw/types/message_action_chat_joined_by_request.py
telectron/raw/types/message_action_chat_migrate_to.py
telectron/raw/types/message_action_conference_call.py
telectron/raw/types/message_action_contact_sign_up.py
telectron/raw/types/message_action_custom_action.py
telectron/raw/types/message_action_empty.py
telectron/raw/types/message_action_game_score.py
telectron/raw/types/message_action_geo_proximity_reached.py
telectron/raw/types/message_action_gift_code.py
telectron/raw/types/message_action_gift_premium.py
telectron/raw/types/message_action_gift_stars.py
telectron/raw/types/message_action_gift_ton.py
telectron/raw/types/message_action_giveaway_launch.py
telectron/raw/types/message_action_giveaway_results.py
telectron/raw/types/message_action_group_call.py
telectron/raw/types/message_action_group_call_scheduled.py
telectron/raw/types/message_action_history_clear.py
telectron/raw/types/message_action_invite_to_group_call.py
telectron/raw/types/message_action_paid_messages_price.py
telectron/raw/types/message_action_paid_messages_refunded.py
telectron/raw/types/message_action_payment_refunded.py
telectron/raw/types/message_action_payment_sent.py
telectron/raw/types/message_action_payment_sent_me.py
telectron/raw/types/message_action_phone_call.py
telectron/raw/types/message_action_pin_message.py
telectron/raw/types/message_action_prize_stars.py
telectron/raw/types/message_action_requested_peer.py
telectron/raw/types/message_action_requested_peer_sent_me.py
telectron/raw/types/message_action_screenshot_taken.py
telectron/raw/types/message_action_secure_values_sent.py
telectron/raw/types/message_action_secure_values_sent_me.py
telectron/raw/types/message_action_set_chat_theme.py
telectron/raw/types/message_action_set_chat_wall_paper.py
telectron/raw/types/message_action_set_messages_ttl.py
telectron/raw/types/message_action_star_gift.py
telectron/raw/types/message_action_star_gift_unique.py
telectron/raw/types/message_action_suggest_profile_photo.py
telectron/raw/types/message_action_suggested_post_approval.py
telectron/raw/types/message_action_suggested_post_refund.py
telectron/raw/types/message_action_suggested_post_success.py
telectron/raw/types/message_action_todo_append_tasks.py
telectron/raw/types/message_action_todo_completions.py
telectron/raw/types/message_action_topic_create.py
telectron/raw/types/message_action_topic_edit.py
telectron/raw/types/message_action_web_view_data_sent.py
telectron/raw/types/message_action_web_view_data_sent_me.py
telectron/raw/types/message_empty.py
telectron/raw/types/message_entity_bank_card.py
telectron/raw/types/message_entity_blockquote.py
telectron/raw/types/message_entity_bold.py
telectron/raw/types/message_entity_bot_command.py
telectron/raw/types/message_entity_cashtag.py
telectron/raw/types/message_entity_code.py
telectron/raw/types/message_entity_custom_emoji.py
telectron/raw/types/message_entity_email.py
telectron/raw/types/message_entity_hashtag.py
telectron/raw/types/message_entity_italic.py
telectron/raw/types/message_entity_mention.py
telectron/raw/types/message_entity_mention_name.py
telectron/raw/types/message_entity_phone.py
telectron/raw/types/message_entity_pre.py
telectron/raw/types/message_entity_spoiler.py
telectron/raw/types/message_entity_strike.py
telectron/raw/types/message_entity_text_url.py
telectron/raw/types/message_entity_underline.py
telectron/raw/types/message_entity_unknown.py
telectron/raw/types/message_entity_url.py
telectron/raw/types/message_extended_media.py
telectron/raw/types/message_extended_media_preview.py
telectron/raw/types/message_fwd_header.py
telectron/raw/types/message_media_contact.py
telectron/raw/types/message_media_dice.py
telectron/raw/types/message_media_document.py
telectron/raw/types/message_media_empty.py
telectron/raw/types/message_media_game.py
telectron/raw/types/message_media_geo.py
telectron/raw/types/message_media_geo_live.py
telectron/raw/types/message_media_giveaway.py
telectron/raw/types/message_media_giveaway_results.py
telectron/raw/types/message_media_invoice.py
telectron/raw/types/message_media_paid_media.py
telectron/raw/types/message_media_photo.py
telectron/raw/types/message_media_poll.py
telectron/raw/types/message_media_story.py
telectron/raw/types/message_media_to_do.py
telectron/raw/types/message_media_unsupported.py
telectron/raw/types/message_media_venue.py
telectron/raw/types/message_media_web_page.py
telectron/raw/types/message_peer_reaction.py
telectron/raw/types/message_peer_vote.py
telectron/raw/types/message_peer_vote_input_option.py
telectron/raw/types/message_peer_vote_multiple.py
telectron/raw/types/message_range.py
telectron/raw/types/message_reactions.py
telectron/raw/types/message_reactor.py
telectron/raw/types/message_replies.py
telectron/raw/types/message_reply_header.py
telectron/raw/types/message_reply_story_header.py
telectron/raw/types/message_report_option.py
telectron/raw/types/message_service.py
telectron/raw/types/message_views.py
telectron/raw/types/missing_invitee.py
telectron/raw/types/mono_forum_dialog.py
telectron/raw/types/msg_detailed_info.py
telectron/raw/types/msg_new_detailed_info.py
telectron/raw/types/msg_resend_ans_req.py
telectron/raw/types/msg_resend_req.py
telectron/raw/types/msgs_ack.py
telectron/raw/types/msgs_all_info.py
telectron/raw/types/msgs_state_info.py
telectron/raw/types/msgs_state_req.py
telectron/raw/types/my_boost.py
telectron/raw/types/nearest_dc.py
telectron/raw/types/new_session_created.py
telectron/raw/types/notification_sound_default.py
telectron/raw/types/notification_sound_local.py
telectron/raw/types/notification_sound_none.py
telectron/raw/types/notification_sound_ringtone.py
telectron/raw/types/notify_broadcasts.py
telectron/raw/types/notify_chats.py
telectron/raw/types/notify_forum_topic.py
telectron/raw/types/notify_peer.py
telectron/raw/types/notify_users.py
telectron/raw/types/outbox_read_date.py
telectron/raw/types/page.py
telectron/raw/types/page_block_anchor.py
telectron/raw/types/page_block_audio.py
telectron/raw/types/page_block_author_date.py
telectron/raw/types/page_block_blockquote.py
telectron/raw/types/page_block_channel.py
telectron/raw/types/page_block_collage.py
telectron/raw/types/page_block_cover.py
telectron/raw/types/page_block_details.py
telectron/raw/types/page_block_divider.py
telectron/raw/types/page_block_embed.py
telectron/raw/types/page_block_embed_post.py
telectron/raw/types/page_block_footer.py
telectron/raw/types/page_block_header.py
telectron/raw/types/page_block_kicker.py
telectron/raw/types/page_block_list.py
telectron/raw/types/page_block_map.py
telectron/raw/types/page_block_ordered_list.py
telectron/raw/types/page_block_paragraph.py
telectron/raw/types/page_block_photo.py
telectron/raw/types/page_block_preformatted.py
telectron/raw/types/page_block_pullquote.py
telectron/raw/types/page_block_related_articles.py
telectron/raw/types/page_block_slideshow.py
telectron/raw/types/page_block_subheader.py
telectron/raw/types/page_block_subtitle.py
telectron/raw/types/page_block_table.py
telectron/raw/types/page_block_title.py
telectron/raw/types/page_block_unsupported.py
telectron/raw/types/page_block_video.py
telectron/raw/types/page_caption.py
telectron/raw/types/page_list_item_blocks.py
telectron/raw/types/page_list_item_text.py
telectron/raw/types/page_list_ordered_item_blocks.py
telectron/raw/types/page_list_ordered_item_text.py
telectron/raw/types/page_related_article.py
telectron/raw/types/page_table_cell.py
telectron/raw/types/page_table_row.py
telectron/raw/types/paid_reaction_privacy_anonymous.py
telectron/raw/types/paid_reaction_privacy_default.py
telectron/raw/types/paid_reaction_privacy_peer.py
telectron/raw/types/password_kdf_algo_sha256_sha256_pbkdf2_hmacsha512iter100000_sha256_mod_pow.py
telectron/raw/types/password_kdf_algo_unknown.py
telectron/raw/types/payment_charge.py
telectron/raw/types/payment_form_method.py
telectron/raw/types/payment_requested_info.py
telectron/raw/types/payment_saved_credentials_card.py
telectron/raw/types/peer_blocked.py
telectron/raw/types/peer_channel.py
telectron/raw/types/peer_chat.py
telectron/raw/types/peer_color.py
telectron/raw/types/peer_located.py
telectron/raw/types/peer_notify_settings.py
telectron/raw/types/peer_self_located.py
telectron/raw/types/peer_settings.py
telectron/raw/types/peer_stories.py
telectron/raw/types/peer_user.py
telectron/raw/types/pending_suggestion.py
telectron/raw/types/phone_call.py
telectron/raw/types/phone_call_accepted.py
telectron/raw/types/phone_call_discard_reason_busy.py
telectron/raw/types/phone_call_discard_reason_disconnect.py
telectron/raw/types/phone_call_discard_reason_hangup.py
telectron/raw/types/phone_call_discard_reason_migrate_conference_call.py
telectron/raw/types/phone_call_discard_reason_missed.py
telectron/raw/types/phone_call_discarded.py
telectron/raw/types/phone_call_empty.py
telectron/raw/types/phone_call_protocol.py
telectron/raw/types/phone_call_requested.py
telectron/raw/types/phone_call_waiting.py
telectron/raw/types/phone_connection.py
telectron/raw/types/phone_connection_webrtc.py
telectron/raw/types/photo.py
telectron/raw/types/photo_cached_size.py
telectron/raw/types/photo_empty.py
telectron/raw/types/photo_path_size.py
telectron/raw/types/photo_size.py
telectron/raw/types/photo_size_empty.py
telectron/raw/types/photo_size_progressive.py
telectron/raw/types/photo_stripped_size.py
telectron/raw/types/poll.py
telectron/raw/types/poll_answer.py
telectron/raw/types/poll_answer_voters.py
telectron/raw/types/poll_results.py
telectron/raw/types/pong.py
telectron/raw/types/popular_contact.py
telectron/raw/types/post_address.py
telectron/raw/types/post_interaction_counters_message.py
telectron/raw/types/post_interaction_counters_story.py
telectron/raw/types/pq_inner_data.py
telectron/raw/types/pq_inner_data_dc.py
telectron/raw/types/pq_inner_data_temp.py
telectron/raw/types/pq_inner_data_temp_dc.py
telectron/raw/types/premium_gift_code_option.py
telectron/raw/types/premium_subscription_option.py
telectron/raw/types/prepaid_giveaway.py
telectron/raw/types/prepaid_stars_giveaway.py
telectron/raw/types/privacy_key_about.py
telectron/raw/types/privacy_key_added_by_phone.py
telectron/raw/types/privacy_key_birthday.py
telectron/raw/types/privacy_key_chat_invite.py
telectron/raw/types/privacy_key_forwards.py
telectron/raw/types/privacy_key_no_paid_messages.py
telectron/raw/types/privacy_key_phone_call.py
telectron/raw/types/privacy_key_phone_number.py
telectron/raw/types/privacy_key_phone_p2_p.py
telectron/raw/types/privacy_key_profile_photo.py
telectron/raw/types/privacy_key_star_gifts_auto_save.py
telectron/raw/types/privacy_key_status_timestamp.py
telectron/raw/types/privacy_key_voice_messages.py
telectron/raw/types/privacy_value_allow_all.py
telectron/raw/types/privacy_value_allow_bots.py
telectron/raw/types/privacy_value_allow_chat_participants.py
telectron/raw/types/privacy_value_allow_close_friends.py
telectron/raw/types/privacy_value_allow_contacts.py
telectron/raw/types/privacy_value_allow_premium.py
telectron/raw/types/privacy_value_allow_users.py
telectron/raw/types/privacy_value_disallow_all.py
telectron/raw/types/privacy_value_disallow_bots.py
telectron/raw/types/privacy_value_disallow_chat_participants.py
telectron/raw/types/privacy_value_disallow_contacts.py
telectron/raw/types/privacy_value_disallow_users.py
telectron/raw/types/public_forward_message.py
telectron/raw/types/public_forward_story.py
telectron/raw/types/quick_reply.py
telectron/raw/types/reaction_count.py
telectron/raw/types/reaction_custom_emoji.py
telectron/raw/types/reaction_emoji.py
telectron/raw/types/reaction_empty.py
telectron/raw/types/reaction_notifications_from_all.py
telectron/raw/types/reaction_notifications_from_contacts.py
telectron/raw/types/reaction_paid.py
telectron/raw/types/reactions_notify_settings.py
telectron/raw/types/read_participant_date.py
telectron/raw/types/received_notify_message.py
telectron/raw/types/recent_me_url_chat.py
telectron/raw/types/recent_me_url_chat_invite.py
telectron/raw/types/recent_me_url_sticker_set.py
telectron/raw/types/recent_me_url_unknown.py
telectron/raw/types/recent_me_url_user.py
telectron/raw/types/reply_inline_markup.py
telectron/raw/types/reply_keyboard_force_reply.py
telectron/raw/types/reply_keyboard_hide.py
telectron/raw/types/reply_keyboard_markup.py
telectron/raw/types/report_result_add_comment.py
telectron/raw/types/report_result_choose_option.py
telectron/raw/types/report_result_reported.py
telectron/raw/types/request_peer_type_broadcast.py
telectron/raw/types/request_peer_type_chat.py
telectron/raw/types/request_peer_type_user.py
telectron/raw/types/requested_peer_channel.py
telectron/raw/types/requested_peer_chat.py
telectron/raw/types/requested_peer_user.py
telectron/raw/types/requirement_to_contact_empty.py
telectron/raw/types/requirement_to_contact_paid_messages.py
telectron/raw/types/requirement_to_contact_premium.py
telectron/raw/types/res_pq.py
telectron/raw/types/restriction_reason.py
telectron/raw/types/rpc_answer_dropped.py
telectron/raw/types/rpc_answer_dropped_running.py
telectron/raw/types/rpc_answer_unknown.py
telectron/raw/types/rpc_error.py
telectron/raw/types/rpc_result.py
telectron/raw/types/saved_dialog.py
telectron/raw/types/saved_phone_contact.py
telectron/raw/types/saved_reaction_tag.py
telectron/raw/types/saved_star_gift.py
telectron/raw/types/search_result_position.py
telectron/raw/types/search_results_calendar_period.py
telectron/raw/types/secure_credentials_encrypted.py
telectron/raw/types/secure_data.py
telectron/raw/types/secure_file.py
telectron/raw/types/secure_file_empty.py
telectron/raw/types/secure_password_kdf_algo_pbkdf2_hmacsha512iter100000.py
telectron/raw/types/secure_password_kdf_algo_sha512.py
telectron/raw/types/secure_password_kdf_algo_unknown.py
telectron/raw/types/secure_plain_email.py
telectron/raw/types/secure_plain_phone.py
telectron/raw/types/secure_required_type.py
telectron/raw/types/secure_required_type_one_of.py
telectron/raw/types/secure_secret_settings.py
telectron/raw/types/secure_value.py
telectron/raw/types/secure_value_error.py
telectron/raw/types/secure_value_error_data.py
telectron/raw/types/secure_value_error_file.py
telectron/raw/types/secure_value_error_files.py
telectron/raw/types/secure_value_error_front_side.py
telectron/raw/types/secure_value_error_reverse_side.py
telectron/raw/types/secure_value_error_selfie.py
telectron/raw/types/secure_value_error_translation_file.py
telectron/raw/types/secure_value_error_translation_files.py
telectron/raw/types/secure_value_hash.py
telectron/raw/types/secure_value_type_address.py
telectron/raw/types/secure_value_type_bank_statement.py
telectron/raw/types/secure_value_type_driver_license.py
telectron/raw/types/secure_value_type_email.py
telectron/raw/types/secure_value_type_identity_card.py
telectron/raw/types/secure_value_type_internal_passport.py
telectron/raw/types/secure_value_type_passport.py
telectron/raw/types/secure_value_type_passport_registration.py
telectron/raw/types/secure_value_type_personal_details.py
telectron/raw/types/secure_value_type_phone.py
telectron/raw/types/secure_value_type_rental_agreement.py
telectron/raw/types/secure_value_type_temporary_registration.py
telectron/raw/types/secure_value_type_utility_bill.py
telectron/raw/types/send_as_peer.py
telectron/raw/types/send_message_cancel_action.py
telectron/raw/types/send_message_choose_contact_action.py
telectron/raw/types/send_message_choose_sticker_action.py
telectron/raw/types/send_message_emoji_interaction.py
telectron/raw/types/send_message_emoji_interaction_seen.py
telectron/raw/types/send_message_game_play_action.py
telectron/raw/types/send_message_geo_location_action.py
telectron/raw/types/send_message_history_import_action.py
telectron/raw/types/send_message_record_audio_action.py
telectron/raw/types/send_message_record_round_action.py
telectron/raw/types/send_message_record_video_action.py
telectron/raw/types/send_message_typing_action.py
telectron/raw/types/send_message_upload_audio_action.py
telectron/raw/types/send_message_upload_document_action.py
telectron/raw/types/send_message_upload_photo_action.py
telectron/raw/types/send_message_upload_round_action.py
telectron/raw/types/send_message_upload_video_action.py
telectron/raw/types/server_dh_inner_data.py
telectron/raw/types/server_dh_params_fail.py
telectron/raw/types/server_dh_params_ok.py
telectron/raw/types/shipping_option.py
telectron/raw/types/sms_job.py
telectron/raw/types/speaking_in_group_call_action.py
telectron/raw/types/sponsored_message.py
telectron/raw/types/sponsored_message_report_option.py
telectron/raw/types/sponsored_peer.py
telectron/raw/types/star_gift.py
telectron/raw/types/star_gift_attribute_backdrop.py
telectron/raw/types/star_gift_attribute_counter.py
telectron/raw/types/star_gift_attribute_id_backdrop.py
telectron/raw/types/star_gift_attribute_id_model.py
telectron/raw/types/star_gift_attribute_id_pattern.py
telectron/raw/types/star_gift_attribute_model.py
telectron/raw/types/star_gift_attribute_original_details.py
telectron/raw/types/star_gift_attribute_pattern.py
telectron/raw/types/star_gift_unique.py
telectron/raw/types/star_ref_program.py
telectron/raw/types/stars_amount.py
telectron/raw/types/stars_gift_option.py
telectron/raw/types/stars_giveaway_option.py
telectron/raw/types/stars_giveaway_winners_option.py
telectron/raw/types/stars_revenue_status.py
telectron/raw/types/stars_subscription.py
telectron/raw/types/stars_subscription_pricing.py
telectron/raw/types/stars_ton_amount.py
telectron/raw/types/stars_topup_option.py
telectron/raw/types/stars_transaction.py
telectron/raw/types/stars_transaction_peer.py
telectron/raw/types/stars_transaction_peer_ads.py
telectron/raw/types/stars_transaction_peer_api.py
telectron/raw/types/stars_transaction_peer_app_store.py
telectron/raw/types/stars_transaction_peer_fragment.py
telectron/raw/types/stars_transaction_peer_play_market.py
telectron/raw/types/stars_transaction_peer_premium_bot.py
telectron/raw/types/stars_transaction_peer_unsupported.py
telectron/raw/types/stats_abs_value_and_prev.py
telectron/raw/types/stats_date_range_days.py
telectron/raw/types/stats_graph.py
telectron/raw/types/stats_graph_async.py
telectron/raw/types/stats_graph_error.py
telectron/raw/types/stats_group_top_admin.py
telectron/raw/types/stats_group_top_inviter.py
telectron/raw/types/stats_group_top_poster.py
telectron/raw/types/stats_percent_value.py
telectron/raw/types/stats_url.py
telectron/raw/types/sticker_keyword.py
telectron/raw/types/sticker_pack.py
telectron/raw/types/sticker_set.py
telectron/raw/types/sticker_set_covered.py
telectron/raw/types/sticker_set_full_covered.py
telectron/raw/types/sticker_set_multi_covered.py
telectron/raw/types/sticker_set_no_covered.py
telectron/raw/types/stories_stealth_mode.py
telectron/raw/types/story_fwd_header.py
telectron/raw/types/story_item.py
telectron/raw/types/story_item_deleted.py
telectron/raw/types/story_item_skipped.py
telectron/raw/types/story_reaction.py
telectron/raw/types/story_reaction_public_forward.py
telectron/raw/types/story_reaction_public_repost.py
telectron/raw/types/story_view.py
telectron/raw/types/story_view_public_forward.py
telectron/raw/types/story_view_public_repost.py
telectron/raw/types/story_views.py
telectron/raw/types/suggested_post.py
telectron/raw/types/text_anchor.py
telectron/raw/types/text_bold.py
telectron/raw/types/text_concat.py
telectron/raw/types/text_email.py
telectron/raw/types/text_empty.py
telectron/raw/types/text_fixed.py
telectron/raw/types/text_image.py
telectron/raw/types/text_italic.py
telectron/raw/types/text_marked.py
telectron/raw/types/text_phone.py
telectron/raw/types/text_plain.py
telectron/raw/types/text_strike.py
telectron/raw/types/text_subscript.py
telectron/raw/types/text_superscript.py
telectron/raw/types/text_underline.py
telectron/raw/types/text_url.py
telectron/raw/types/text_with_entities.py
telectron/raw/types/theme.py
telectron/raw/types/theme_settings.py
telectron/raw/types/timezone.py
telectron/raw/types/todo_completion.py
telectron/raw/types/todo_item.py
telectron/raw/types/todo_list.py
telectron/raw/types/top_peer.py
telectron/raw/types/top_peer_category_bots_app.py
telectron/raw/types/top_peer_category_bots_inline.py
telectron/raw/types/top_peer_category_bots_pm.py
telectron/raw/types/top_peer_category_channels.py
telectron/raw/types/top_peer_category_correspondents.py
telectron/raw/types/top_peer_category_forward_chats.py
telectron/raw/types/top_peer_category_forward_users.py
telectron/raw/types/top_peer_category_groups.py
telectron/raw/types/top_peer_category_peers.py
telectron/raw/types/top_peer_category_phone_calls.py
telectron/raw/types/update_attach_menu_bots.py
telectron/raw/types/update_auto_save_settings.py
telectron/raw/types/update_bot_business_connect.py
telectron/raw/types/update_bot_callback_query.py
telectron/raw/types/update_bot_chat_boost.py
telectron/raw/types/update_bot_chat_invite_requester.py
telectron/raw/types/update_bot_commands.py
telectron/raw/types/update_bot_delete_business_message.py
telectron/raw/types/update_bot_edit_business_message.py
telectron/raw/types/update_bot_inline_query.py
telectron/raw/types/update_bot_inline_send.py
telectron/raw/types/update_bot_menu_button.py
telectron/raw/types/update_bot_message_reaction.py
telectron/raw/types/update_bot_message_reactions.py
telectron/raw/types/update_bot_new_business_message.py
telectron/raw/types/update_bot_precheckout_query.py
telectron/raw/types/update_bot_purchased_paid_media.py
telectron/raw/types/update_bot_shipping_query.py
telectron/raw/types/update_bot_stopped.py
telectron/raw/types/update_bot_webhook_json.py
telectron/raw/types/update_bot_webhook_json_query.py
telectron/raw/types/update_business_bot_callback_query.py
telectron/raw/types/update_channel.py
telectron/raw/types/update_channel_available_messages.py
telectron/raw/types/update_channel_message_forwards.py
telectron/raw/types/update_channel_message_views.py
telectron/raw/types/update_channel_participant.py
telectron/raw/types/update_channel_pinned_topic.py
telectron/raw/types/update_channel_pinned_topics.py
telectron/raw/types/update_channel_read_messages_contents.py
telectron/raw/types/update_channel_too_long.py
telectron/raw/types/update_channel_user_typing.py
telectron/raw/types/update_channel_view_forum_as_messages.py
telectron/raw/types/update_channel_web_page.py
telectron/raw/types/update_chat.py
telectron/raw/types/update_chat_default_banned_rights.py
telectron/raw/types/update_chat_participant.py
telectron/raw/types/update_chat_participant_add.py
telectron/raw/types/update_chat_participant_admin.py
telectron/raw/types/update_chat_participant_delete.py
telectron/raw/types/update_chat_participants.py
telectron/raw/types/update_chat_user_typing.py
telectron/raw/types/update_config.py
telectron/raw/types/update_contacts_reset.py
telectron/raw/types/update_dc_options.py
telectron/raw/types/update_delete_channel_messages.py
telectron/raw/types/update_delete_messages.py
telectron/raw/types/update_delete_quick_reply.py
telectron/raw/types/update_delete_quick_reply_messages.py
telectron/raw/types/update_delete_scheduled_messages.py
telectron/raw/types/update_dialog_filter.py
telectron/raw/types/update_dialog_filter_order.py
telectron/raw/types/update_dialog_filters.py
telectron/raw/types/update_dialog_pinned.py
telectron/raw/types/update_dialog_unread_mark.py
telectron/raw/types/update_draft_message.py
telectron/raw/types/update_edit_channel_message.py
telectron/raw/types/update_edit_message.py
telectron/raw/types/update_encrypted_chat_typing.py
telectron/raw/types/update_encrypted_messages_read.py
telectron/raw/types/update_encryption.py
telectron/raw/types/update_faved_stickers.py
telectron/raw/types/update_folder_peers.py
telectron/raw/types/update_geo_live_viewed.py
telectron/raw/types/update_group_call.py
telectron/raw/types/update_group_call_chain_blocks.py
telectron/raw/types/update_group_call_connection.py
telectron/raw/types/update_group_call_participants.py
telectron/raw/types/update_inline_bot_callback_query.py
telectron/raw/types/update_lang_pack.py
telectron/raw/types/update_lang_pack_too_long.py
telectron/raw/types/update_login_token.py
telectron/raw/types/update_message_extended_media.py
telectron/raw/types/update_message_id.py
telectron/raw/types/update_message_poll.py
telectron/raw/types/update_message_poll_vote.py
telectron/raw/types/update_message_reactions.py
telectron/raw/types/update_mono_forum_no_paid_exception.py
telectron/raw/types/update_move_sticker_set_to_top.py
telectron/raw/types/update_new_authorization.py
telectron/raw/types/update_new_channel_message.py
telectron/raw/types/update_new_encrypted_message.py
telectron/raw/types/update_new_message.py
telectron/raw/types/update_new_quick_reply.py
telectron/raw/types/update_new_scheduled_message.py
telectron/raw/types/update_new_sticker_set.py
telectron/raw/types/update_new_story_reaction.py
telectron/raw/types/update_notify_settings.py
telectron/raw/types/update_paid_reaction_privacy.py
telectron/raw/types/update_peer_blocked.py
telectron/raw/types/update_peer_history_ttl.py
telectron/raw/types/update_peer_located.py
telectron/raw/types/update_peer_settings.py
telectron/raw/types/update_peer_wallpaper.py
telectron/raw/types/update_pending_join_requests.py
telectron/raw/types/update_phone_call.py
telectron/raw/types/update_phone_call_signaling_data.py
telectron/raw/types/update_pinned_channel_messages.py
telectron/raw/types/update_pinned_dialogs.py
telectron/raw/types/update_pinned_messages.py
telectron/raw/types/update_pinned_saved_dialogs.py
telectron/raw/types/update_privacy.py
telectron/raw/types/update_pts_changed.py
telectron/raw/types/update_quick_replies.py
telectron/raw/types/update_quick_reply_message.py
telectron/raw/types/update_read_channel_discussion_inbox.py
telectron/raw/types/update_read_channel_discussion_outbox.py
telectron/raw/types/update_read_channel_inbox.py
telectron/raw/types/update_read_channel_outbox.py
telectron/raw/types/update_read_featured_emoji_stickers.py
telectron/raw/types/update_read_featured_stickers.py
telectron/raw/types/update_read_history_inbox.py
telectron/raw/types/update_read_history_outbox.py
telectron/raw/types/update_read_messages_contents.py
telectron/raw/types/update_read_mono_forum_inbox.py
telectron/raw/types/update_read_mono_forum_outbox.py
telectron/raw/types/update_read_stories.py
telectron/raw/types/update_recent_emoji_statuses.py
telectron/raw/types/update_recent_reactions.py
telectron/raw/types/update_recent_stickers.py
telectron/raw/types/update_saved_dialog_pinned.py
telectron/raw/types/update_saved_gifs.py
telectron/raw/types/update_saved_reaction_tags.py
telectron/raw/types/update_saved_ringtones.py
telectron/raw/types/update_sent_phone_code.py
telectron/raw/types/update_sent_story_reaction.py
telectron/raw/types/update_service_notification.py
telectron/raw/types/update_short.py
telectron/raw/types/update_short_chat_message.py
telectron/raw/types/update_short_message.py
telectron/raw/types/update_short_sent_message.py
telectron/raw/types/update_sms_job.py
telectron/raw/types/update_stars_balance.py
telectron/raw/types/update_stars_revenue_status.py
telectron/raw/types/update_sticker_sets.py
telectron/raw/types/update_sticker_sets_order.py
telectron/raw/types/update_stories_stealth_mode.py
telectron/raw/types/update_story.py
telectron/raw/types/update_story_id.py
telectron/raw/types/update_theme.py
telectron/raw/types/update_transcribed_audio.py
telectron/raw/types/update_user.py
telectron/raw/types/update_user_emoji_status.py
telectron/raw/types/update_user_name.py
telectron/raw/types/update_user_phone.py
telectron/raw/types/update_user_status.py
telectron/raw/types/update_user_typing.py
telectron/raw/types/update_web_page.py
telectron/raw/types/update_web_view_result_sent.py
telectron/raw/types/updates_combined.py
telectron/raw/types/updates_t.py
telectron/raw/types/updates_too_long.py
telectron/raw/types/url_auth_result_accepted.py
telectron/raw/types/url_auth_result_default.py
telectron/raw/types/url_auth_result_request.py
telectron/raw/types/user.py
telectron/raw/types/user_empty.py
telectron/raw/types/user_full.py
telectron/raw/types/user_profile_photo.py
telectron/raw/types/user_profile_photo_empty.py
telectron/raw/types/user_status_empty.py
telectron/raw/types/user_status_last_month.py
telectron/raw/types/user_status_last_week.py
telectron/raw/types/user_status_offline.py
telectron/raw/types/user_status_online.py
telectron/raw/types/user_status_recently.py
telectron/raw/types/username.py
telectron/raw/types/video_size.py
telectron/raw/types/video_size_emoji_markup.py
telectron/raw/types/video_size_sticker_markup.py
telectron/raw/types/wall_paper.py
telectron/raw/types/wall_paper_no_file.py
telectron/raw/types/wall_paper_settings.py
telectron/raw/types/web_authorization.py
telectron/raw/types/web_document.py
telectron/raw/types/web_document_no_proxy.py
telectron/raw/types/web_page.py
telectron/raw/types/web_page_attribute_sticker_set.py
telectron/raw/types/web_page_attribute_story.py
telectron/raw/types/web_page_attribute_theme.py
telectron/raw/types/web_page_attribute_unique_star_gift.py
telectron/raw/types/web_page_empty.py
telectron/raw/types/web_page_not_modified.py
telectron/raw/types/web_page_pending.py
telectron/raw/types/web_view_message_sent.py
telectron/raw/types/web_view_result_url.py
telectron/raw/types/account/__init__.py
telectron/raw/types/account/authorization_form.py
telectron/raw/types/account/authorizations.py
telectron/raw/types/account/auto_download_settings.py
telectron/raw/types/account/auto_save_settings.py
telectron/raw/types/account/business_chat_links.py
telectron/raw/types/account/connected_bots.py
telectron/raw/types/account/content_settings.py
telectron/raw/types/account/email_verified.py
telectron/raw/types/account/email_verified_login.py
telectron/raw/types/account/emoji_statuses.py
telectron/raw/types/account/emoji_statuses_not_modified.py
telectron/raw/types/account/paid_messages_revenue.py
telectron/raw/types/account/password.py
telectron/raw/types/account/password_input_settings.py
telectron/raw/types/account/password_settings.py
telectron/raw/types/account/privacy_rules.py
telectron/raw/types/account/reset_password_failed_wait.py
telectron/raw/types/account/reset_password_ok.py
telectron/raw/types/account/reset_password_requested_wait.py
telectron/raw/types/account/resolved_business_chat_links.py
telectron/raw/types/account/saved_ringtone.py
telectron/raw/types/account/saved_ringtone_converted.py
telectron/raw/types/account/saved_ringtones.py
telectron/raw/types/account/saved_ringtones_not_modified.py
telectron/raw/types/account/sent_email_code.py
telectron/raw/types/account/takeout.py
telectron/raw/types/account/themes.py
telectron/raw/types/account/themes_not_modified.py
telectron/raw/types/account/tmp_password.py
telectron/raw/types/account/wall_papers.py
telectron/raw/types/account/wall_papers_not_modified.py
telectron/raw/types/account/web_authorizations.py
telectron/raw/types/auth/__init__.py
telectron/raw/types/auth/authorization.py
telectron/raw/types/auth/authorization_sign_up_required.py
telectron/raw/types/auth/code_type_call.py
telectron/raw/types/auth/code_type_flash_call.py
telectron/raw/types/auth/code_type_fragment_sms.py
telectron/raw/types/auth/code_type_missed_call.py
telectron/raw/types/auth/code_type_sms.py
telectron/raw/types/auth/exported_authorization.py
telectron/raw/types/auth/logged_out.py
telectron/raw/types/auth/login_token.py
telectron/raw/types/auth/login_token_migrate_to.py
telectron/raw/types/auth/login_token_success.py
telectron/raw/types/auth/password_recovery.py
telectron/raw/types/auth/sent_code.py
telectron/raw/types/auth/sent_code_payment_required.py
telectron/raw/types/auth/sent_code_success.py
telectron/raw/types/auth/sent_code_type_app.py
telectron/raw/types/auth/sent_code_type_call.py
telectron/raw/types/auth/sent_code_type_email_code.py
telectron/raw/types/auth/sent_code_type_firebase_sms.py
telectron/raw/types/auth/sent_code_type_flash_call.py
telectron/raw/types/auth/sent_code_type_fragment_sms.py
telectron/raw/types/auth/sent_code_type_missed_call.py
telectron/raw/types/auth/sent_code_type_set_up_email_required.py
telectron/raw/types/auth/sent_code_type_sms.py
telectron/raw/types/auth/sent_code_type_sms_phrase.py
telectron/raw/types/auth/sent_code_type_sms_word.py
telectron/raw/types/bots/__init__.py
telectron/raw/types/bots/bot_info.py
telectron/raw/types/bots/popular_app_bots.py
telectron/raw/types/bots/preview_info.py
telectron/raw/types/channels/__init__.py
telectron/raw/types/channels/admin_log_results.py
telectron/raw/types/channels/channel_participant.py
telectron/raw/types/channels/channel_participants.py
telectron/raw/types/channels/channel_participants_not_modified.py
telectron/raw/types/channels/send_as_peers.py
telectron/raw/types/channels/sponsored_message_report_result_ads_hidden.py
telectron/raw/types/channels/sponsored_message_report_result_choose_option.py
telectron/raw/types/channels/sponsored_message_report_result_reported.py
telectron/raw/types/chatlists/__init__.py
telectron/raw/types/chatlists/chatlist_invite.py
telectron/raw/types/chatlists/chatlist_invite_already.py
telectron/raw/types/chatlists/chatlist_updates.py
telectron/raw/types/chatlists/exported_chatlist_invite.py
telectron/raw/types/chatlists/exported_invites.py
telectron/raw/types/contacts/__init__.py
telectron/raw/types/contacts/blocked.py
telectron/raw/types/contacts/blocked_slice.py
telectron/raw/types/contacts/contact_birthdays.py
telectron/raw/types/contacts/contacts.py
telectron/raw/types/contacts/contacts_not_modified.py
telectron/raw/types/contacts/found.py
telectron/raw/types/contacts/imported_contacts.py
telectron/raw/types/contacts/resolved_peer.py
telectron/raw/types/contacts/sponsored_peers.py
telectron/raw/types/contacts/sponsored_peers_empty.py
telectron/raw/types/contacts/top_peers.py
telectron/raw/types/contacts/top_peers_disabled.py
telectron/raw/types/contacts/top_peers_not_modified.py
telectron/raw/types/fragment/__init__.py
telectron/raw/types/fragment/collectible_info.py
telectron/raw/types/help/__init__.py
telectron/raw/types/help/app_config.py
telectron/raw/types/help/app_config_not_modified.py
telectron/raw/types/help/app_update.py
telectron/raw/types/help/config_simple.py
telectron/raw/types/help/countries_list.py
telectron/raw/types/help/countries_list_not_modified.py
telectron/raw/types/help/country.py
telectron/raw/types/help/country_code.py
telectron/raw/types/help/deep_link_info.py
telectron/raw/types/help/deep_link_info_empty.py
telectron/raw/types/help/invite_text.py
telectron/raw/types/help/no_app_update.py
telectron/raw/types/help/passport_config.py
telectron/raw/types/help/passport_config_not_modified.py
telectron/raw/types/help/peer_color_option.py
telectron/raw/types/help/peer_color_profile_set.py
telectron/raw/types/help/peer_color_set.py
telectron/raw/types/help/peer_colors.py
telectron/raw/types/help/peer_colors_not_modified.py
telectron/raw/types/help/premium_promo.py
telectron/raw/types/help/promo_data.py
telectron/raw/types/help/promo_data_empty.py
telectron/raw/types/help/recent_me_urls.py
telectron/raw/types/help/support.py
telectron/raw/types/help/support_name.py
telectron/raw/types/help/terms_of_service.py
telectron/raw/types/help/terms_of_service_update.py
telectron/raw/types/help/terms_of_service_update_empty.py
telectron/raw/types/help/timezones_list.py
telectron/raw/types/help/timezones_list_not_modified.py
telectron/raw/types/help/user_info.py
telectron/raw/types/help/user_info_empty.py
telectron/raw/types/messages/__init__.py
telectron/raw/types/messages/affected_found_messages.py
telectron/raw/types/messages/affected_history.py
telectron/raw/types/messages/affected_messages.py
telectron/raw/types/messages/all_stickers.py
telectron/raw/types/messages/all_stickers_not_modified.py
telectron/raw/types/messages/archived_stickers.py
telectron/raw/types/messages/available_effects.py
telectron/raw/types/messages/available_effects_not_modified.py
telectron/raw/types/messages/available_reactions.py
telectron/raw/types/messages/available_reactions_not_modified.py
telectron/raw/types/messages/bot_app.py
telectron/raw/types/messages/bot_callback_answer.py
telectron/raw/types/messages/bot_prepared_inline_message.py
telectron/raw/types/messages/bot_results.py
telectron/raw/types/messages/channel_messages.py
telectron/raw/types/messages/chat_admins_with_invites.py
telectron/raw/types/messages/chat_full.py
telectron/raw/types/messages/chat_invite_importers.py
telectron/raw/types/messages/chats.py
telectron/raw/types/messages/chats_slice.py
telectron/raw/types/messages/checked_history_import_peer.py
telectron/raw/types/messages/dh_config.py
telectron/raw/types/messages/dh_config_not_modified.py
telectron/raw/types/messages/dialog_filters.py
telectron/raw/types/messages/dialogs.py
telectron/raw/types/messages/dialogs_not_modified.py
telectron/raw/types/messages/dialogs_slice.py
telectron/raw/types/messages/discussion_message.py
telectron/raw/types/messages/emoji_groups.py
telectron/raw/types/messages/emoji_groups_not_modified.py
telectron/raw/types/messages/exported_chat_invite.py
telectron/raw/types/messages/exported_chat_invite_replaced.py
telectron/raw/types/messages/exported_chat_invites.py
telectron/raw/types/messages/faved_stickers.py
telectron/raw/types/messages/faved_stickers_not_modified.py
telectron/raw/types/messages/featured_stickers.py
telectron/raw/types/messages/featured_stickers_not_modified.py
telectron/raw/types/messages/forum_topics.py
telectron/raw/types/messages/found_sticker_sets.py
telectron/raw/types/messages/found_sticker_sets_not_modified.py
telectron/raw/types/messages/found_stickers.py
telectron/raw/types/messages/found_stickers_not_modified.py
telectron/raw/types/messages/high_scores.py
telectron/raw/types/messages/history_import.py
telectron/raw/types/messages/history_import_parsed.py
telectron/raw/types/messages/inactive_chats.py
telectron/raw/types/messages/invited_users.py
telectron/raw/types/messages/message_edit_data.py
telectron/raw/types/messages/message_reactions_list.py
telectron/raw/types/messages/message_views.py
telectron/raw/types/messages/messages.py
telectron/raw/types/messages/messages_not_modified.py
telectron/raw/types/messages/messages_slice.py
telectron/raw/types/messages/my_stickers.py
telectron/raw/types/messages/peer_dialogs.py
telectron/raw/types/messages/peer_settings.py
telectron/raw/types/messages/prepared_inline_message.py
telectron/raw/types/messages/quick_replies.py
telectron/raw/types/messages/quick_replies_not_modified.py
telectron/raw/types/messages/reactions.py
telectron/raw/types/messages/reactions_not_modified.py
telectron/raw/types/messages/recent_stickers.py
telectron/raw/types/messages/recent_stickers_not_modified.py
telectron/raw/types/messages/saved_dialogs.py
telectron/raw/types/messages/saved_dialogs_not_modified.py
telectron/raw/types/messages/saved_dialogs_slice.py
telectron/raw/types/messages/saved_gifs.py
telectron/raw/types/messages/saved_gifs_not_modified.py
telectron/raw/types/messages/saved_reaction_tags.py
telectron/raw/types/messages/saved_reaction_tags_not_modified.py
telectron/raw/types/messages/search_counter.py
telectron/raw/types/messages/search_results_calendar.py
telectron/raw/types/messages/search_results_positions.py
telectron/raw/types/messages/sent_encrypted_file.py
telectron/raw/types/messages/sent_encrypted_message.py
telectron/raw/types/messages/sponsored_messages.py
telectron/raw/types/messages/sponsored_messages_empty.py
telectron/raw/types/messages/sticker_set.py
telectron/raw/types/messages/sticker_set_install_result_archive.py
telectron/raw/types/messages/sticker_set_install_result_success.py
telectron/raw/types/messages/sticker_set_not_modified.py
telectron/raw/types/messages/stickers.py
telectron/raw/types/messages/stickers_not_modified.py
telectron/raw/types/messages/transcribed_audio.py
telectron/raw/types/messages/translate_result.py
telectron/raw/types/messages/votes_list.py
telectron/raw/types/messages/web_page.py
telectron/raw/types/messages/web_page_preview.py
telectron/raw/types/payments/__init__.py
telectron/raw/types/payments/bank_card_data.py
telectron/raw/types/payments/checked_gift_code.py
telectron/raw/types/payments/connected_star_ref_bots.py
telectron/raw/types/payments/exported_invoice.py
telectron/raw/types/payments/giveaway_info.py
telectron/raw/types/payments/giveaway_info_results.py
telectron/raw/types/payments/payment_form.py
telectron/raw/types/payments/payment_form_star_gift.py
telectron/raw/types/payments/payment_form_stars.py
telectron/raw/types/payments/payment_receipt.py
telectron/raw/types/payments/payment_receipt_stars.py
telectron/raw/types/payments/payment_result.py
telectron/raw/types/payments/payment_verification_needed.py
telectron/raw/types/payments/resale_star_gifts.py
telectron/raw/types/payments/saved_info.py
telectron/raw/types/payments/saved_star_gifts.py
telectron/raw/types/payments/star_gift_upgrade_preview.py
telectron/raw/types/payments/star_gift_withdrawal_url.py
telectron/raw/types/payments/star_gifts.py
telectron/raw/types/payments/star_gifts_not_modified.py
telectron/raw/types/payments/stars_revenue_ads_account_url.py
telectron/raw/types/payments/stars_revenue_stats.py
telectron/raw/types/payments/stars_revenue_withdrawal_url.py
telectron/raw/types/payments/stars_status.py
telectron/raw/types/payments/suggested_star_ref_bots.py
telectron/raw/types/payments/unique_star_gift.py
telectron/raw/types/payments/validated_requested_info.py
telectron/raw/types/phone/__init__.py
telectron/raw/types/phone/exported_group_call_invite.py
telectron/raw/types/phone/group_call.py
telectron/raw/types/phone/group_call_stream_channels.py
telectron/raw/types/phone/group_call_stream_rtmp_url.py
telectron/raw/types/phone/group_participants.py
telectron/raw/types/phone/join_as_peers.py
telectron/raw/types/phone/phone_call.py
telectron/raw/types/photos/__init__.py
telectron/raw/types/photos/photo.py
telectron/raw/types/photos/photos.py
telectron/raw/types/photos/photos_slice.py
telectron/raw/types/premium/__init__.py
telectron/raw/types/premium/boosts_list.py
telectron/raw/types/premium/boosts_status.py
telectron/raw/types/premium/my_boosts.py
telectron/raw/types/smsjobs/__init__.py
telectron/raw/types/smsjobs/eligible_to_join.py
telectron/raw/types/smsjobs/status.py
telectron/raw/types/stats/__init__.py
telectron/raw/types/stats/broadcast_stats.py
telectron/raw/types/stats/megagroup_stats.py
telectron/raw/types/stats/message_stats.py
telectron/raw/types/stats/public_forwards.py
telectron/raw/types/stats/story_stats.py
telectron/raw/types/stickers/__init__.py
telectron/raw/types/stickers/suggested_short_name.py
telectron/raw/types/storage/__init__.py
telectron/raw/types/storage/file_gif.py
telectron/raw/types/storage/file_jpeg.py
telectron/raw/types/storage/file_mov.py
telectron/raw/types/storage/file_mp3.py
telectron/raw/types/storage/file_mp4.py
telectron/raw/types/storage/file_partial.py
telectron/raw/types/storage/file_pdf.py
telectron/raw/types/storage/file_png.py
telectron/raw/types/storage/file_unknown.py
telectron/raw/types/storage/file_webp.py
telectron/raw/types/stories/__init__.py
telectron/raw/types/stories/all_stories.py
telectron/raw/types/stories/all_stories_not_modified.py
telectron/raw/types/stories/can_send_story_count.py
telectron/raw/types/stories/found_stories.py
telectron/raw/types/stories/peer_stories.py
telectron/raw/types/stories/stories.py
telectron/raw/types/stories/story_reactions_list.py
telectron/raw/types/stories/story_views.py
telectron/raw/types/stories/story_views_list.py
telectron/raw/types/updates/__init__.py
telectron/raw/types/updates/channel_difference.py
telectron/raw/types/updates/channel_difference_empty.py
telectron/raw/types/updates/channel_difference_too_long.py
telectron/raw/types/updates/difference.py
telectron/raw/types/updates/difference_empty.py
telectron/raw/types/updates/difference_slice.py
telectron/raw/types/updates/difference_too_long.py
telectron/raw/types/updates/state.py
telectron/raw/types/upload/__init__.py
telectron/raw/types/upload/cdn_file.py
telectron/raw/types/upload/cdn_file_reupload_needed.py
telectron/raw/types/upload/file.py
telectron/raw/types/upload/file_cdn_redirect.py
telectron/raw/types/upload/web_file.py
telectron/raw/types/users/__init__.py
telectron/raw/types/users/user_full.py
telectron/raw/types/users/users.py
telectron/raw/types/users/users_slice.py
telectron/session/__init__.py
telectron/session/auth.py
telectron/session/session.py
telectron/session/internals/__init__.py
telectron/session/internals/data_center.py
telectron/session/internals/msg_factory.py
telectron/session/internals/msg_id.py
telectron/session/internals/seq_no.py
telectron/storage/__init__.py
telectron/storage/file_storage.py
telectron/storage/memory_storage.py
telectron/storage/sqlite_storage.py
telectron/storage/storage.py
telectron/types/__init__.py
telectron/types/list.py
telectron/types/object.py
telectron/types/update.py
telectron/types/authorization/__init__.py
telectron/types/authorization/sent_code.py
telectron/types/authorization/terms_of_service.py
telectron/types/bots_and_keyboards/__init__.py
telectron/types/bots_and_keyboards/bot_command.py
telectron/types/bots_and_keyboards/bot_command_scope.py
telectron/types/bots_and_keyboards/bot_command_scope_all_chat_administrators.py
telectron/types/bots_and_keyboards/bot_command_scope_all_group_chats.py
telectron/types/bots_and_keyboards/bot_command_scope_all_private_chats.py
telectron/types/bots_and_keyboards/bot_command_scope_chat.py
telectron/types/bots_and_keyboards/bot_command_scope_chat_administrators.py
telectron/types/bots_and_keyboards/bot_command_scope_chat_member.py
telectron/types/bots_and_keyboards/bot_command_scope_default.py
telectron/types/bots_and_keyboards/callback_game.py
telectron/types/bots_and_keyboards/callback_query.py
telectron/types/bots_and_keyboards/force_reply.py
telectron/types/bots_and_keyboards/game_high_score.py
telectron/types/bots_and_keyboards/inline_keyboard_button.py
telectron/types/bots_and_keyboards/inline_keyboard_markup.py
telectron/types/bots_and_keyboards/keyboard_button.py
telectron/types/bots_and_keyboards/login_url.py
telectron/types/bots_and_keyboards/menu_button.py
telectron/types/bots_and_keyboards/menu_button_commands.py
telectron/types/bots_and_keyboards/menu_button_default.py
telectron/types/bots_and_keyboards/menu_button_web_app.py
telectron/types/bots_and_keyboards/reply_keyboard_markup.py
telectron/types/bots_and_keyboards/reply_keyboard_remove.py
telectron/types/bots_and_keyboards/sent_web_app_message.py
telectron/types/bots_and_keyboards/web_app_info.py
telectron/types/inline_mode/__init__.py
telectron/types/inline_mode/chosen_inline_result.py
telectron/types/inline_mode/inline_query.py
telectron/types/inline_mode/inline_query_result.py
telectron/types/inline_mode/inline_query_result_animation.py
telectron/types/inline_mode/inline_query_result_article.py
telectron/types/inline_mode/inline_query_result_audio.py
telectron/types/inline_mode/inline_query_result_cached_animation.py
telectron/types/inline_mode/inline_query_result_cached_audio.py
telectron/types/inline_mode/inline_query_result_cached_document.py
telectron/types/inline_mode/inline_query_result_cached_photo.py
telectron/types/inline_mode/inline_query_result_cached_sticker.py
telectron/types/inline_mode/inline_query_result_cached_video.py
telectron/types/inline_mode/inline_query_result_cached_voice.py
telectron/types/inline_mode/inline_query_result_contact.py
telectron/types/inline_mode/inline_query_result_document.py
telectron/types/inline_mode/inline_query_result_location.py
telectron/types/inline_mode/inline_query_result_photo.py
telectron/types/inline_mode/inline_query_result_venue.py
telectron/types/inline_mode/inline_query_result_video.py
telectron/types/inline_mode/inline_query_result_voice.py
telectron/types/input_media/__init__.py
telectron/types/input_media/input_media.py
telectron/types/input_media/input_media_animation.py
telectron/types/input_media/input_media_audio.py
telectron/types/input_media/input_media_document.py
telectron/types/input_media/input_media_photo.py
telectron/types/input_media/input_media_video.py
telectron/types/input_media/input_phone_contact.py
telectron/types/input_message_content/__init__.py
telectron/types/input_message_content/input_message_content.py
telectron/types/input_message_content/input_text_message_content.py
telectron/types/messages_and_media/__init__.py
telectron/types/messages_and_media/animation.py
telectron/types/messages_and_media/audio.py
telectron/types/messages_and_media/contact.py
telectron/types/messages_and_media/dice.py
telectron/types/messages_and_media/document.py
telectron/types/messages_and_media/game.py
telectron/types/messages_and_media/location.py
telectron/types/messages_and_media/message.py
telectron/types/messages_and_media/message_entity.py
telectron/types/messages_and_media/message_reactions.py
telectron/types/messages_and_media/photo.py
telectron/types/messages_and_media/poll.py
telectron/types/messages_and_media/poll_option.py
telectron/types/messages_and_media/reaction.py
telectron/types/messages_and_media/sticker.py
telectron/types/messages_and_media/stripped_thumbnail.py
telectron/types/messages_and_media/thumbnail.py
telectron/types/messages_and_media/venue.py
telectron/types/messages_and_media/video.py
telectron/types/messages_and_media/video_note.py
telectron/types/messages_and_media/voice.py
telectron/types/messages_and_media/web_app_data.py
telectron/types/messages_and_media/web_page.py
telectron/types/user_and_chats/__init__.py
telectron/types/user_and_chats/chat.py
telectron/types/user_and_chats/chat_admin_with_invite_links.py
telectron/types/user_and_chats/chat_event.py
telectron/types/user_and_chats/chat_event_filter.py
telectron/types/user_and_chats/chat_invite_link.py
telectron/types/user_and_chats/chat_join_request.py
telectron/types/user_and_chats/chat_joiner.py
telectron/types/user_and_chats/chat_member.py
telectron/types/user_and_chats/chat_member_updated.py
telectron/types/user_and_chats/chat_permissions.py
telectron/types/user_and_chats/chat_photo.py
telectron/types/user_and_chats/chat_preview.py
telectron/types/user_and_chats/chat_privileges.py
telectron/types/user_and_chats/chat_reactions.py
telectron/types/user_and_chats/dialog.py
telectron/types/user_and_chats/invite_link_importer.py
telectron/types/user_and_chats/restriction.py
telectron/types/user_and_chats/user.py
telectron/types/user_and_chats/video_chat_ended.py
telectron/types/user_and_chats/video_chat_members_invited.py
telectron/types/user_and_chats/video_chat_scheduled.py
telectron/types/user_and_chats/video_chat_started.py
tests/test_aes.py
tests/test_file_id.py
tests/test_updates.py