tdlib-schema 1.7.0.2 → 1.7.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -1
- data/bin/parser +19 -14
- data/lib/tdlib/client_methods.rb +5741 -1037
- data/lib/tdlib/types/accent_color.rb +21 -0
- data/lib/tdlib/types/account_ttl.rb +1 -2
- data/lib/tdlib/types/added_reaction.rb +14 -0
- data/lib/tdlib/types/added_reactions.rb +13 -0
- data/lib/tdlib/types/animated_emoji.rb +18 -0
- data/lib/tdlib/types/archive_chat_list_settings.rb +17 -0
- data/lib/tdlib/types/attachment_menu_bot.rb +67 -0
- data/lib/tdlib/types/attachment_menu_bot_color.rb +10 -0
- data/lib/tdlib/types/audio.rb +5 -1
- data/lib/tdlib/types/authentication_code_info.rb +4 -4
- data/lib/tdlib/types/authentication_code_type/call.rb +1 -1
- data/lib/tdlib/types/authentication_code_type/firebase_android.rb +11 -0
- data/lib/tdlib/types/authentication_code_type/firebase_ios.rb +14 -0
- data/lib/tdlib/types/authentication_code_type/flash_call.rb +2 -2
- data/lib/tdlib/types/authentication_code_type/fragment.rb +11 -0
- data/lib/tdlib/types/authentication_code_type/missed_call.rb +11 -0
- data/lib/tdlib/types/authentication_code_type/sms.rb +2 -1
- data/lib/tdlib/types/authentication_code_type/sms_phrase.rb +9 -0
- data/lib/tdlib/types/authentication_code_type/sms_word.rb +9 -0
- data/lib/tdlib/types/authentication_code_type/telegram_message.rb +2 -2
- data/lib/tdlib/types/authentication_code_type.rb +6 -0
- data/lib/tdlib/types/authorization_state/closed.rb +1 -1
- data/lib/tdlib/types/authorization_state/ready.rb +1 -1
- data/lib/tdlib/types/authorization_state/wait_code.rb +1 -0
- data/lib/tdlib/types/authorization_state/wait_email_address.rb +12 -0
- data/lib/tdlib/types/authorization_state/wait_email_code.rb +16 -0
- data/lib/tdlib/types/authorization_state/wait_password.rb +5 -1
- data/lib/tdlib/types/authorization_state/wait_phone_number.rb +2 -2
- data/lib/tdlib/types/authorization_state/wait_registration.rb +1 -0
- data/lib/tdlib/types/authorization_state/wait_tdlib_parameters.rb +2 -1
- data/lib/tdlib/types/authorization_state.rb +2 -1
- data/lib/tdlib/types/auto_download_settings.rb +6 -4
- data/lib/tdlib/types/auto_download_settings_presets.rb +1 -1
- data/lib/tdlib/types/autosave_settings.rb +15 -0
- data/lib/tdlib/types/autosave_settings_exception.rb +10 -0
- data/lib/tdlib/types/autosave_settings_scope/channel_chats.rb +5 -0
- data/lib/tdlib/types/autosave_settings_scope/chat.rb +8 -0
- data/lib/tdlib/types/autosave_settings_scope/group_chats.rb +5 -0
- data/lib/tdlib/types/autosave_settings_scope/private_chats.rb +5 -0
- data/lib/tdlib/types/autosave_settings_scope.rb +13 -0
- data/lib/tdlib/types/available_reaction.rb +10 -0
- data/lib/tdlib/types/available_reactions.rb +19 -0
- data/lib/tdlib/types/background.rb +1 -1
- data/lib/tdlib/types/background_fill/freeform_gradient.rb +8 -0
- data/lib/tdlib/types/background_fill/gradient.rb +1 -1
- data/lib/tdlib/types/background_fill.rb +1 -0
- data/lib/tdlib/types/background_type/chat_theme.rb +8 -0
- data/lib/tdlib/types/background_type/fill.rb +1 -1
- data/lib/tdlib/types/background_type/pattern.rb +5 -1
- data/lib/tdlib/types/background_type.rb +2 -1
- data/lib/tdlib/types/base.rb +1 -4
- data/lib/tdlib/types/basic_group_full_info.rb +10 -1
- data/lib/tdlib/types/birthdate.rb +12 -0
- data/lib/tdlib/types/block_list/main.rb +6 -0
- data/lib/tdlib/types/block_list/stories.rb +5 -0
- data/lib/tdlib/types/block_list.rb +11 -0
- data/lib/tdlib/types/bot_command_scope/all_chat_administrators.rb +5 -0
- data/lib/tdlib/types/bot_command_scope/all_group_chats.rb +5 -0
- data/lib/tdlib/types/bot_command_scope/all_private_chats.rb +5 -0
- data/lib/tdlib/types/bot_command_scope/chat.rb +8 -0
- data/lib/tdlib/types/bot_command_scope/chat_administrators.rb +8 -0
- data/lib/tdlib/types/bot_command_scope/chat_member.rb +10 -0
- data/lib/tdlib/types/bot_command_scope/default.rb +5 -0
- data/lib/tdlib/types/bot_command_scope.rb +16 -0
- data/lib/tdlib/types/bot_commands.rb +10 -0
- data/lib/tdlib/types/bot_info.rb +38 -3
- data/lib/tdlib/types/bot_media_preview.rb +10 -0
- data/lib/tdlib/types/bot_media_preview_info.rb +11 -0
- data/lib/tdlib/types/bot_media_previews.rb +8 -0
- data/lib/tdlib/types/bot_menu_button.rb +12 -0
- data/lib/tdlib/types/bot_transaction_purpose/invoice_payment.rb +11 -0
- data/lib/tdlib/types/bot_transaction_purpose/paid_media.rb +8 -0
- data/lib/tdlib/types/bot_transaction_purpose.rb +11 -0
- data/lib/tdlib/types/bot_write_access_allow_reason/accepted_request.rb +5 -0
- data/lib/tdlib/types/bot_write_access_allow_reason/added_to_attachment_menu.rb +5 -0
- data/lib/tdlib/types/bot_write_access_allow_reason/connected_website.rb +8 -0
- data/lib/tdlib/types/bot_write_access_allow_reason/launched_web_app.rb +8 -0
- data/lib/tdlib/types/bot_write_access_allow_reason.rb +13 -0
- data/lib/tdlib/types/business_away_message_schedule/always.rb +5 -0
- data/lib/tdlib/types/business_away_message_schedule/custom.rb +10 -0
- data/lib/tdlib/types/business_away_message_schedule/outside_of_opening_hours.rb +5 -0
- data/lib/tdlib/types/business_away_message_schedule.rb +12 -0
- data/lib/tdlib/types/business_away_message_settings.rb +15 -0
- data/lib/tdlib/types/business_bot_manage_bar.rb +15 -0
- data/lib/tdlib/types/business_chat_link.rb +14 -0
- data/lib/tdlib/types/business_chat_link_info.rb +10 -0
- data/lib/tdlib/types/business_chat_links.rb +8 -0
- data/lib/tdlib/types/business_connected_bot.rb +12 -0
- data/lib/tdlib/types/business_connection.rb +18 -0
- data/lib/tdlib/types/business_feature/account_links.rb +5 -0
- data/lib/tdlib/types/business_feature/away_message.rb +5 -0
- data/lib/tdlib/types/business_feature/bots.rb +5 -0
- data/lib/tdlib/types/business_feature/chat_folder_tags.rb +5 -0
- data/lib/tdlib/types/business_feature/emoji_status.rb +5 -0
- data/lib/tdlib/types/business_feature/greeting_message.rb +5 -0
- data/lib/tdlib/types/business_feature/location.rb +5 -0
- data/lib/tdlib/types/business_feature/opening_hours.rb +5 -0
- data/lib/tdlib/types/business_feature/quick_replies.rb +5 -0
- data/lib/tdlib/types/business_feature/start_page.rb +5 -0
- data/lib/tdlib/types/business_feature/upgraded_stories.rb +5 -0
- data/lib/tdlib/types/business_feature.rb +20 -0
- data/lib/tdlib/types/business_feature_promotion_animation.rb +10 -0
- data/lib/tdlib/types/business_features.rb +8 -0
- data/lib/tdlib/types/business_greeting_message_settings.rb +14 -0
- data/lib/tdlib/types/business_info.rb +32 -0
- data/lib/tdlib/types/business_location.rb +10 -0
- data/lib/tdlib/types/business_message.rb +11 -0
- data/lib/tdlib/types/business_messages.rb +8 -0
- data/lib/tdlib/types/business_opening_hours.rb +11 -0
- data/lib/tdlib/types/business_opening_hours_interval.rb +12 -0
- data/lib/tdlib/types/business_recipients.rb +22 -0
- data/lib/tdlib/types/business_start_page.rb +12 -0
- data/lib/tdlib/types/call.rb +1 -1
- data/lib/tdlib/types/call_discard_reason/missed.rb +1 -1
- data/lib/tdlib/types/call_problem.rb +1 -1
- data/lib/tdlib/types/call_protocol.rb +1 -1
- data/lib/tdlib/types/call_server_type/telegram_reflector.rb +2 -0
- data/lib/tdlib/types/call_server_type.rb +1 -1
- data/lib/tdlib/types/call_state/discarded.rb +5 -3
- data/lib/tdlib/types/call_state/ready.rb +4 -2
- data/lib/tdlib/types/callback_query_answer.rb +1 -1
- data/lib/tdlib/types/callback_query_payload/data_with_password.rb +1 -1
- data/lib/tdlib/types/can_send_message_to_user_result/ok.rb +5 -0
- data/lib/tdlib/types/can_send_message_to_user_result/user_is_deleted.rb +5 -0
- data/lib/tdlib/types/can_send_message_to_user_result/user_restricts_new_chats.rb +5 -0
- data/lib/tdlib/types/can_send_message_to_user_result.rb +12 -0
- data/lib/tdlib/types/can_send_story_result/active_story_limit_exceeded.rb +6 -0
- data/lib/tdlib/types/can_send_story_result/boost_needed.rb +6 -0
- data/lib/tdlib/types/can_send_story_result/monthly_limit_exceeded.rb +9 -0
- data/lib/tdlib/types/can_send_story_result/ok.rb +5 -0
- data/lib/tdlib/types/can_send_story_result/premium_needed.rb +5 -0
- data/lib/tdlib/types/can_send_story_result/weekly_limit_exceeded.rb +9 -0
- data/lib/tdlib/types/can_send_story_result.rb +15 -0
- data/lib/tdlib/types/channel_transaction_purpose/join.rb +8 -0
- data/lib/tdlib/types/channel_transaction_purpose/paid_media.rb +11 -0
- data/lib/tdlib/types/channel_transaction_purpose/reaction.rb +8 -0
- data/lib/tdlib/types/channel_transaction_purpose.rb +12 -0
- data/lib/tdlib/types/chat.rb +56 -16
- data/lib/tdlib/types/chat_action/cancel.rb +1 -1
- data/lib/tdlib/types/chat_action/choosing_sticker.rb +5 -0
- data/lib/tdlib/types/chat_action/watching_animations.rb +8 -0
- data/lib/tdlib/types/chat_action.rb +2 -0
- data/lib/tdlib/types/chat_action_bar/invite_members.rb +1 -1
- data/lib/tdlib/types/chat_action_bar/join_request.rb +12 -0
- data/lib/tdlib/types/chat_action_bar/report_add_block.rb +6 -3
- data/lib/tdlib/types/chat_action_bar/report_spam.rb +3 -1
- data/lib/tdlib/types/chat_action_bar/report_unrelated_location.rb +1 -1
- data/lib/tdlib/types/chat_action_bar.rb +2 -1
- data/lib/tdlib/types/chat_active_stories.rb +21 -0
- data/lib/tdlib/types/chat_administrator_rights.rb +48 -0
- data/lib/tdlib/types/chat_available_reactions/all.rb +8 -0
- data/lib/tdlib/types/chat_available_reactions/some.rb +10 -0
- data/lib/tdlib/types/chat_available_reactions.rb +11 -0
- data/lib/tdlib/types/chat_background.rb +11 -0
- data/lib/tdlib/types/chat_boost.rb +16 -0
- data/lib/tdlib/types/chat_boost_features.rb +30 -0
- data/lib/tdlib/types/chat_boost_level_features.rb +38 -0
- data/lib/tdlib/types/chat_boost_link.rb +10 -0
- data/lib/tdlib/types/chat_boost_link_info.rb +10 -0
- data/lib/tdlib/types/chat_boost_slot.rb +17 -0
- data/lib/tdlib/types/chat_boost_slots.rb +8 -0
- data/lib/tdlib/types/chat_boost_source/gift_code.rb +11 -0
- data/lib/tdlib/types/chat_boost_source/giveaway.rb +17 -0
- data/lib/tdlib/types/chat_boost_source/premium.rb +8 -0
- data/lib/tdlib/types/chat_boost_source.rb +12 -0
- data/lib/tdlib/types/chat_boost_status.rb +31 -0
- data/lib/tdlib/types/chat_event.rb +3 -3
- data/lib/tdlib/types/chat_event_action/accent_color_changed.rb +14 -0
- data/lib/tdlib/types/chat_event_action/active_usernames_changed.rb +10 -0
- data/lib/tdlib/types/chat_event_action/available_reactions_changed.rb +10 -0
- data/lib/tdlib/types/chat_event_action/background_changed.rb +10 -0
- data/lib/tdlib/types/chat_event_action/custom_emoji_sticker_set_changed.rb +10 -0
- data/lib/tdlib/types/chat_event_action/emoji_status_changed.rb +10 -0
- data/lib/tdlib/types/chat_event_action/forum_topic_created.rb +8 -0
- data/lib/tdlib/types/chat_event_action/forum_topic_deleted.rb +8 -0
- data/lib/tdlib/types/chat_event_action/forum_topic_edited.rb +10 -0
- data/lib/tdlib/types/chat_event_action/forum_topic_pinned.rb +10 -0
- data/lib/tdlib/types/chat_event_action/forum_topic_toggle_is_closed.rb +8 -0
- data/lib/tdlib/types/chat_event_action/forum_topic_toggle_is_hidden.rb +8 -0
- data/lib/tdlib/types/chat_event_action/has_aggressive_anti_spam_enabled_toggled.rb +8 -0
- data/lib/tdlib/types/chat_event_action/has_protected_content_toggled.rb +8 -0
- data/lib/tdlib/types/chat_event_action/is_forum_toggled.rb +8 -0
- data/lib/tdlib/types/chat_event_action/member_joined_by_invite_link.rb +4 -1
- data/lib/tdlib/types/chat_event_action/member_joined_by_request.rb +10 -0
- data/lib/tdlib/types/chat_event_action/message_auto_delete_time_changed.rb +10 -0
- data/lib/tdlib/types/chat_event_action/message_deleted.rb +3 -0
- data/lib/tdlib/types/chat_event_action/permissions_changed.rb +1 -1
- data/lib/tdlib/types/chat_event_action/profile_accent_color_changed.rb +14 -0
- data/lib/tdlib/types/chat_event_action/show_message_sender_toggled.rb +8 -0
- data/lib/tdlib/types/chat_event_action/slow_mode_delay_changed.rb +2 -2
- data/lib/tdlib/types/chat_event_action/username_changed.rb +1 -1
- data/lib/tdlib/types/chat_event_action/video_chat_created.rb +9 -0
- data/lib/tdlib/types/chat_event_action/video_chat_ended.rb +9 -0
- data/lib/tdlib/types/chat_event_action/{voice_chat_mute_new_participants_toggled.rb → video_chat_mute_new_participants_toggled.rb} +2 -2
- data/lib/tdlib/types/chat_event_action/{voice_chat_participant_is_muted_toggled.rb → video_chat_participant_is_muted_toggled.rb} +2 -2
- data/lib/tdlib/types/chat_event_action/{voice_chat_participant_volume_level_changed.rb → video_chat_participant_volume_level_changed.rb} +2 -2
- data/lib/tdlib/types/chat_event_action.rb +33 -15
- data/lib/tdlib/types/chat_event_log_filters.rb +15 -13
- data/lib/tdlib/types/chat_folder.rb +45 -0
- data/lib/tdlib/types/chat_folder_icon.rb +11 -0
- data/lib/tdlib/types/chat_folder_info.rb +19 -0
- data/lib/tdlib/types/chat_folder_invite_link.rb +12 -0
- data/lib/tdlib/types/chat_folder_invite_link_info.rb +15 -0
- data/lib/tdlib/types/chat_folder_invite_links.rb +8 -0
- data/lib/tdlib/types/chat_invite_link.rb +17 -3
- data/lib/tdlib/types/chat_invite_link_counts.rb +1 -1
- data/lib/tdlib/types/chat_invite_link_info.rb +17 -2
- data/lib/tdlib/types/chat_invite_link_member.rb +6 -1
- data/lib/tdlib/types/chat_invite_link_members.rb +3 -3
- data/lib/tdlib/types/chat_invite_link_subscription_info.rb +15 -0
- data/lib/tdlib/types/chat_invite_links.rb +1 -1
- data/lib/tdlib/types/chat_join_request.rb +12 -0
- data/lib/tdlib/types/chat_join_requests.rb +10 -0
- data/lib/tdlib/types/chat_join_requests_info.rb +10 -0
- data/lib/tdlib/types/chat_list/folder.rb +8 -0
- data/lib/tdlib/types/chat_list.rb +1 -1
- data/lib/tdlib/types/chat_member.rb +3 -5
- data/lib/tdlib/types/chat_member_status/administrator.rb +5 -31
- data/lib/tdlib/types/chat_member_status/banned.rb +1 -1
- data/lib/tdlib/types/chat_member_status/creator.rb +2 -2
- data/lib/tdlib/types/chat_member_status/member.rb +6 -1
- data/lib/tdlib/types/chat_members.rb +1 -1
- data/lib/tdlib/types/chat_message_sender.rb +10 -0
- data/lib/tdlib/types/chat_message_senders.rb +8 -0
- data/lib/tdlib/types/chat_notification_settings.rb +30 -15
- data/lib/tdlib/types/chat_permissions.rb +19 -11
- data/lib/tdlib/types/chat_photo.rb +7 -1
- data/lib/tdlib/types/chat_photo_info.rb +2 -0
- data/lib/tdlib/types/chat_photo_sticker.rb +12 -0
- data/lib/tdlib/types/chat_photo_sticker_type/custom_emoji.rb +8 -0
- data/lib/tdlib/types/chat_photo_sticker_type/regular_or_mask.rb +10 -0
- data/lib/tdlib/types/chat_photo_sticker_type.rb +11 -0
- data/lib/tdlib/types/chat_revenue_amount.rb +17 -0
- data/lib/tdlib/types/chat_revenue_statistics.rb +14 -0
- data/lib/tdlib/types/chat_revenue_transaction.rb +12 -0
- data/lib/tdlib/types/chat_revenue_transaction_type/earnings.rb +10 -0
- data/lib/tdlib/types/chat_revenue_transaction_type/refund.rb +10 -0
- data/lib/tdlib/types/chat_revenue_transaction_type/withdrawal.rb +12 -0
- data/lib/tdlib/types/chat_revenue_transaction_type.rb +12 -0
- data/lib/tdlib/types/chat_revenue_transactions.rb +10 -0
- data/lib/tdlib/types/chat_statistics/channel.rb +29 -8
- data/lib/tdlib/types/chat_statistics_interaction_info.rb +14 -0
- data/lib/tdlib/types/chat_statistics_message_sender_info.rb +1 -1
- data/lib/tdlib/types/chat_statistics_object_type/message.rb +8 -0
- data/lib/tdlib/types/chat_statistics_object_type/story.rb +8 -0
- data/lib/tdlib/types/chat_statistics_object_type.rb +11 -0
- data/lib/tdlib/types/chat_theme.rb +12 -0
- data/lib/tdlib/types/chat_type/basic_group.rb +1 -1
- data/lib/tdlib/types/chat_type/secret.rb +1 -1
- data/lib/tdlib/types/chat_type/supergroup.rb +1 -2
- data/lib/tdlib/types/chat_type.rb +1 -1
- data/lib/tdlib/types/chats.rb +1 -1
- data/lib/tdlib/types/check_chat_username_result/public_chats_too_many.rb +5 -0
- data/lib/tdlib/types/check_chat_username_result/username_purchasable.rb +6 -0
- data/lib/tdlib/types/check_chat_username_result.rb +2 -1
- data/lib/tdlib/types/check_sticker_set_name_result/name_invalid.rb +5 -0
- data/lib/tdlib/types/check_sticker_set_name_result/name_occupied.rb +5 -0
- data/lib/tdlib/types/check_sticker_set_name_result/ok.rb +5 -0
- data/lib/tdlib/types/check_sticker_set_name_result.rb +12 -0
- data/lib/tdlib/types/close_birthday_user.rb +10 -0
- data/lib/tdlib/types/collectible_item_info.rb +18 -0
- data/lib/tdlib/types/collectible_item_type/phone_number.rb +8 -0
- data/lib/tdlib/types/collectible_item_type/username.rb +8 -0
- data/lib/tdlib/types/collectible_item_type.rb +11 -0
- data/lib/tdlib/types/connected_website.rb +3 -3
- data/lib/tdlib/types/connection_state/connecting.rb +1 -1
- data/lib/tdlib/types/connection_state/connecting_to_proxy.rb +1 -1
- data/lib/tdlib/types/connection_state/updating.rb +1 -1
- data/lib/tdlib/types/connection_state/waiting_for_network.rb +1 -1
- data/lib/tdlib/types/contact.rb +1 -1
- data/lib/tdlib/types/country_info.rb +1 -1
- data/lib/tdlib/types/created_basic_group_chat.rb +10 -0
- data/lib/tdlib/types/current_weather.rb +10 -0
- data/lib/tdlib/types/deep_link_info.rb +2 -2
- data/lib/tdlib/types/device_token/apple_push.rb +1 -1
- data/lib/tdlib/types/device_token/apple_push_vo_ip.rb +2 -2
- data/lib/tdlib/types/device_token/black_berry_push.rb +1 -1
- data/lib/tdlib/types/device_token/firebase_cloud_messaging.rb +2 -2
- data/lib/tdlib/types/device_token/huawei_push.rb +10 -0
- data/lib/tdlib/types/device_token/microsoft_push.rb +1 -1
- data/lib/tdlib/types/device_token/microsoft_push_vo_ip.rb +1 -1
- data/lib/tdlib/types/device_token/simple_push.rb +1 -1
- data/lib/tdlib/types/device_token/tizen_push.rb +1 -1
- data/lib/tdlib/types/device_token/ubuntu_push.rb +1 -1
- data/lib/tdlib/types/device_token/web_push.rb +1 -1
- data/lib/tdlib/types/device_token/windows_push.rb +1 -1
- data/lib/tdlib/types/device_token.rb +1 -0
- data/lib/tdlib/types/dice_stickers.rb +1 -1
- data/lib/tdlib/types/downloaded_file_counts.rb +12 -0
- data/lib/tdlib/types/draft_message.rb +7 -4
- data/lib/tdlib/types/email_address_authentication/apple_id.rb +8 -0
- data/lib/tdlib/types/email_address_authentication/code.rb +8 -0
- data/lib/tdlib/types/email_address_authentication/google_id.rb +8 -0
- data/lib/tdlib/types/email_address_authentication.rb +12 -0
- data/lib/tdlib/types/email_address_reset_state/available.rb +11 -0
- data/lib/tdlib/types/email_address_reset_state/pending.rb +10 -0
- data/lib/tdlib/types/email_address_reset_state.rb +11 -0
- data/lib/tdlib/types/emoji_categories.rb +8 -0
- data/lib/tdlib/types/emoji_category.rb +14 -0
- data/lib/tdlib/types/emoji_category_source/premium.rb +5 -0
- data/lib/tdlib/types/emoji_category_source/search.rb +9 -0
- data/lib/tdlib/types/emoji_category_source.rb +11 -0
- data/lib/tdlib/types/emoji_category_type/chat_photo.rb +5 -0
- data/lib/tdlib/types/emoji_category_type/default.rb +5 -0
- data/lib/tdlib/types/emoji_category_type/emoji_status.rb +5 -0
- data/lib/tdlib/types/emoji_category_type/regular_stickers.rb +6 -0
- data/lib/tdlib/types/emoji_category_type.rb +13 -0
- data/lib/tdlib/types/emoji_keyword.rb +10 -0
- data/lib/tdlib/types/emoji_keywords.rb +8 -0
- data/lib/tdlib/types/emoji_reaction.rb +26 -0
- data/lib/tdlib/types/emoji_status.rb +10 -0
- data/lib/tdlib/types/emoji_statuses.rb +8 -0
- data/lib/tdlib/types/emojis.rb +1 -1
- data/lib/tdlib/types/fact_check.rb +11 -0
- data/lib/tdlib/types/failed_to_add_member.rb +14 -0
- data/lib/tdlib/types/failed_to_add_members.rb +9 -0
- data/lib/tdlib/types/file.rb +2 -3
- data/lib/tdlib/types/file_download.rb +17 -0
- data/lib/tdlib/types/file_downloaded_prefix_size.rb +8 -0
- data/lib/tdlib/types/file_type/notification_sound.rb +5 -0
- data/lib/tdlib/types/file_type/photo_story.rb +5 -0
- data/lib/tdlib/types/file_type/video_story.rb +5 -0
- data/lib/tdlib/types/file_type.rb +4 -1
- data/lib/tdlib/types/firebase_authentication_settings/android.rb +5 -0
- data/lib/tdlib/types/firebase_authentication_settings/ios.rb +10 -0
- data/lib/tdlib/types/firebase_authentication_settings.rb +11 -0
- data/lib/tdlib/types/firebase_device_verification_parameters/play_integrity.rb +11 -0
- data/lib/tdlib/types/firebase_device_verification_parameters/safety_net.rb +8 -0
- data/lib/tdlib/types/firebase_device_verification_parameters.rb +11 -0
- data/lib/tdlib/types/formatted_text.rb +2 -1
- data/lib/tdlib/types/forum_topic.rb +26 -0
- data/lib/tdlib/types/forum_topic_icon.rb +10 -0
- data/lib/tdlib/types/forum_topic_info.rb +24 -0
- data/lib/tdlib/types/forum_topics.rb +16 -0
- data/lib/tdlib/types/forward_source.rb +21 -0
- data/lib/tdlib/types/found_chat_boosts.rb +13 -0
- data/lib/tdlib/types/found_chat_messages.rb +13 -0
- data/lib/tdlib/types/found_file_downloads.rb +13 -0
- data/lib/tdlib/types/found_messages.rb +2 -2
- data/lib/tdlib/types/found_position.rb +8 -0
- data/lib/tdlib/types/found_positions.rb +10 -0
- data/lib/tdlib/types/found_stories.rb +13 -0
- data/lib/tdlib/types/found_users.rb +11 -0
- data/lib/tdlib/types/found_web_app.rb +15 -0
- data/lib/tdlib/types/game.rb +2 -2
- data/lib/tdlib/types/group_call.rb +19 -5
- data/lib/tdlib/types/group_call_participant.rb +14 -5
- data/lib/tdlib/types/group_call_participant_video_info.rb +14 -0
- data/lib/tdlib/types/group_call_stream.rb +13 -0
- data/lib/tdlib/types/group_call_streams.rb +8 -0
- data/lib/tdlib/types/group_call_video_quality/full.rb +5 -0
- data/lib/tdlib/types/group_call_video_quality/medium.rb +5 -0
- data/lib/tdlib/types/group_call_video_quality/thumbnail.rb +5 -0
- data/lib/tdlib/types/group_call_video_quality.rb +12 -0
- data/lib/tdlib/types/group_call_video_source_group.rb +10 -0
- data/lib/tdlib/types/identity_document.rb +5 -4
- data/lib/tdlib/types/imported_contacts.rb +1 -1
- data/lib/tdlib/types/inline_keyboard_button_type/callback_with_password.rb +2 -1
- data/lib/tdlib/types/inline_keyboard_button_type/login_url.rb +2 -2
- data/lib/tdlib/types/inline_keyboard_button_type/switch_inline.rb +2 -2
- data/lib/tdlib/types/inline_keyboard_button_type/url.rb +1 -0
- data/lib/tdlib/types/inline_keyboard_button_type/user.rb +8 -0
- data/lib/tdlib/types/inline_keyboard_button_type/web_app.rb +8 -0
- data/lib/tdlib/types/inline_keyboard_button_type.rb +3 -1
- data/lib/tdlib/types/inline_query_results.rb +5 -8
- data/lib/tdlib/types/inline_query_results_button.rb +10 -0
- data/lib/tdlib/types/inline_query_results_button_type/start_bot.rb +9 -0
- data/lib/tdlib/types/inline_query_results_button_type/web_app.rb +8 -0
- data/lib/tdlib/types/inline_query_results_button_type.rb +11 -0
- data/lib/tdlib/types/input_background/previous.rb +8 -0
- data/lib/tdlib/types/input_background.rb +1 -0
- data/lib/tdlib/types/input_business_chat_link.rb +10 -0
- data/lib/tdlib/types/input_business_start_page.rb +15 -0
- data/lib/tdlib/types/input_chat_photo/animation.rb +1 -1
- data/lib/tdlib/types/input_chat_photo/sticker.rb +8 -0
- data/lib/tdlib/types/input_chat_photo.rb +1 -0
- data/lib/tdlib/types/input_credentials/new.rb +1 -1
- data/lib/tdlib/types/input_file/generated.rb +2 -2
- data/lib/tdlib/types/input_file/id.rb +1 -1
- data/lib/tdlib/types/input_file/remote.rb +3 -3
- data/lib/tdlib/types/input_identity_document.rb +6 -5
- data/lib/tdlib/types/input_inline_query_result/animation.rb +2 -3
- data/lib/tdlib/types/input_inline_query_result/article.rb +1 -1
- data/lib/tdlib/types/input_inline_query_result/audio.rb +1 -1
- data/lib/tdlib/types/input_inline_query_result/contact.rb +1 -1
- data/lib/tdlib/types/input_inline_query_result/document.rb +1 -1
- data/lib/tdlib/types/input_inline_query_result/game.rb +1 -1
- data/lib/tdlib/types/input_inline_query_result/location.rb +1 -1
- data/lib/tdlib/types/input_inline_query_result/photo.rb +1 -1
- data/lib/tdlib/types/input_inline_query_result/sticker.rb +4 -3
- data/lib/tdlib/types/input_inline_query_result/venue.rb +1 -1
- data/lib/tdlib/types/input_inline_query_result/video.rb +1 -1
- data/lib/tdlib/types/input_inline_query_result/voice_note.rb +1 -1
- data/lib/tdlib/types/input_invoice/message.rb +10 -0
- data/lib/tdlib/types/input_invoice/name.rb +8 -0
- data/lib/tdlib/types/input_invoice/telegram.rb +8 -0
- data/lib/tdlib/types/input_invoice.rb +12 -0
- data/lib/tdlib/types/input_message_content/animation.rb +10 -3
- data/lib/tdlib/types/input_message_content/audio.rb +5 -3
- data/lib/tdlib/types/input_message_content/dice.rb +1 -1
- data/lib/tdlib/types/input_message_content/document.rb +6 -5
- data/lib/tdlib/types/input_message_content/forwarded.rb +4 -3
- data/lib/tdlib/types/input_message_content/invoice.rb +7 -2
- data/lib/tdlib/types/input_message_content/location.rb +2 -2
- data/lib/tdlib/types/input_message_content/paid_media.rb +17 -0
- data/lib/tdlib/types/input_message_content/photo.rb +16 -6
- data/lib/tdlib/types/input_message_content/poll.rb +7 -5
- data/lib/tdlib/types/input_message_content/sticker.rb +2 -2
- data/lib/tdlib/types/input_message_content/story.rb +12 -0
- data/lib/tdlib/types/input_message_content/text.rb +7 -7
- data/lib/tdlib/types/input_message_content/video.rb +14 -7
- data/lib/tdlib/types/input_message_content/video_note.rb +6 -2
- data/lib/tdlib/types/input_message_content/voice_note.rb +9 -3
- data/lib/tdlib/types/input_message_content.rb +2 -0
- data/lib/tdlib/types/input_message_reply_to/external_message.rb +13 -0
- data/lib/tdlib/types/input_message_reply_to/message.rb +12 -0
- data/lib/tdlib/types/input_message_reply_to/story.rb +11 -0
- data/lib/tdlib/types/input_message_reply_to.rb +12 -0
- data/lib/tdlib/types/input_paid_media.rb +18 -0
- data/lib/tdlib/types/input_paid_media_type/photo.rb +8 -0
- data/lib/tdlib/types/input_paid_media_type/video.rb +10 -0
- data/lib/tdlib/types/input_paid_media_type.rb +11 -0
- data/lib/tdlib/types/input_sticker.rb +15 -7
- data/lib/tdlib/types/input_story_area.rb +10 -0
- data/lib/tdlib/types/input_story_area_type/found_venue.rb +10 -0
- data/lib/tdlib/types/input_story_area_type/link.rb +8 -0
- data/lib/tdlib/types/input_story_area_type/location.rb +10 -0
- data/lib/tdlib/types/input_story_area_type/message.rb +12 -0
- data/lib/tdlib/types/input_story_area_type/previous_venue.rb +10 -0
- data/lib/tdlib/types/input_story_area_type/suggested_reaction.rb +12 -0
- data/lib/tdlib/types/input_story_area_type/weather.rb +12 -0
- data/lib/tdlib/types/input_story_area_type.rb +16 -0
- data/lib/tdlib/types/input_story_areas.rb +13 -0
- data/lib/tdlib/types/input_story_content/photo.rb +12 -0
- data/lib/tdlib/types/input_story_content/video.rb +19 -0
- data/lib/tdlib/types/input_story_content.rb +11 -0
- data/lib/tdlib/types/input_text_quote.rb +12 -0
- data/lib/tdlib/types/internal_link_type/active_sessions.rb +6 -0
- data/lib/tdlib/types/internal_link_type/attachment_menu_bot.rb +21 -0
- data/lib/tdlib/types/internal_link_type/authentication_code.rb +9 -0
- data/lib/tdlib/types/internal_link_type/background.rb +10 -0
- data/lib/tdlib/types/internal_link_type/bot_add_to_channel.rb +16 -0
- data/lib/tdlib/types/internal_link_type/bot_start.rb +15 -0
- data/lib/tdlib/types/internal_link_type/bot_start_in_group.rb +23 -0
- data/lib/tdlib/types/internal_link_type/business_chat.rb +10 -0
- data/lib/tdlib/types/internal_link_type/buy_stars.rb +12 -0
- data/lib/tdlib/types/internal_link_type/change_phone_number.rb +5 -0
- data/lib/tdlib/types/internal_link_type/chat_boost.rb +12 -0
- data/lib/tdlib/types/internal_link_type/chat_folder_invite.rb +10 -0
- data/lib/tdlib/types/internal_link_type/chat_folder_settings.rb +5 -0
- data/lib/tdlib/types/internal_link_type/chat_invite.rb +10 -0
- data/lib/tdlib/types/internal_link_type/default_message_auto_delete_timer_settings.rb +5 -0
- data/lib/tdlib/types/internal_link_type/edit_profile_settings.rb +5 -0
- data/lib/tdlib/types/internal_link_type/game.rb +12 -0
- data/lib/tdlib/types/internal_link_type/instant_view.rb +12 -0
- data/lib/tdlib/types/internal_link_type/invoice.rb +9 -0
- data/lib/tdlib/types/internal_link_type/language_pack.rb +11 -0
- data/lib/tdlib/types/internal_link_type/language_settings.rb +5 -0
- data/lib/tdlib/types/internal_link_type/main_web_app.rb +18 -0
- data/lib/tdlib/types/internal_link_type/message.rb +10 -0
- data/lib/tdlib/types/internal_link_type/message_draft.rb +13 -0
- data/lib/tdlib/types/internal_link_type/passport_data_request.rb +22 -0
- data/lib/tdlib/types/internal_link_type/phone_number_confirmation.rb +13 -0
- data/lib/tdlib/types/internal_link_type/premium_features.rb +10 -0
- data/lib/tdlib/types/internal_link_type/premium_gift.rb +9 -0
- data/lib/tdlib/types/internal_link_type/premium_gift_code.rb +10 -0
- data/lib/tdlib/types/internal_link_type/privacy_and_security_settings.rb +5 -0
- data/lib/tdlib/types/internal_link_type/proxy.rb +13 -0
- data/lib/tdlib/types/internal_link_type/public_chat.rb +17 -0
- data/lib/tdlib/types/internal_link_type/qr_code_authentication.rb +8 -0
- data/lib/tdlib/types/internal_link_type/restore_purchases.rb +6 -0
- data/lib/tdlib/types/internal_link_type/settings.rb +5 -0
- data/lib/tdlib/types/internal_link_type/sticker_set.rb +12 -0
- data/lib/tdlib/types/internal_link_type/story.rb +12 -0
- data/lib/tdlib/types/internal_link_type/theme.rb +9 -0
- data/lib/tdlib/types/internal_link_type/theme_settings.rb +5 -0
- data/lib/tdlib/types/internal_link_type/unknown_deep_link.rb +9 -0
- data/lib/tdlib/types/internal_link_type/unsupported_proxy.rb +6 -0
- data/lib/tdlib/types/internal_link_type/user_phone_number.rb +16 -0
- data/lib/tdlib/types/internal_link_type/user_token.rb +10 -0
- data/lib/tdlib/types/internal_link_type/video_chat.rb +16 -0
- data/lib/tdlib/types/internal_link_type/web_app.rb +21 -0
- data/lib/tdlib/types/internal_link_type.rb +54 -0
- data/lib/tdlib/types/invite_link_chat_type/basic_group.rb +5 -0
- data/lib/tdlib/types/invite_link_chat_type/channel.rb +5 -0
- data/lib/tdlib/types/invite_link_chat_type/supergroup.rb +5 -0
- data/lib/tdlib/types/invite_link_chat_type.rb +12 -0
- data/lib/tdlib/types/invoice.rb +8 -0
- data/lib/tdlib/types/keyboard_button_type/request_chat.rb +41 -0
- data/lib/tdlib/types/keyboard_button_type/request_users.rb +28 -0
- data/lib/tdlib/types/keyboard_button_type/text.rb +1 -1
- data/lib/tdlib/types/keyboard_button_type/web_app.rb +8 -0
- data/lib/tdlib/types/keyboard_button_type.rb +3 -0
- data/lib/tdlib/types/language_pack_info.rb +2 -2
- data/lib/tdlib/types/language_pack_string.rb +2 -1
- data/lib/tdlib/types/language_pack_string_value/deleted.rb +1 -1
- data/lib/tdlib/types/language_pack_string_value/pluralized.rb +1 -1
- data/lib/tdlib/types/link_preview.rb +35 -0
- data/lib/tdlib/types/link_preview_album_media/photo.rb +8 -0
- data/lib/tdlib/types/link_preview_album_media/video.rb +8 -0
- data/lib/tdlib/types/link_preview_album_media.rb +11 -0
- data/lib/tdlib/types/link_preview_options.rb +20 -0
- data/lib/tdlib/types/link_preview_type/album.rb +10 -0
- data/lib/tdlib/types/link_preview_type/animation.rb +10 -0
- data/lib/tdlib/types/link_preview_type/app.rb +10 -0
- data/lib/tdlib/types/link_preview_type/article.rb +10 -0
- data/lib/tdlib/types/link_preview_type/audio.rb +16 -0
- data/lib/tdlib/types/link_preview_type/background.rb +11 -0
- data/lib/tdlib/types/link_preview_type/channel_boost.rb +8 -0
- data/lib/tdlib/types/link_preview_type/chat.rb +12 -0
- data/lib/tdlib/types/link_preview_type/document.rb +10 -0
- data/lib/tdlib/types/link_preview_type/embedded_animation_player.rb +18 -0
- data/lib/tdlib/types/link_preview_type/embedded_audio_player.rb +18 -0
- data/lib/tdlib/types/link_preview_type/embedded_video_player.rb +18 -0
- data/lib/tdlib/types/link_preview_type/invoice.rb +5 -0
- data/lib/tdlib/types/link_preview_type/message.rb +5 -0
- data/lib/tdlib/types/link_preview_type/photo.rb +10 -0
- data/lib/tdlib/types/link_preview_type/premium_gift_code.rb +5 -0
- data/lib/tdlib/types/link_preview_type/shareable_chat_folder.rb +5 -0
- data/lib/tdlib/types/link_preview_type/sticker.rb +9 -0
- data/lib/tdlib/types/link_preview_type/sticker_set.rb +8 -0
- data/lib/tdlib/types/link_preview_type/story.rb +11 -0
- data/lib/tdlib/types/link_preview_type/supergroup_boost.rb +8 -0
- data/lib/tdlib/types/link_preview_type/theme.rb +11 -0
- data/lib/tdlib/types/link_preview_type/unsupported.rb +5 -0
- data/lib/tdlib/types/link_preview_type/user.rb +10 -0
- data/lib/tdlib/types/link_preview_type/video.rb +20 -0
- data/lib/tdlib/types/link_preview_type/video_chat.rb +11 -0
- data/lib/tdlib/types/link_preview_type/video_note.rb +8 -0
- data/lib/tdlib/types/link_preview_type/voice_note.rb +8 -0
- data/lib/tdlib/types/link_preview_type/web_app.rb +8 -0
- data/lib/tdlib/types/link_preview_type.rb +38 -0
- data/lib/tdlib/types/local_file.rb +4 -4
- data/lib/tdlib/types/location_address.rb +14 -0
- data/lib/tdlib/types/log_stream/file.rb +1 -1
- data/lib/tdlib/types/login_url_info/open.rb +3 -3
- data/lib/tdlib/types/login_url_info/request_confirmation.rb +2 -2
- data/lib/tdlib/types/main_web_app.rb +11 -0
- data/lib/tdlib/types/mask_point/chin.rb +1 -1
- data/lib/tdlib/types/mask_point/eyes.rb +1 -1
- data/lib/tdlib/types/mask_point/forehead.rb +1 -1
- data/lib/tdlib/types/mask_point/mouth.rb +1 -1
- data/lib/tdlib/types/mask_point.rb +1 -1
- data/lib/tdlib/types/mask_position.rb +2 -2
- data/lib/tdlib/types/message.rb +57 -37
- data/lib/tdlib/types/message_auto_delete_time.rb +9 -0
- data/lib/tdlib/types/message_calendar.rb +10 -0
- data/lib/tdlib/types/message_calendar_day.rb +10 -0
- data/lib/tdlib/types/message_content/animated_emoji.rb +10 -0
- data/lib/tdlib/types/message_content/animation.rb +5 -0
- data/lib/tdlib/types/message_content/bot_write_access_allowed.rb +8 -0
- data/lib/tdlib/types/message_content/chat_boost.rb +8 -0
- data/lib/tdlib/types/message_content/chat_join_by_link.rb +1 -1
- data/lib/tdlib/types/message_content/chat_join_by_request.rb +5 -0
- data/lib/tdlib/types/message_content/chat_set_background.rb +14 -0
- data/lib/tdlib/types/message_content/chat_set_message_auto_delete_time.rb +10 -0
- data/lib/tdlib/types/message_content/chat_set_theme.rb +9 -0
- data/lib/tdlib/types/message_content/chat_shared.rb +10 -0
- data/lib/tdlib/types/message_content/dice.rb +2 -2
- data/lib/tdlib/types/message_content/expired_photo.rb +1 -1
- data/lib/tdlib/types/message_content/expired_video.rb +1 -1
- data/lib/tdlib/types/message_content/expired_video_note.rb +5 -0
- data/lib/tdlib/types/message_content/expired_voice_note.rb +5 -0
- data/lib/tdlib/types/message_content/forum_topic_created.rb +10 -0
- data/lib/tdlib/types/message_content/forum_topic_edited.rb +13 -0
- data/lib/tdlib/types/message_content/forum_topic_is_closed_toggled.rb +8 -0
- data/lib/tdlib/types/message_content/forum_topic_is_hidden_toggled.rb +8 -0
- data/lib/tdlib/types/message_content/gifted_premium.rb +24 -0
- data/lib/tdlib/types/message_content/gifted_stars.rb +26 -0
- data/lib/tdlib/types/message_content/invite_video_chat_participants.rb +11 -0
- data/lib/tdlib/types/message_content/invoice.rb +9 -9
- data/lib/tdlib/types/message_content/location.rb +4 -3
- data/lib/tdlib/types/message_content/paid_media.rb +15 -0
- data/lib/tdlib/types/message_content/passport_data_sent.rb +1 -1
- data/lib/tdlib/types/message_content/payment_refunded.rb +18 -0
- data/lib/tdlib/types/message_content/payment_successful.rb +9 -3
- data/lib/tdlib/types/message_content/payment_successful_bot.rb +4 -0
- data/lib/tdlib/types/message_content/photo.rb +6 -1
- data/lib/tdlib/types/message_content/premium_gift_code.rb +29 -0
- data/lib/tdlib/types/message_content/premium_giveaway.rb +15 -0
- data/lib/tdlib/types/message_content/premium_giveaway_completed.rb +13 -0
- data/lib/tdlib/types/message_content/premium_giveaway_created.rb +6 -0
- data/lib/tdlib/types/message_content/premium_giveaway_winners.rb +31 -0
- data/lib/tdlib/types/message_content/proximity_alert_triggered.rb +5 -4
- data/lib/tdlib/types/message_content/sticker.rb +2 -0
- data/lib/tdlib/types/message_content/story.rb +12 -0
- data/lib/tdlib/types/message_content/suggest_profile_photo.rb +9 -0
- data/lib/tdlib/types/message_content/text.rb +5 -2
- data/lib/tdlib/types/message_content/unsupported.rb +1 -1
- data/lib/tdlib/types/message_content/users_shared.rb +10 -0
- data/lib/tdlib/types/message_content/video.rb +5 -0
- data/lib/tdlib/types/message_content/video_chat_ended.rb +8 -0
- data/lib/tdlib/types/message_content/{voice_chat_scheduled.rb → video_chat_scheduled.rb} +4 -4
- data/lib/tdlib/types/message_content/video_chat_started.rb +9 -0
- data/lib/tdlib/types/message_content/web_app_data_received.rb +11 -0
- data/lib/tdlib/types/message_content/web_app_data_sent.rb +9 -0
- data/lib/tdlib/types/message_content.rb +34 -8
- data/lib/tdlib/types/message_copy_options.rb +11 -6
- data/lib/tdlib/types/message_effect.rb +16 -0
- data/lib/tdlib/types/message_effect_type/emoji_reaction.rb +10 -0
- data/lib/tdlib/types/message_effect_type/premium_sticker.rb +9 -0
- data/lib/tdlib/types/message_effect_type.rb +11 -0
- data/lib/tdlib/types/message_file_type/group.rb +1 -1
- data/lib/tdlib/types/message_file_type/private.rb +1 -1
- data/lib/tdlib/types/message_file_type/unknown.rb +1 -1
- data/lib/tdlib/types/message_forward_info.rb +7 -11
- data/lib/tdlib/types/message_import_info.rb +10 -0
- data/lib/tdlib/types/message_interaction_info.rb +4 -2
- data/lib/tdlib/types/message_link.rb +2 -2
- data/lib/tdlib/types/message_link_info.rb +10 -5
- data/lib/tdlib/types/{message_forward_origin → message_origin}/channel.rb +2 -2
- data/lib/tdlib/types/message_origin/chat.rb +11 -0
- data/lib/tdlib/types/{message_forward_origin → message_origin}/hidden_user.rb +1 -1
- data/lib/tdlib/types/{message_forward_origin → message_origin}/user.rb +1 -1
- data/lib/tdlib/types/message_origin.rb +13 -0
- data/lib/tdlib/types/message_position.rb +12 -0
- data/lib/tdlib/types/message_positions.rb +10 -0
- data/lib/tdlib/types/message_properties.rb +72 -0
- data/lib/tdlib/types/message_reaction.rb +18 -0
- data/lib/tdlib/types/message_reactions.rb +15 -0
- data/lib/tdlib/types/message_read_date/my_privacy_restricted.rb +6 -0
- data/lib/tdlib/types/message_read_date/read.rb +8 -0
- data/lib/tdlib/types/message_read_date/too_old.rb +5 -0
- data/lib/tdlib/types/message_read_date/unread.rb +5 -0
- data/lib/tdlib/types/message_read_date/user_privacy_restricted.rb +5 -0
- data/lib/tdlib/types/message_read_date.rb +14 -0
- data/lib/tdlib/types/message_reply_info.rb +4 -3
- data/lib/tdlib/types/message_reply_to/message.rb +26 -0
- data/lib/tdlib/types/message_reply_to/story.rb +10 -0
- data/lib/tdlib/types/message_reply_to.rb +11 -0
- data/lib/tdlib/types/message_scheduling_state/send_at_date.rb +1 -1
- data/lib/tdlib/types/message_scheduling_state/send_when_online.rb +2 -2
- data/lib/tdlib/types/message_self_destruct_type/immediately.rb +5 -0
- data/lib/tdlib/types/message_self_destruct_type/timer.rb +9 -0
- data/lib/tdlib/types/message_self_destruct_type.rb +11 -0
- data/lib/tdlib/types/message_send_options.rb +17 -1
- data/lib/tdlib/types/message_senders.rb +1 -1
- data/lib/tdlib/types/message_sending_state/failed.rb +12 -5
- data/lib/tdlib/types/message_sending_state/pending.rb +3 -0
- data/lib/tdlib/types/message_source/chat_event_log.rb +5 -0
- data/lib/tdlib/types/message_source/chat_history.rb +5 -0
- data/lib/tdlib/types/message_source/chat_list.rb +5 -0
- data/lib/tdlib/types/message_source/forum_topic_history.rb +5 -0
- data/lib/tdlib/types/message_source/history_preview.rb +5 -0
- data/lib/tdlib/types/message_source/message_thread_history.rb +5 -0
- data/lib/tdlib/types/message_source/notification.rb +5 -0
- data/lib/tdlib/types/message_source/other.rb +5 -0
- data/lib/tdlib/types/message_source/screenshot.rb +6 -0
- data/lib/tdlib/types/message_source/search.rb +6 -0
- data/lib/tdlib/types/message_source.rb +19 -0
- data/lib/tdlib/types/message_sponsor.rb +13 -0
- data/lib/tdlib/types/message_statistics.rb +2 -0
- data/lib/tdlib/types/message_thread_info.rb +7 -4
- data/lib/tdlib/types/message_viewer.rb +10 -0
- data/lib/tdlib/types/message_viewers.rb +8 -0
- data/lib/tdlib/types/messages.rb +1 -1
- data/lib/tdlib/types/network_statistics_entry/file.rb +2 -1
- data/lib/tdlib/types/network_type.rb +1 -1
- data/lib/tdlib/types/new_chat_privacy_settings.rb +10 -0
- data/lib/tdlib/types/notification.rb +1 -1
- data/lib/tdlib/types/notification_settings_scope/channel_chats.rb +1 -1
- data/lib/tdlib/types/notification_settings_scope/group_chats.rb +2 -2
- data/lib/tdlib/types/notification_settings_scope.rb +1 -1
- data/lib/tdlib/types/notification_sound.rb +18 -0
- data/lib/tdlib/types/notification_sounds.rb +8 -0
- data/lib/tdlib/types/notification_type/new_message.rb +2 -0
- data/lib/tdlib/types/notification_type/new_push_message.rb +4 -4
- data/lib/tdlib/types/page_block/animation.rb +1 -1
- data/lib/tdlib/types/page_block/chat_link.rb +3 -1
- data/lib/tdlib/types/page_block/embedded.rb +3 -3
- data/lib/tdlib/types/page_block/embedded_post.rb +1 -1
- data/lib/tdlib/types/page_block/preformatted.rb +1 -1
- data/lib/tdlib/types/page_block/video.rb +2 -2
- data/lib/tdlib/types/page_block.rb +1 -1
- data/lib/tdlib/types/page_block_caption.rb +1 -1
- data/lib/tdlib/types/page_block_horizontal_alignment/center.rb +1 -1
- data/lib/tdlib/types/page_block_horizontal_alignment/left.rb +1 -1
- data/lib/tdlib/types/page_block_horizontal_alignment/right.rb +1 -1
- data/lib/tdlib/types/page_block_table_cell.rb +3 -3
- data/lib/tdlib/types/page_block_vertical_alignment/bottom.rb +1 -1
- data/lib/tdlib/types/page_block_vertical_alignment/middle.rb +1 -1
- data/lib/tdlib/types/page_block_vertical_alignment/top.rb +1 -1
- data/lib/tdlib/types/paid_media/photo.rb +8 -0
- data/lib/tdlib/types/paid_media/preview.rb +14 -0
- data/lib/tdlib/types/paid_media/unsupported.rb +5 -0
- data/lib/tdlib/types/paid_media/video.rb +8 -0
- data/lib/tdlib/types/paid_media.rb +13 -0
- data/lib/tdlib/types/paid_reactor.rb +18 -0
- data/lib/tdlib/types/passport_authorization_form.rb +2 -2
- data/lib/tdlib/types/passport_element_type.rb +1 -1
- data/lib/tdlib/types/password_state.rb +5 -0
- data/lib/tdlib/types/payment_form.rb +4 -19
- data/lib/tdlib/types/payment_form_type/regular.rb +23 -0
- data/lib/tdlib/types/payment_form_type/stars.rb +8 -0
- data/lib/tdlib/types/payment_form_type.rb +11 -0
- data/lib/tdlib/types/payment_option.rb +10 -0
- data/lib/tdlib/types/payment_provider/other.rb +8 -0
- data/lib/tdlib/types/payment_provider/smart_glocal.rb +10 -0
- data/lib/tdlib/types/{payments_provider_stripe.rb → payment_provider/stripe.rb} +1 -1
- data/lib/tdlib/types/payment_provider.rb +12 -0
- data/lib/tdlib/types/payment_receipt.rb +4 -18
- data/lib/tdlib/types/payment_receipt_type/regular.rb +18 -0
- data/lib/tdlib/types/payment_receipt_type/stars.rb +10 -0
- data/lib/tdlib/types/payment_receipt_type.rb +11 -0
- data/lib/tdlib/types/payment_result.rb +2 -2
- data/lib/tdlib/types/phone_number_authentication_settings.rb +14 -1
- data/lib/tdlib/types/phone_number_code_type/change.rb +6 -0
- data/lib/tdlib/types/phone_number_code_type/confirm_ownership.rb +9 -0
- data/lib/tdlib/types/phone_number_code_type/verify.rb +5 -0
- data/lib/tdlib/types/phone_number_code_type.rb +12 -0
- data/lib/tdlib/types/phone_number_info.rb +5 -0
- data/lib/tdlib/types/photo_size.rb +1 -1
- data/lib/tdlib/types/poll.rb +7 -5
- data/lib/tdlib/types/poll_option.rb +3 -2
- data/lib/tdlib/types/poll_type.rb +1 -1
- data/lib/tdlib/types/premium_feature/accent_color.rb +5 -0
- data/lib/tdlib/types/premium_feature/advanced_chat_management.rb +6 -0
- data/lib/tdlib/types/premium_feature/animated_profile_photo.rb +5 -0
- data/lib/tdlib/types/premium_feature/app_icons.rb +5 -0
- data/lib/tdlib/types/premium_feature/background_for_both.rb +5 -0
- data/lib/tdlib/types/premium_feature/business.rb +5 -0
- data/lib/tdlib/types/premium_feature/chat_boost.rb +5 -0
- data/lib/tdlib/types/premium_feature/custom_emoji.rb +5 -0
- data/lib/tdlib/types/premium_feature/disabled_ads.rb +5 -0
- data/lib/tdlib/types/premium_feature/emoji_status.rb +5 -0
- data/lib/tdlib/types/premium_feature/forum_topic_icon.rb +5 -0
- data/lib/tdlib/types/premium_feature/improved_download_speed.rb +5 -0
- data/lib/tdlib/types/premium_feature/increased_limits.rb +5 -0
- data/lib/tdlib/types/premium_feature/increased_upload_file_size.rb +5 -0
- data/lib/tdlib/types/premium_feature/last_seen_times.rb +6 -0
- data/lib/tdlib/types/premium_feature/message_effects.rb +5 -0
- data/lib/tdlib/types/premium_feature/message_privacy.rb +7 -0
- data/lib/tdlib/types/premium_feature/profile_badge.rb +5 -0
- data/lib/tdlib/types/premium_feature/real_time_chat_translation.rb +5 -0
- data/lib/tdlib/types/premium_feature/saved_messages_tags.rb +5 -0
- data/lib/tdlib/types/premium_feature/unique_reactions.rb +5 -0
- data/lib/tdlib/types/premium_feature/unique_stickers.rb +5 -0
- data/lib/tdlib/types/premium_feature/upgraded_stories.rb +5 -0
- data/lib/tdlib/types/premium_feature/voice_recognition.rb +5 -0
- data/lib/tdlib/types/premium_feature.rb +33 -0
- data/lib/tdlib/types/premium_feature_promotion_animation.rb +10 -0
- data/lib/tdlib/types/premium_features.rb +13 -0
- data/lib/tdlib/types/premium_gift_code_info.rb +25 -0
- data/lib/tdlib/types/premium_gift_code_payment_option.rb +20 -0
- data/lib/tdlib/types/premium_gift_code_payment_options.rb +8 -0
- data/lib/tdlib/types/premium_giveaway_info/completed.rb +20 -0
- data/lib/tdlib/types/premium_giveaway_info/ongoing.rb +12 -0
- data/lib/tdlib/types/premium_giveaway_info.rb +11 -0
- data/lib/tdlib/types/premium_giveaway_parameters.rb +31 -0
- data/lib/tdlib/types/premium_giveaway_participant_status/administrator.rb +9 -0
- data/lib/tdlib/types/premium_giveaway_participant_status/already_was_member.rb +8 -0
- data/lib/tdlib/types/premium_giveaway_participant_status/disallowed_country.rb +8 -0
- data/lib/tdlib/types/premium_giveaway_participant_status/eligible.rb +5 -0
- data/lib/tdlib/types/premium_giveaway_participant_status/participating.rb +5 -0
- data/lib/tdlib/types/premium_giveaway_participant_status.rb +14 -0
- data/lib/tdlib/types/premium_limit.rb +12 -0
- data/lib/tdlib/types/premium_limit_type/active_story_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/bio_length.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/caption_length.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/chat_folder_chosen_chat_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/chat_folder_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/chat_folder_invite_link_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/created_public_chat_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/favorite_sticker_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/monthly_sent_story_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/pinned_archived_chat_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/pinned_chat_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/pinned_saved_messages_topic_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/saved_animation_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/shareable_chat_folder_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/similar_chat_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/story_caption_length.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/story_suggested_reaction_area_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/supergroup_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type/weekly_sent_story_count.rb +5 -0
- data/lib/tdlib/types/premium_limit_type.rb +28 -0
- data/lib/tdlib/types/premium_payment_option.rb +19 -0
- data/lib/tdlib/types/premium_source/business_feature.rb +8 -0
- data/lib/tdlib/types/premium_source/feature.rb +8 -0
- data/lib/tdlib/types/premium_source/limit_exceeded.rb +8 -0
- data/lib/tdlib/types/premium_source/link.rb +8 -0
- data/lib/tdlib/types/premium_source/settings.rb +5 -0
- data/lib/tdlib/types/premium_source/story_feature.rb +8 -0
- data/lib/tdlib/types/premium_source.rb +15 -0
- data/lib/tdlib/types/premium_state.rb +18 -0
- data/lib/tdlib/types/premium_state_payment_option.rb +16 -0
- data/lib/tdlib/types/premium_story_feature/custom_expiration_duration.rb +5 -0
- data/lib/tdlib/types/premium_story_feature/links_and_formatting.rb +5 -0
- data/lib/tdlib/types/premium_story_feature/permanent_views_history.rb +5 -0
- data/lib/tdlib/types/premium_story_feature/priority_order.rb +5 -0
- data/lib/tdlib/types/premium_story_feature/save_stories.rb +5 -0
- data/lib/tdlib/types/premium_story_feature/stealth_mode.rb +5 -0
- data/lib/tdlib/types/premium_story_feature/video_quality.rb +5 -0
- data/lib/tdlib/types/premium_story_feature.rb +16 -0
- data/lib/tdlib/types/prepaid_premium_giveaway.rb +15 -0
- data/lib/tdlib/types/product_info.rb +12 -0
- data/lib/tdlib/types/profile_accent_color.rb +18 -0
- data/lib/tdlib/types/profile_accent_colors.rb +15 -0
- data/lib/tdlib/types/profile_photo.rb +2 -0
- data/lib/tdlib/types/proxy.rb +1 -1
- data/lib/tdlib/types/proxy_type.rb +1 -1
- data/lib/tdlib/types/public_chat_type/has_username.rb +1 -1
- data/lib/tdlib/types/public_chat_type.rb +1 -1
- data/lib/tdlib/types/public_forward/message.rb +8 -0
- data/lib/tdlib/types/public_forward/story.rb +8 -0
- data/lib/tdlib/types/public_forward.rb +11 -0
- data/lib/tdlib/types/public_forwards.rb +13 -0
- data/lib/tdlib/types/push_message_content/chat_add_members.rb +1 -1
- data/lib/tdlib/types/push_message_content/chat_delete_member.rb +1 -1
- data/lib/tdlib/types/push_message_content/chat_join_by_link.rb +1 -1
- data/lib/tdlib/types/push_message_content/chat_join_by_request.rb +5 -0
- data/lib/tdlib/types/push_message_content/chat_set_background.rb +8 -0
- data/lib/tdlib/types/push_message_content/chat_set_theme.rb +9 -0
- data/lib/tdlib/types/push_message_content/media_album.rb +1 -1
- data/lib/tdlib/types/push_message_content/paid_media.rb +11 -0
- data/lib/tdlib/types/push_message_content/premium_gift_code.rb +9 -0
- data/lib/tdlib/types/push_message_content/premium_giveaway.rb +14 -0
- data/lib/tdlib/types/push_message_content/recurring_payment.rb +8 -0
- data/lib/tdlib/types/push_message_content/story.rb +8 -0
- data/lib/tdlib/types/push_message_content/suggest_profile_photo.rb +5 -0
- data/lib/tdlib/types/push_message_content.rb +9 -0
- data/lib/tdlib/types/quick_reply_message.rb +25 -0
- data/lib/tdlib/types/quick_reply_messages.rb +8 -0
- data/lib/tdlib/types/quick_reply_shortcut.rb +14 -0
- data/lib/tdlib/types/reaction_notification_settings.rb +16 -0
- data/lib/tdlib/types/reaction_notification_source/all.rb +5 -0
- data/lib/tdlib/types/reaction_notification_source/contacts.rb +5 -0
- data/lib/tdlib/types/reaction_notification_source/none.rb +5 -0
- data/lib/tdlib/types/reaction_notification_source.rb +12 -0
- data/lib/tdlib/types/reaction_type/custom_emoji.rb +8 -0
- data/lib/tdlib/types/reaction_type/emoji.rb +8 -0
- data/lib/tdlib/types/reaction_type/paid.rb +5 -0
- data/lib/tdlib/types/reaction_type.rb +12 -0
- data/lib/tdlib/types/reaction_unavailability_reason/anonymous_administrator.rb +6 -0
- data/lib/tdlib/types/reaction_unavailability_reason/guest.rb +5 -0
- data/lib/tdlib/types/reaction_unavailability_reason.rb +11 -0
- data/lib/tdlib/types/read_date_privacy_settings.rb +11 -0
- data/lib/tdlib/types/recommended_chat_folder.rb +10 -0
- data/lib/tdlib/types/recommended_chat_folders.rb +8 -0
- data/lib/tdlib/types/remote_file.rb +6 -6
- data/lib/tdlib/types/reply_markup/force_reply.rb +3 -0
- data/lib/tdlib/types/reply_markup/remove_keyboard.rb +1 -1
- data/lib/tdlib/types/reply_markup/show_keyboard.rb +6 -0
- data/lib/tdlib/types/report_chat_sponsored_message_option.rb +10 -0
- data/lib/tdlib/types/report_chat_sponsored_message_result/ads_hidden.rb +5 -0
- data/lib/tdlib/types/report_chat_sponsored_message_result/failed.rb +5 -0
- data/lib/tdlib/types/report_chat_sponsored_message_result/ok.rb +5 -0
- data/lib/tdlib/types/report_chat_sponsored_message_result/option_required.rb +10 -0
- data/lib/tdlib/types/report_chat_sponsored_message_result/premium_required.rb +5 -0
- data/lib/tdlib/types/report_chat_sponsored_message_result.rb +14 -0
- data/lib/tdlib/types/{chat_report_reason → report_reason}/child_abuse.rb +1 -1
- data/lib/tdlib/types/{chat_report_reason → report_reason}/copyright.rb +1 -1
- data/lib/tdlib/types/{chat_report_reason → report_reason}/custom.rb +1 -1
- data/lib/tdlib/types/{chat_report_reason → report_reason}/fake.rb +1 -1
- data/lib/tdlib/types/report_reason/illegal_drugs.rb +5 -0
- data/lib/tdlib/types/report_reason/personal_details.rb +5 -0
- data/lib/tdlib/types/{chat_report_reason → report_reason}/pornography.rb +1 -1
- data/lib/tdlib/types/{chat_report_reason → report_reason}/spam.rb +1 -1
- data/lib/tdlib/types/{chat_report_reason → report_reason}/unrelated_location.rb +1 -1
- data/lib/tdlib/types/{chat_report_reason → report_reason}/violence.rb +1 -1
- data/lib/tdlib/types/{chat_report_reason.rb → report_reason.rb} +4 -2
- data/lib/tdlib/types/resend_code_reason/user_request.rb +5 -0
- data/lib/tdlib/types/resend_code_reason/verification_failed.rb +9 -0
- data/lib/tdlib/types/resend_code_reason.rb +11 -0
- data/lib/tdlib/types/reset_password_result/declined.rb +8 -0
- data/lib/tdlib/types/reset_password_result/ok.rb +5 -0
- data/lib/tdlib/types/reset_password_result/pending.rb +9 -0
- data/lib/tdlib/types/reset_password_result.rb +12 -0
- data/lib/tdlib/types/revenue_withdrawal_state/failed.rb +5 -0
- data/lib/tdlib/types/revenue_withdrawal_state/pending.rb +5 -0
- data/lib/tdlib/types/revenue_withdrawal_state/succeeded.rb +10 -0
- data/lib/tdlib/types/revenue_withdrawal_state.rb +12 -0
- data/lib/tdlib/types/rich_text/anchor_link.rb +2 -2
- data/lib/tdlib/types/rich_text/icon.rb +2 -2
- data/lib/tdlib/types/rich_text/reference.rb +1 -1
- data/lib/tdlib/types/rich_text.rb +1 -1
- data/lib/tdlib/types/rtmp_url.rb +10 -0
- data/lib/tdlib/types/saved_credentials.rb +1 -1
- data/lib/tdlib/types/saved_messages_tag.rb +13 -0
- data/lib/tdlib/types/saved_messages_tags.rb +8 -0
- data/lib/tdlib/types/saved_messages_topic.rb +19 -0
- data/lib/tdlib/types/saved_messages_topic_type/author_hidden.rb +5 -0
- data/lib/tdlib/types/saved_messages_topic_type/my_notes.rb +5 -0
- data/lib/tdlib/types/saved_messages_topic_type/saved_from_chat.rb +8 -0
- data/lib/tdlib/types/saved_messages_topic_type.rb +12 -0
- data/lib/tdlib/types/scope_autosave_settings.rb +12 -0
- data/lib/tdlib/types/scope_notification_settings.rb +13 -4
- data/lib/tdlib/types/search_messages_filter/unread_reaction.rb +7 -0
- data/lib/tdlib/types/search_messages_filter.rb +1 -2
- data/lib/tdlib/types/secret_chat.rb +4 -3
- data/lib/tdlib/types/sent_web_app_message.rb +8 -0
- data/lib/tdlib/types/session.rb +16 -8
- data/lib/tdlib/types/session_type/android.rb +5 -0
- data/lib/tdlib/types/session_type/apple.rb +5 -0
- data/lib/tdlib/types/session_type/brave.rb +5 -0
- data/lib/tdlib/types/session_type/chrome.rb +5 -0
- data/lib/tdlib/types/session_type/edge.rb +5 -0
- data/lib/tdlib/types/session_type/firefox.rb +5 -0
- data/lib/tdlib/types/session_type/ipad.rb +5 -0
- data/lib/tdlib/types/session_type/iphone.rb +5 -0
- data/lib/tdlib/types/session_type/linux.rb +5 -0
- data/lib/tdlib/types/session_type/mac.rb +5 -0
- data/lib/tdlib/types/session_type/opera.rb +5 -0
- data/lib/tdlib/types/session_type/safari.rb +5 -0
- data/lib/tdlib/types/session_type/ubuntu.rb +5 -0
- data/lib/tdlib/types/session_type/unknown.rb +5 -0
- data/lib/tdlib/types/session_type/vivaldi.rb +5 -0
- data/lib/tdlib/types/session_type/windows.rb +5 -0
- data/lib/tdlib/types/session_type/xbox.rb +5 -0
- data/lib/tdlib/types/session_type.rb +26 -0
- data/lib/tdlib/types/sessions.rb +3 -0
- data/lib/tdlib/types/shared_chat.rb +14 -0
- data/lib/tdlib/types/shared_user.rb +16 -0
- data/lib/tdlib/types/speech_recognition_result/error.rb +9 -0
- data/lib/tdlib/types/speech_recognition_result/pending.rb +8 -0
- data/lib/tdlib/types/speech_recognition_result/text.rb +8 -0
- data/lib/tdlib/types/speech_recognition_result.rb +12 -0
- data/lib/tdlib/types/sponsored_message.rb +31 -0
- data/lib/tdlib/types/sponsored_messages.rb +11 -0
- data/lib/tdlib/types/star_payment_option.rb +18 -0
- data/lib/tdlib/types/star_payment_options.rb +8 -0
- data/lib/tdlib/types/star_revenue_statistics.rb +12 -0
- data/lib/tdlib/types/star_revenue_status.rb +17 -0
- data/lib/tdlib/types/star_subscription.rb +25 -0
- data/lib/tdlib/types/star_subscription_pricing.rb +10 -0
- data/lib/tdlib/types/star_subscriptions.rb +16 -0
- data/lib/tdlib/types/star_transaction.rb +17 -0
- data/lib/tdlib/types/star_transaction_direction/incoming.rb +5 -0
- data/lib/tdlib/types/star_transaction_direction/outgoing.rb +5 -0
- data/lib/tdlib/types/star_transaction_direction.rb +11 -0
- data/lib/tdlib/types/star_transaction_partner/app_store.rb +5 -0
- data/lib/tdlib/types/star_transaction_partner/bot.rb +10 -0
- data/lib/tdlib/types/star_transaction_partner/business.rb +10 -0
- data/lib/tdlib/types/star_transaction_partner/channel.rb +10 -0
- data/lib/tdlib/types/star_transaction_partner/fragment.rb +9 -0
- data/lib/tdlib/types/star_transaction_partner/google_play.rb +5 -0
- data/lib/tdlib/types/star_transaction_partner/telegram.rb +5 -0
- data/lib/tdlib/types/star_transaction_partner/telegram_ads.rb +5 -0
- data/lib/tdlib/types/star_transaction_partner/unsupported.rb +5 -0
- data/lib/tdlib/types/star_transaction_partner/user.rb +11 -0
- data/lib/tdlib/types/star_transaction_partner.rb +19 -0
- data/lib/tdlib/types/star_transactions.rb +13 -0
- data/lib/tdlib/types/sticker.rb +7 -7
- data/lib/tdlib/types/sticker_format/tgs.rb +5 -0
- data/lib/tdlib/types/sticker_format/webm.rb +5 -0
- data/lib/tdlib/types/sticker_format/webp.rb +5 -0
- data/lib/tdlib/types/sticker_format.rb +12 -0
- data/lib/tdlib/types/sticker_full_type/custom_emoji.rb +12 -0
- data/lib/tdlib/types/sticker_full_type/mask.rb +8 -0
- data/lib/tdlib/types/sticker_full_type/regular.rb +9 -0
- data/lib/tdlib/types/sticker_full_type.rb +12 -0
- data/lib/tdlib/types/sticker_set.rb +13 -7
- data/lib/tdlib/types/sticker_set_info.rb +15 -9
- data/lib/tdlib/types/sticker_type/custom_emoji.rb +5 -0
- data/lib/tdlib/types/sticker_type/mask.rb +5 -0
- data/lib/tdlib/types/sticker_type/regular.rb +5 -0
- data/lib/tdlib/types/sticker_type.rb +12 -0
- data/lib/tdlib/types/storage_statistics.rb +1 -1
- data/lib/tdlib/types/storage_statistics_by_chat.rb +1 -1
- data/lib/tdlib/types/storage_statistics_by_file_type.rb +1 -1
- data/lib/tdlib/types/storage_statistics_fast.rb +1 -1
- data/lib/tdlib/types/store_payment_purpose/gifted_premium.rb +12 -0
- data/lib/tdlib/types/store_payment_purpose/gifted_stars.rb +14 -0
- data/lib/tdlib/types/store_payment_purpose/premium_gift_codes.rb +15 -0
- data/lib/tdlib/types/store_payment_purpose/premium_giveaway.rb +12 -0
- data/lib/tdlib/types/store_payment_purpose/premium_subscription.rb +11 -0
- data/lib/tdlib/types/store_payment_purpose/stars.rb +12 -0
- data/lib/tdlib/types/store_payment_purpose.rb +15 -0
- data/lib/tdlib/types/stories.rb +13 -0
- data/lib/tdlib/types/story.rb +62 -0
- data/lib/tdlib/types/story_area.rb +10 -0
- data/lib/tdlib/types/story_area_position.rb +19 -0
- data/lib/tdlib/types/story_area_type/link.rb +8 -0
- data/lib/tdlib/types/story_area_type/location.rb +10 -0
- data/lib/tdlib/types/story_area_type/message.rb +10 -0
- data/lib/tdlib/types/story_area_type/suggested_reaction.rb +15 -0
- data/lib/tdlib/types/story_area_type/venue.rb +8 -0
- data/lib/tdlib/types/story_area_type/weather.rb +12 -0
- data/lib/tdlib/types/story_area_type.rb +15 -0
- data/lib/tdlib/types/story_content/photo.rb +8 -0
- data/lib/tdlib/types/story_content/unsupported.rb +5 -0
- data/lib/tdlib/types/story_content/video.rb +11 -0
- data/lib/tdlib/types/story_content.rb +12 -0
- data/lib/tdlib/types/story_full_id.rb +10 -0
- data/lib/tdlib/types/story_info.rb +12 -0
- data/lib/tdlib/types/story_interaction.rb +15 -0
- data/lib/tdlib/types/story_interaction_info.rb +14 -0
- data/lib/tdlib/types/story_interaction_type/forward.rb +8 -0
- data/lib/tdlib/types/story_interaction_type/repost.rb +8 -0
- data/lib/tdlib/types/story_interaction_type/view.rb +9 -0
- data/lib/tdlib/types/story_interaction_type.rb +12 -0
- data/lib/tdlib/types/story_interactions.rb +18 -0
- data/lib/tdlib/types/story_list/archive.rb +5 -0
- data/lib/tdlib/types/story_list/main.rb +5 -0
- data/lib/tdlib/types/story_list.rb +11 -0
- data/lib/tdlib/types/story_origin/hidden_user.rb +8 -0
- data/lib/tdlib/types/story_origin/public_story.rb +10 -0
- data/lib/tdlib/types/story_origin.rb +11 -0
- data/lib/tdlib/types/story_privacy_settings/close_friends.rb +5 -0
- data/lib/tdlib/types/story_privacy_settings/contacts.rb +9 -0
- data/lib/tdlib/types/story_privacy_settings/everyone.rb +9 -0
- data/lib/tdlib/types/story_privacy_settings/selected_users.rb +8 -0
- data/lib/tdlib/types/story_privacy_settings.rb +13 -0
- data/lib/tdlib/types/story_repost_info.rb +11 -0
- data/lib/tdlib/types/story_statistics.rb +10 -0
- data/lib/tdlib/types/story_video.rb +27 -0
- data/lib/tdlib/types/suggested_action/check_password.rb +5 -0
- data/lib/tdlib/types/suggested_action/check_phone_number.rb +2 -1
- data/lib/tdlib/types/suggested_action/enable_archive_and_mute_new_chats.rb +1 -1
- data/lib/tdlib/types/suggested_action/extend_premium.rb +8 -0
- data/lib/tdlib/types/suggested_action/extend_star_subscriptions.rb +7 -0
- data/lib/tdlib/types/suggested_action/gift_premium_for_christmas.rb +5 -0
- data/lib/tdlib/types/suggested_action/restore_premium.rb +5 -0
- data/lib/tdlib/types/suggested_action/set_birthdate.rb +5 -0
- data/lib/tdlib/types/suggested_action/set_password.rb +9 -0
- data/lib/tdlib/types/suggested_action/subscribe_to_annual_premium.rb +5 -0
- data/lib/tdlib/types/suggested_action/upgrade_premium.rb +5 -0
- data/lib/tdlib/types/suggested_action/view_checks_hint.rb +5 -0
- data/lib/tdlib/types/suggested_action.rb +10 -1
- data/lib/tdlib/types/supergroup.rb +33 -9
- data/lib/tdlib/types/supergroup_full_info.rb +50 -10
- data/lib/tdlib/types/t_me_url_type/chat_invite.rb +1 -1
- data/lib/tdlib/types/t_me_url_type.rb +1 -1
- data/lib/tdlib/types/target_chat/chosen.rb +14 -0
- data/lib/tdlib/types/target_chat/current.rb +5 -0
- data/lib/tdlib/types/target_chat/internal_link.rb +8 -0
- data/lib/tdlib/types/target_chat.rb +12 -0
- data/lib/tdlib/types/telegram_payment_purpose/gifted_stars.rb +14 -0
- data/lib/tdlib/types/telegram_payment_purpose/join_chat.rb +8 -0
- data/lib/tdlib/types/telegram_payment_purpose/premium_gift_codes.rb +17 -0
- data/lib/tdlib/types/telegram_payment_purpose/premium_giveaway.rb +16 -0
- data/lib/tdlib/types/telegram_payment_purpose/stars.rb +12 -0
- data/lib/tdlib/types/telegram_payment_purpose.rb +14 -0
- data/lib/tdlib/types/terms_of_service.rb +1 -1
- data/lib/tdlib/types/text_entity_type/block_quote.rb +5 -0
- data/lib/tdlib/types/text_entity_type/bot_command.rb +0 -1
- data/lib/tdlib/types/text_entity_type/cashtag.rb +1 -2
- data/lib/tdlib/types/text_entity_type/custom_emoji.rb +10 -0
- data/lib/tdlib/types/text_entity_type/expandable_block_quote.rb +6 -0
- data/lib/tdlib/types/text_entity_type/media_timestamp.rb +11 -0
- data/lib/tdlib/types/text_entity_type/mention.rb +1 -1
- data/lib/tdlib/types/text_entity_type/spoiler.rb +5 -0
- data/lib/tdlib/types/text_entity_type.rb +5 -0
- data/lib/tdlib/types/text_parse_mode.rb +1 -1
- data/lib/tdlib/types/text_quote.rb +14 -0
- data/lib/tdlib/types/theme_parameters.rb +34 -0
- data/lib/tdlib/types/theme_settings.rb +17 -0
- data/lib/tdlib/types/thumbnail_format/gif.rb +1 -1
- data/lib/tdlib/types/thumbnail_format/tgs.rb +1 -1
- data/lib/tdlib/types/thumbnail_format/webm.rb +6 -0
- data/lib/tdlib/types/thumbnail_format/webp.rb +1 -1
- data/lib/tdlib/types/thumbnail_format.rb +5 -4
- data/lib/tdlib/types/time_zone.rb +12 -0
- data/lib/tdlib/types/time_zones.rb +8 -0
- data/lib/tdlib/types/top_chat_category/web_app_bots.rb +5 -0
- data/lib/tdlib/types/top_chat_category.rb +1 -0
- data/lib/tdlib/types/trending_sticker_sets.rb +12 -0
- data/lib/tdlib/types/unconfirmed_session.rb +16 -0
- data/lib/tdlib/types/unread_reaction.rb +12 -0
- data/lib/tdlib/types/update/accent_colors.rb +15 -0
- data/lib/tdlib/types/update/active_emoji_reactions.rb +8 -0
- data/lib/tdlib/types/update/active_live_location_messages.rb +9 -0
- data/lib/tdlib/types/update/active_notifications.rb +1 -1
- data/lib/tdlib/types/update/animated_emoji_message_clicked.rb +14 -0
- data/lib/tdlib/types/update/animation_search_parameters.rb +1 -1
- data/lib/tdlib/types/update/application_verification_required.rb +15 -0
- data/lib/tdlib/types/update/attachment_menu_bots.rb +9 -0
- data/lib/tdlib/types/update/autosave_settings.rb +11 -0
- data/lib/tdlib/types/update/available_message_effects.rb +10 -0
- data/lib/tdlib/types/update/basic_group_full_info.rb +1 -1
- data/lib/tdlib/types/update/business_connection.rb +8 -0
- data/lib/tdlib/types/update/business_message_edited.rb +10 -0
- data/lib/tdlib/types/update/business_messages_deleted.rb +12 -0
- data/lib/tdlib/types/update/chat_accent_colors.rb +18 -0
- data/lib/tdlib/types/update/chat_action.rb +14 -0
- data/lib/tdlib/types/update/chat_active_stories.rb +8 -0
- data/lib/tdlib/types/update/chat_added_to_list.rb +10 -0
- data/lib/tdlib/types/update/chat_available_reactions.rb +10 -0
- data/lib/tdlib/types/update/chat_background.rb +11 -0
- data/lib/tdlib/types/update/chat_block_list.rb +10 -0
- data/lib/tdlib/types/update/chat_boost.rb +10 -0
- data/lib/tdlib/types/update/chat_business_bot_manage_bar.rb +11 -0
- data/lib/tdlib/types/update/chat_draft_message.rb +2 -2
- data/lib/tdlib/types/update/chat_emoji_status.rb +10 -0
- data/lib/tdlib/types/update/chat_folders.rb +12 -0
- data/lib/tdlib/types/update/chat_has_protected_content.rb +10 -0
- data/lib/tdlib/types/update/chat_is_translatable.rb +10 -0
- data/lib/tdlib/types/update/chat_last_message.rb +4 -3
- data/lib/tdlib/types/update/chat_member.rb +7 -1
- data/lib/tdlib/types/update/chat_message_auto_delete_time.rb +10 -0
- data/lib/tdlib/types/update/chat_message_sender.rb +11 -0
- data/lib/tdlib/types/update/chat_online_member_count.rb +2 -2
- data/lib/tdlib/types/update/chat_pending_join_requests.rb +11 -0
- data/lib/tdlib/types/update/chat_permissions.rb +1 -1
- data/lib/tdlib/types/update/chat_position.rb +1 -1
- data/lib/tdlib/types/update/chat_read_inbox.rb +1 -1
- data/lib/tdlib/types/update/chat_removed_from_list.rb +10 -0
- data/lib/tdlib/types/update/chat_revenue_amount.rb +11 -0
- data/lib/tdlib/types/update/chat_theme.rb +11 -0
- data/lib/tdlib/types/update/chat_themes.rb +8 -0
- data/lib/tdlib/types/update/chat_unread_reaction_count.rb +10 -0
- data/lib/tdlib/types/update/chat_video_chat.rb +10 -0
- data/lib/tdlib/types/update/chat_view_as_topics.rb +10 -0
- data/lib/tdlib/types/update/contact_close_birthdays.rb +8 -0
- data/lib/tdlib/types/update/default_background.rb +10 -0
- data/lib/tdlib/types/update/default_reaction_type.rb +8 -0
- data/lib/tdlib/types/update/file_added_to_downloads.rb +11 -0
- data/lib/tdlib/types/update/file_download.rb +16 -0
- data/lib/tdlib/types/update/file_downloads.rb +12 -0
- data/lib/tdlib/types/update/file_generation_start.rb +4 -4
- data/lib/tdlib/types/update/file_removed_from_downloads.rb +11 -0
- data/lib/tdlib/types/update/forum_topic_info.rb +10 -0
- data/lib/tdlib/types/update/installed_sticker_sets.rb +2 -2
- data/lib/tdlib/types/update/language_pack_strings.rb +2 -1
- data/lib/tdlib/types/update/message_content_opened.rb +1 -2
- data/lib/tdlib/types/update/message_fact_check.rb +12 -0
- data/lib/tdlib/types/update/message_reaction.rb +18 -0
- data/lib/tdlib/types/update/message_reactions.rb +14 -0
- data/lib/tdlib/types/update/message_send_acknowledged.rb +2 -3
- data/lib/tdlib/types/update/message_send_failed.rb +3 -5
- data/lib/tdlib/types/update/message_send_succeeded.rb +1 -1
- data/lib/tdlib/types/update/message_unread_reactions.rb +14 -0
- data/lib/tdlib/types/update/new_business_callback_query.rb +18 -0
- data/lib/tdlib/types/update/new_business_message.rb +10 -0
- data/lib/tdlib/types/update/new_callback_query.rb +1 -1
- data/lib/tdlib/types/update/new_chat_join_request.rb +15 -0
- data/lib/tdlib/types/update/new_inline_callback_query.rb +1 -1
- data/lib/tdlib/types/update/new_inline_query.rb +2 -2
- data/lib/tdlib/types/update/notification_group.rb +4 -4
- data/lib/tdlib/types/update/owned_star_count.rb +8 -0
- data/lib/tdlib/types/update/poll_answer.rb +2 -2
- data/lib/tdlib/types/update/profile_accent_colors.rb +12 -0
- data/lib/tdlib/types/update/quick_reply_shortcut.rb +9 -0
- data/lib/tdlib/types/update/quick_reply_shortcut_deleted.rb +8 -0
- data/lib/tdlib/types/update/quick_reply_shortcut_messages.rb +11 -0
- data/lib/tdlib/types/update/quick_reply_shortcuts.rb +8 -0
- data/lib/tdlib/types/update/reaction_notification_settings.rb +8 -0
- data/lib/tdlib/types/update/recent_stickers.rb +1 -1
- data/lib/tdlib/types/update/saved_messages_tags.rb +11 -0
- data/lib/tdlib/types/update/saved_messages_topic.rb +9 -0
- data/lib/tdlib/types/update/saved_messages_topic_count.rb +8 -0
- data/lib/tdlib/types/update/saved_notification_sounds.rb +9 -0
- data/lib/tdlib/types/update/service_notification.rb +3 -3
- data/lib/tdlib/types/update/speech_recognition_trial.rb +16 -0
- data/lib/tdlib/types/update/speed_limit_notification.rb +11 -0
- data/lib/tdlib/types/update/star_revenue_status.rb +12 -0
- data/lib/tdlib/types/update/story.rb +8 -0
- data/lib/tdlib/types/update/story_deleted.rb +10 -0
- data/lib/tdlib/types/update/story_list_chat_count.rb +10 -0
- data/lib/tdlib/types/update/story_send_failed.rb +13 -0
- data/lib/tdlib/types/update/story_send_succeeded.rb +10 -0
- data/lib/tdlib/types/update/story_stealth_mode.rb +11 -0
- data/lib/tdlib/types/update/supergroup_full_info.rb +1 -1
- data/lib/tdlib/types/update/terms_of_service.rb +1 -1
- data/lib/tdlib/types/update/trending_sticker_sets.rb +4 -2
- data/lib/tdlib/types/update/unconfirmed_session.rb +8 -0
- data/lib/tdlib/types/update/user_full_info.rb +1 -1
- data/lib/tdlib/types/update/web_app_message_sent.rb +8 -0
- data/lib/tdlib/types/update.rb +78 -13
- data/lib/tdlib/types/user.rb +38 -3
- data/lib/tdlib/types/user_full_info.rb +44 -7
- data/lib/tdlib/types/user_link.rb +11 -0
- data/lib/tdlib/types/user_privacy_setting/allow_private_voice_and_video_note_messages.rb +6 -0
- data/lib/tdlib/types/user_privacy_setting/show_bio.rb +5 -0
- data/lib/tdlib/types/user_privacy_setting/show_birthdate.rb +5 -0
- data/lib/tdlib/types/user_privacy_setting.rb +3 -0
- data/lib/tdlib/types/user_privacy_setting_rule/allow_contacts.rb +1 -1
- data/lib/tdlib/types/user_privacy_setting_rule/allow_premium_users.rb +5 -0
- data/lib/tdlib/types/user_privacy_setting_rule/restrict_contacts.rb +1 -1
- data/lib/tdlib/types/user_privacy_setting_rule.rb +2 -1
- data/lib/tdlib/types/user_status/empty.rb +1 -1
- data/lib/tdlib/types/user_status/last_month.rb +4 -0
- data/lib/tdlib/types/user_status/last_week.rb +4 -0
- data/lib/tdlib/types/user_status/recently.rb +4 -0
- data/lib/tdlib/types/user_support_info.rb +12 -0
- data/lib/tdlib/types/user_type/bot.rb +14 -1
- data/lib/tdlib/types/user_type.rb +1 -1
- data/lib/tdlib/types/usernames.rb +18 -0
- data/lib/tdlib/types/users.rb +1 -1
- data/lib/tdlib/types/validated_order_info.rb +2 -2
- data/lib/tdlib/types/venue.rb +1 -1
- data/lib/tdlib/types/video.rb +1 -1
- data/lib/tdlib/types/{voice_chat.rb → video_chat.rb} +6 -6
- data/lib/tdlib/types/video_note.rb +6 -0
- data/lib/tdlib/types/voice_note.rb +5 -2
- data/lib/tdlib/types/web_app.rb +17 -0
- data/lib/tdlib/types/web_app_info.rb +10 -0
- data/lib/tdlib/types/web_page_instant_view.rb +6 -3
- data/lib/tdlib/types.rb +2024 -973
- data/tdlib-schema.gemspec +1 -1
- metadata +853 -59
- data/lib/tdlib/types/authorization_state/wait_encryption_key.rb +0 -8
- data/lib/tdlib/types/chat_event_action/message_ttl_setting_changed.rb +0 -10
- data/lib/tdlib/types/chat_event_action/voice_chat_created.rb +0 -9
- data/lib/tdlib/types/chat_event_action/voice_chat_discarded.rb +0 -9
- data/lib/tdlib/types/chat_filter.rb +0 -36
- data/lib/tdlib/types/chat_filter_info.rb +0 -14
- data/lib/tdlib/types/chat_list/filter.rb +0 -8
- data/lib/tdlib/types/chat_statistics_message_interaction_info.rb +0 -12
- data/lib/tdlib/types/check_chat_username_result/public_chats_too_much.rb +0 -5
- data/lib/tdlib/types/group_call_join_response/stream.rb +0 -5
- data/lib/tdlib/types/group_call_join_response/webrtc.rb +0 -10
- data/lib/tdlib/types/group_call_join_response.rb +0 -11
- data/lib/tdlib/types/group_call_join_response_candidate.rb +0 -32
- data/lib/tdlib/types/group_call_payload.rb +0 -12
- data/lib/tdlib/types/group_call_payload_fingerprint.rb +0 -12
- data/lib/tdlib/types/input_sticker/animated.rb +0 -12
- data/lib/tdlib/types/input_sticker/static.rb +0 -14
- data/lib/tdlib/types/message_content/chat_set_ttl.rb +0 -8
- data/lib/tdlib/types/message_content/invite_voice_chat_participants.rb +0 -11
- data/lib/tdlib/types/message_content/voice_chat_ended.rb +0 -8
- data/lib/tdlib/types/message_content/voice_chat_started.rb +0 -9
- data/lib/tdlib/types/message_content/website_connected.rb +0 -8
- data/lib/tdlib/types/message_forward_origin/chat.rb +0 -10
- data/lib/tdlib/types/message_forward_origin/message_import.rb +0 -8
- data/lib/tdlib/types/message_forward_origin.rb +0 -14
- data/lib/tdlib/types/payment_form_theme.rb +0 -18
- data/lib/tdlib/types/recommended_chat_filter.rb +0 -10
- data/lib/tdlib/types/recommended_chat_filters.rb +0 -8
- data/lib/tdlib/types/search_messages_filter/call.rb +0 -5
- data/lib/tdlib/types/search_messages_filter/missed_call.rb +0 -5
- data/lib/tdlib/types/suggested_action/see_ticks_hint.rb +0 -5
- data/lib/tdlib/types/tdlib_parameters.rb +0 -48
- data/lib/tdlib/types/update/chat_filters.rb +0 -8
- data/lib/tdlib/types/update/chat_is_blocked.rb +0 -10
- data/lib/tdlib/types/update/chat_message_ttl_setting.rb +0 -10
- data/lib/tdlib/types/update/chat_voice_chat.rb +0 -10
- data/lib/tdlib/types/update/selected_background.rb +0 -10
- data/lib/tdlib/types/update/user_chat_action.rb +0 -14
- data/lib/tdlib/types/web_page.rb +0 -52
data/lib/tdlib/types.rb
CHANGED
@@ -5,963 +5,1757 @@ module TD::Types
|
|
5
5
|
include Dry.Types()
|
6
6
|
|
7
7
|
LOOKUP_TABLE = {
|
8
|
-
'error'
|
9
|
-
'ok'
|
10
|
-
'
|
11
|
-
'
|
12
|
-
'
|
13
|
-
'
|
14
|
-
'
|
15
|
-
'
|
16
|
-
'
|
17
|
-
'
|
18
|
-
'
|
19
|
-
'
|
20
|
-
'
|
21
|
-
'
|
22
|
-
'
|
23
|
-
'
|
24
|
-
'
|
25
|
-
'
|
26
|
-
'
|
27
|
-
'
|
28
|
-
'
|
29
|
-
'
|
30
|
-
'
|
31
|
-
'
|
32
|
-
'
|
33
|
-
'
|
34
|
-
'
|
35
|
-
'
|
36
|
-
'
|
37
|
-
'
|
38
|
-
'
|
39
|
-
'
|
40
|
-
'
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
45
|
-
'
|
46
|
-
'
|
47
|
-
'
|
48
|
-
'
|
49
|
-
'
|
50
|
-
'
|
51
|
-
'
|
52
|
-
'
|
53
|
-
'
|
54
|
-
'
|
55
|
-
'
|
56
|
-
'
|
57
|
-
'
|
58
|
-
'
|
59
|
-
'
|
60
|
-
'
|
61
|
-
'
|
62
|
-
'
|
63
|
-
'
|
64
|
-
'
|
65
|
-
'
|
66
|
-
'
|
67
|
-
'
|
68
|
-
'
|
69
|
-
'
|
70
|
-
'
|
71
|
-
'
|
72
|
-
'
|
73
|
-
'
|
74
|
-
'
|
75
|
-
'
|
76
|
-
'
|
77
|
-
'
|
78
|
-
'
|
79
|
-
'
|
80
|
-
'
|
81
|
-
'
|
82
|
-
'
|
83
|
-
'
|
84
|
-
'
|
85
|
-
'
|
86
|
-
'
|
87
|
-
'
|
88
|
-
'
|
89
|
-
'
|
90
|
-
'
|
91
|
-
'
|
92
|
-
'
|
93
|
-
'
|
94
|
-
'
|
95
|
-
'
|
96
|
-
'
|
97
|
-
'
|
98
|
-
'
|
99
|
-
'
|
100
|
-
'
|
101
|
-
'
|
102
|
-
'
|
103
|
-
'
|
104
|
-
'
|
105
|
-
'
|
106
|
-
'
|
107
|
-
'
|
108
|
-
'
|
109
|
-
'
|
110
|
-
'
|
111
|
-
'
|
112
|
-
'
|
113
|
-
'
|
114
|
-
'
|
115
|
-
'
|
116
|
-
'
|
117
|
-
'
|
118
|
-
'
|
119
|
-
'
|
120
|
-
'
|
121
|
-
'
|
122
|
-
'
|
123
|
-
'
|
124
|
-
'
|
125
|
-
'
|
126
|
-
'
|
127
|
-
'
|
128
|
-
'
|
129
|
-
'
|
130
|
-
'
|
131
|
-
'
|
132
|
-
'
|
133
|
-
'
|
134
|
-
'
|
135
|
-
'
|
136
|
-
'
|
137
|
-
'
|
138
|
-
'
|
139
|
-
'
|
140
|
-
'
|
141
|
-
'
|
142
|
-
'
|
143
|
-
'
|
144
|
-
'
|
145
|
-
'
|
146
|
-
'
|
147
|
-
'
|
148
|
-
'
|
149
|
-
'
|
150
|
-
'
|
151
|
-
'
|
152
|
-
'
|
153
|
-
'
|
154
|
-
'
|
155
|
-
'
|
156
|
-
'
|
157
|
-
'
|
158
|
-
'
|
159
|
-
'
|
160
|
-
'
|
161
|
-
'
|
162
|
-
'
|
163
|
-
'
|
164
|
-
'
|
165
|
-
'
|
166
|
-
'
|
167
|
-
'
|
168
|
-
'
|
169
|
-
'
|
170
|
-
'
|
171
|
-
'
|
172
|
-
'
|
173
|
-
'
|
174
|
-
'
|
175
|
-
'
|
176
|
-
'
|
177
|
-
'
|
178
|
-
'
|
179
|
-
'
|
180
|
-
'
|
181
|
-
'
|
182
|
-
'
|
183
|
-
'
|
184
|
-
'
|
185
|
-
'
|
186
|
-
'
|
187
|
-
'
|
188
|
-
'
|
189
|
-
'
|
190
|
-
'
|
191
|
-
'
|
192
|
-
'
|
193
|
-
'
|
194
|
-
'
|
195
|
-
'
|
196
|
-
'
|
197
|
-
'
|
198
|
-
'
|
199
|
-
'
|
200
|
-
'
|
201
|
-
'
|
202
|
-
'
|
203
|
-
'
|
204
|
-
'
|
205
|
-
'
|
206
|
-
'
|
207
|
-
'
|
208
|
-
'
|
209
|
-
'
|
210
|
-
'
|
211
|
-
'
|
212
|
-
'
|
213
|
-
'
|
214
|
-
'
|
215
|
-
'
|
216
|
-
'
|
217
|
-
'
|
218
|
-
'
|
219
|
-
'
|
220
|
-
'
|
221
|
-
'
|
222
|
-
'
|
223
|
-
'
|
224
|
-
'
|
225
|
-
'
|
226
|
-
'
|
227
|
-
'
|
228
|
-
'
|
229
|
-
'
|
230
|
-
'
|
231
|
-
'
|
232
|
-
'
|
233
|
-
'
|
234
|
-
'
|
235
|
-
'
|
236
|
-
'
|
237
|
-
'
|
238
|
-
'
|
239
|
-
'
|
240
|
-
'
|
241
|
-
'
|
242
|
-
'
|
243
|
-
'
|
244
|
-
'
|
245
|
-
'
|
246
|
-
'
|
247
|
-
'
|
248
|
-
'
|
249
|
-
'
|
250
|
-
'
|
251
|
-
'
|
252
|
-
'
|
253
|
-
'
|
254
|
-
'
|
255
|
-
'
|
256
|
-
'
|
257
|
-
'
|
258
|
-
'
|
259
|
-
'
|
260
|
-
'
|
261
|
-
'
|
262
|
-
'
|
263
|
-
'
|
264
|
-
'
|
265
|
-
'
|
266
|
-
'
|
267
|
-
'
|
268
|
-
'
|
269
|
-
'
|
270
|
-
'
|
271
|
-
'
|
272
|
-
'
|
273
|
-
'
|
274
|
-
'
|
275
|
-
'
|
276
|
-
'
|
277
|
-
'
|
278
|
-
'
|
279
|
-
'
|
280
|
-
'
|
281
|
-
'
|
282
|
-
'
|
283
|
-
'
|
284
|
-
'
|
285
|
-
'
|
286
|
-
'
|
287
|
-
'
|
288
|
-
'
|
289
|
-
'
|
290
|
-
'
|
291
|
-
'
|
292
|
-
'
|
293
|
-
'
|
294
|
-
'
|
295
|
-
'
|
296
|
-
'
|
297
|
-
'
|
298
|
-
'
|
299
|
-
'
|
300
|
-
'
|
301
|
-
'
|
302
|
-
'
|
303
|
-
'
|
304
|
-
'
|
305
|
-
'
|
306
|
-
'
|
307
|
-
'
|
308
|
-
'
|
309
|
-
'
|
310
|
-
'
|
311
|
-
'
|
312
|
-
'
|
313
|
-
'
|
314
|
-
'
|
315
|
-
'
|
316
|
-
'
|
317
|
-
'
|
318
|
-
'
|
319
|
-
'
|
320
|
-
'
|
321
|
-
'
|
322
|
-
'
|
323
|
-
'
|
324
|
-
'
|
325
|
-
'
|
326
|
-
'
|
327
|
-
'
|
328
|
-
'
|
329
|
-
'
|
330
|
-
'
|
331
|
-
'
|
332
|
-
'
|
333
|
-
'
|
334
|
-
'
|
335
|
-
'
|
336
|
-
'
|
337
|
-
'
|
338
|
-
'
|
339
|
-
'
|
340
|
-
'
|
341
|
-
'
|
342
|
-
'
|
343
|
-
'
|
344
|
-
'
|
345
|
-
'
|
346
|
-
'
|
347
|
-
'
|
348
|
-
'
|
349
|
-
'
|
350
|
-
'
|
351
|
-
'
|
352
|
-
'
|
353
|
-
'
|
354
|
-
'
|
355
|
-
'
|
356
|
-
'
|
357
|
-
'
|
358
|
-
'
|
359
|
-
'
|
360
|
-
'
|
361
|
-
'
|
362
|
-
'
|
363
|
-
'
|
364
|
-
'
|
365
|
-
'
|
366
|
-
'
|
367
|
-
'
|
368
|
-
'
|
369
|
-
'
|
370
|
-
'
|
371
|
-
'
|
372
|
-
'
|
373
|
-
'
|
374
|
-
'
|
375
|
-
'
|
376
|
-
'
|
377
|
-
'
|
378
|
-
'
|
379
|
-
'
|
380
|
-
'
|
381
|
-
'
|
382
|
-
'
|
383
|
-
'
|
384
|
-
'
|
385
|
-
'
|
386
|
-
'
|
387
|
-
'
|
388
|
-
'
|
389
|
-
'
|
390
|
-
'
|
391
|
-
'
|
392
|
-
'
|
393
|
-
'
|
394
|
-
'
|
395
|
-
'
|
396
|
-
'
|
397
|
-
'
|
398
|
-
'
|
399
|
-
'
|
400
|
-
'
|
401
|
-
'
|
402
|
-
'
|
403
|
-
'
|
404
|
-
'
|
405
|
-
'
|
406
|
-
'
|
407
|
-
'
|
408
|
-
'
|
409
|
-
'
|
410
|
-
'
|
411
|
-
'
|
412
|
-
'
|
413
|
-
'
|
414
|
-
'
|
415
|
-
'
|
416
|
-
'
|
417
|
-
'
|
418
|
-
'
|
419
|
-
'
|
420
|
-
'
|
421
|
-
'
|
422
|
-
'
|
423
|
-
'
|
424
|
-
'
|
425
|
-
'
|
426
|
-
'
|
427
|
-
'
|
428
|
-
'
|
429
|
-
'
|
430
|
-
'
|
431
|
-
'
|
432
|
-
'
|
433
|
-
'
|
434
|
-
'
|
435
|
-
'
|
436
|
-
'
|
437
|
-
'
|
438
|
-
'
|
439
|
-
'
|
440
|
-
'
|
441
|
-
'
|
442
|
-
'
|
443
|
-
'
|
444
|
-
'
|
445
|
-
'
|
446
|
-
'
|
447
|
-
'
|
448
|
-
'
|
449
|
-
'
|
450
|
-
'
|
451
|
-
'
|
452
|
-
'
|
453
|
-
'
|
454
|
-
'
|
455
|
-
'
|
456
|
-
'
|
457
|
-
'
|
458
|
-
'
|
459
|
-
'
|
460
|
-
'
|
461
|
-
'
|
462
|
-
'
|
463
|
-
'
|
464
|
-
'
|
465
|
-
'
|
466
|
-
'
|
467
|
-
'
|
468
|
-
'
|
469
|
-
'
|
470
|
-
'
|
471
|
-
'
|
472
|
-
'
|
473
|
-
'
|
474
|
-
'
|
475
|
-
'
|
476
|
-
'
|
477
|
-
'
|
478
|
-
'
|
479
|
-
'
|
480
|
-
'
|
481
|
-
'
|
482
|
-
'
|
483
|
-
'
|
484
|
-
'
|
485
|
-
'
|
486
|
-
'
|
487
|
-
'
|
488
|
-
'
|
489
|
-
'
|
490
|
-
'
|
491
|
-
'
|
492
|
-
'
|
493
|
-
'
|
494
|
-
'
|
495
|
-
'
|
496
|
-
'
|
497
|
-
'
|
498
|
-
'
|
499
|
-
'
|
500
|
-
'
|
501
|
-
'
|
502
|
-
'
|
503
|
-
'
|
504
|
-
'
|
505
|
-
'
|
506
|
-
'
|
507
|
-
'
|
508
|
-
'
|
509
|
-
'
|
510
|
-
'
|
511
|
-
'
|
512
|
-
'
|
513
|
-
'
|
514
|
-
'
|
515
|
-
'
|
516
|
-
'
|
517
|
-
'
|
518
|
-
'
|
519
|
-
'
|
520
|
-
'
|
521
|
-
'
|
522
|
-
'
|
523
|
-
'
|
524
|
-
'
|
525
|
-
'
|
526
|
-
'
|
527
|
-
'
|
528
|
-
'
|
529
|
-
'
|
530
|
-
'
|
531
|
-
'
|
532
|
-
'
|
533
|
-
'
|
534
|
-
'
|
535
|
-
'
|
536
|
-
'
|
537
|
-
'
|
538
|
-
'
|
539
|
-
'
|
540
|
-
'
|
541
|
-
'
|
542
|
-
'
|
543
|
-
'
|
544
|
-
'
|
545
|
-
'
|
546
|
-
'
|
547
|
-
'
|
548
|
-
'
|
549
|
-
'
|
550
|
-
'
|
551
|
-
'
|
552
|
-
'
|
553
|
-
'
|
554
|
-
'
|
555
|
-
'
|
556
|
-
'
|
557
|
-
'
|
558
|
-
'
|
559
|
-
'
|
560
|
-
'
|
561
|
-
'
|
562
|
-
'
|
563
|
-
'
|
564
|
-
'
|
565
|
-
'
|
566
|
-
'
|
567
|
-
'
|
568
|
-
'
|
569
|
-
'
|
570
|
-
'
|
571
|
-
'
|
572
|
-
'
|
573
|
-
'
|
574
|
-
'
|
575
|
-
'
|
576
|
-
'
|
577
|
-
'
|
578
|
-
'
|
579
|
-
'
|
580
|
-
'
|
581
|
-
'
|
582
|
-
'
|
583
|
-
'
|
584
|
-
'
|
585
|
-
'
|
586
|
-
'
|
587
|
-
'
|
588
|
-
'
|
589
|
-
'
|
590
|
-
'
|
591
|
-
'
|
592
|
-
'
|
593
|
-
'
|
594
|
-
'
|
595
|
-
'
|
596
|
-
'
|
597
|
-
'
|
598
|
-
'
|
599
|
-
'
|
600
|
-
'
|
601
|
-
'
|
602
|
-
'
|
603
|
-
'
|
604
|
-
'
|
605
|
-
'
|
606
|
-
'
|
607
|
-
'
|
608
|
-
'
|
609
|
-
'
|
610
|
-
'
|
611
|
-
'
|
612
|
-
'
|
613
|
-
'
|
614
|
-
'
|
615
|
-
'
|
616
|
-
'
|
617
|
-
'
|
618
|
-
'
|
619
|
-
'
|
620
|
-
'
|
621
|
-
'
|
622
|
-
'
|
623
|
-
'
|
624
|
-
'
|
625
|
-
'
|
626
|
-
'
|
627
|
-
'
|
628
|
-
'
|
629
|
-
'
|
630
|
-
'
|
631
|
-
'
|
632
|
-
'
|
633
|
-
'
|
634
|
-
'
|
635
|
-
'
|
636
|
-
'
|
637
|
-
'
|
638
|
-
'
|
639
|
-
'
|
640
|
-
'
|
641
|
-
'
|
642
|
-
'
|
643
|
-
'
|
644
|
-
'
|
645
|
-
'
|
646
|
-
'
|
647
|
-
'
|
648
|
-
'
|
649
|
-
'
|
650
|
-
'
|
651
|
-
'
|
652
|
-
'
|
653
|
-
'
|
654
|
-
'
|
655
|
-
'
|
656
|
-
'
|
657
|
-
'
|
658
|
-
'
|
659
|
-
'
|
660
|
-
'
|
661
|
-
'
|
662
|
-
'
|
663
|
-
'
|
664
|
-
'
|
665
|
-
'
|
666
|
-
'
|
667
|
-
'
|
668
|
-
'
|
669
|
-
'
|
670
|
-
'
|
671
|
-
'
|
672
|
-
'
|
673
|
-
'
|
674
|
-
'
|
675
|
-
'
|
676
|
-
'
|
677
|
-
'
|
678
|
-
'
|
679
|
-
'
|
680
|
-
'
|
681
|
-
'
|
682
|
-
'
|
683
|
-
'
|
684
|
-
'
|
685
|
-
'
|
686
|
-
'
|
687
|
-
'
|
688
|
-
'
|
689
|
-
'
|
690
|
-
'
|
691
|
-
'
|
692
|
-
'
|
693
|
-
'
|
694
|
-
'
|
695
|
-
'
|
696
|
-
'
|
697
|
-
'
|
698
|
-
'
|
699
|
-
'
|
700
|
-
'
|
701
|
-
'
|
702
|
-
'
|
703
|
-
'
|
704
|
-
'
|
705
|
-
'
|
706
|
-
'
|
707
|
-
'
|
708
|
-
'
|
709
|
-
'
|
710
|
-
'
|
711
|
-
'
|
712
|
-
'
|
713
|
-
'
|
714
|
-
'
|
715
|
-
'
|
716
|
-
'
|
717
|
-
'
|
718
|
-
'
|
719
|
-
'
|
720
|
-
'
|
721
|
-
'
|
722
|
-
'
|
723
|
-
'
|
724
|
-
'
|
725
|
-
'
|
726
|
-
'
|
727
|
-
'
|
728
|
-
'
|
729
|
-
'
|
730
|
-
'
|
731
|
-
'
|
732
|
-
'
|
733
|
-
'
|
734
|
-
'
|
735
|
-
'
|
736
|
-
'
|
737
|
-
'
|
738
|
-
'
|
739
|
-
'
|
740
|
-
'
|
741
|
-
'
|
742
|
-
'
|
743
|
-
'
|
744
|
-
'
|
745
|
-
'
|
746
|
-
'
|
747
|
-
'
|
748
|
-
'
|
749
|
-
'
|
750
|
-
'
|
751
|
-
'
|
752
|
-
'
|
753
|
-
'
|
754
|
-
'
|
755
|
-
'
|
756
|
-
'
|
757
|
-
'
|
758
|
-
'
|
759
|
-
'
|
760
|
-
'
|
761
|
-
'
|
762
|
-
'
|
763
|
-
'
|
764
|
-
'
|
765
|
-
'
|
766
|
-
'
|
767
|
-
'
|
768
|
-
'
|
769
|
-
'
|
770
|
-
'
|
771
|
-
'
|
772
|
-
'
|
773
|
-
'
|
774
|
-
'
|
775
|
-
'
|
776
|
-
'
|
777
|
-
'
|
778
|
-
'
|
779
|
-
'
|
780
|
-
'
|
781
|
-
'
|
782
|
-
'
|
783
|
-
'
|
784
|
-
'
|
785
|
-
'
|
786
|
-
'
|
787
|
-
'
|
788
|
-
'
|
789
|
-
'
|
790
|
-
'
|
791
|
-
'
|
792
|
-
'
|
793
|
-
'
|
794
|
-
'
|
795
|
-
'
|
796
|
-
'
|
797
|
-
'
|
798
|
-
'
|
799
|
-
'
|
800
|
-
'
|
801
|
-
'
|
802
|
-
'
|
803
|
-
'
|
804
|
-
'
|
805
|
-
'
|
806
|
-
'
|
807
|
-
'
|
808
|
-
'
|
809
|
-
'
|
810
|
-
'
|
811
|
-
'
|
812
|
-
'
|
813
|
-
'
|
814
|
-
'
|
815
|
-
'
|
816
|
-
'
|
817
|
-
'
|
818
|
-
'
|
819
|
-
'
|
820
|
-
'
|
821
|
-
'
|
822
|
-
'
|
823
|
-
'
|
824
|
-
'
|
825
|
-
'
|
826
|
-
'
|
827
|
-
'
|
828
|
-
'
|
829
|
-
'
|
830
|
-
'
|
831
|
-
'
|
832
|
-
'
|
833
|
-
'
|
834
|
-
'
|
835
|
-
'
|
836
|
-
'
|
837
|
-
'
|
838
|
-
'
|
839
|
-
'
|
840
|
-
'
|
841
|
-
'
|
842
|
-
'
|
843
|
-
'
|
844
|
-
'
|
845
|
-
'
|
846
|
-
'
|
847
|
-
'
|
848
|
-
'
|
849
|
-
'
|
850
|
-
'
|
851
|
-
'
|
852
|
-
'
|
853
|
-
'
|
854
|
-
'
|
855
|
-
'
|
856
|
-
'
|
857
|
-
'
|
858
|
-
'
|
859
|
-
'
|
860
|
-
'
|
861
|
-
'
|
862
|
-
'
|
863
|
-
'
|
864
|
-
'
|
865
|
-
'
|
866
|
-
'
|
867
|
-
'
|
868
|
-
'
|
869
|
-
'
|
870
|
-
'
|
871
|
-
'
|
872
|
-
'
|
873
|
-
'
|
874
|
-
'
|
875
|
-
'
|
876
|
-
'
|
877
|
-
'
|
878
|
-
'
|
879
|
-
'
|
880
|
-
'
|
881
|
-
'
|
882
|
-
'
|
883
|
-
'
|
884
|
-
'
|
885
|
-
'
|
886
|
-
'
|
887
|
-
'
|
888
|
-
'
|
889
|
-
'
|
890
|
-
'
|
891
|
-
'
|
892
|
-
'
|
893
|
-
'
|
894
|
-
'
|
895
|
-
'
|
896
|
-
'
|
897
|
-
'
|
898
|
-
'
|
899
|
-
'
|
900
|
-
'
|
901
|
-
'
|
902
|
-
'
|
903
|
-
'
|
904
|
-
'
|
905
|
-
'
|
906
|
-
'
|
907
|
-
'
|
908
|
-
'
|
909
|
-
'
|
910
|
-
'
|
911
|
-
'
|
912
|
-
'
|
913
|
-
'
|
914
|
-
'
|
915
|
-
'
|
916
|
-
'
|
917
|
-
'
|
918
|
-
'
|
919
|
-
'
|
920
|
-
'
|
921
|
-
'
|
922
|
-
'
|
923
|
-
'
|
924
|
-
'
|
925
|
-
'
|
926
|
-
'
|
927
|
-
'
|
928
|
-
'
|
929
|
-
'
|
930
|
-
'
|
931
|
-
'
|
932
|
-
'
|
933
|
-
'
|
934
|
-
'
|
935
|
-
'
|
936
|
-
'
|
937
|
-
'
|
938
|
-
'
|
939
|
-
'
|
940
|
-
'
|
941
|
-
'
|
942
|
-
'
|
943
|
-
'
|
944
|
-
'
|
945
|
-
'
|
946
|
-
'
|
947
|
-
'
|
948
|
-
'
|
949
|
-
'
|
950
|
-
'
|
951
|
-
'
|
952
|
-
'
|
953
|
-
'
|
954
|
-
'
|
955
|
-
'
|
956
|
-
'
|
957
|
-
'
|
958
|
-
'
|
959
|
-
'
|
960
|
-
'
|
961
|
-
'
|
962
|
-
'
|
963
|
-
'
|
964
|
-
'
|
8
|
+
'error' => 'Error',
|
9
|
+
'ok' => 'Ok',
|
10
|
+
'AuthenticationCodeType' => 'AuthenticationCodeType',
|
11
|
+
'authenticationCodeTypeTelegramMessage' => 'AuthenticationCodeType::TelegramMessage',
|
12
|
+
'authenticationCodeTypeSms' => 'AuthenticationCodeType::Sms',
|
13
|
+
'authenticationCodeTypeSmsWord' => 'AuthenticationCodeType::SmsWord',
|
14
|
+
'authenticationCodeTypeSmsPhrase' => 'AuthenticationCodeType::SmsPhrase',
|
15
|
+
'authenticationCodeTypeCall' => 'AuthenticationCodeType::Call',
|
16
|
+
'authenticationCodeTypeFlashCall' => 'AuthenticationCodeType::FlashCall',
|
17
|
+
'authenticationCodeTypeMissedCall' => 'AuthenticationCodeType::MissedCall',
|
18
|
+
'authenticationCodeTypeFragment' => 'AuthenticationCodeType::Fragment',
|
19
|
+
'authenticationCodeTypeFirebaseAndroid' => 'AuthenticationCodeType::FirebaseAndroid',
|
20
|
+
'authenticationCodeTypeFirebaseIos' => 'AuthenticationCodeType::FirebaseIos',
|
21
|
+
'authenticationCodeInfo' => 'AuthenticationCodeInfo',
|
22
|
+
'emailAddressAuthenticationCodeInfo' => 'EmailAddressAuthenticationCodeInfo',
|
23
|
+
'EmailAddressAuthentication' => 'EmailAddressAuthentication',
|
24
|
+
'emailAddressAuthenticationCode' => 'EmailAddressAuthentication::Code',
|
25
|
+
'emailAddressAuthenticationAppleId' => 'EmailAddressAuthentication::AppleId',
|
26
|
+
'emailAddressAuthenticationGoogleId' => 'EmailAddressAuthentication::GoogleId',
|
27
|
+
'EmailAddressResetState' => 'EmailAddressResetState',
|
28
|
+
'emailAddressResetStateAvailable' => 'EmailAddressResetState::Available',
|
29
|
+
'emailAddressResetStatePending' => 'EmailAddressResetState::Pending',
|
30
|
+
'textEntity' => 'TextEntity',
|
31
|
+
'textEntities' => 'TextEntities',
|
32
|
+
'formattedText' => 'FormattedText',
|
33
|
+
'termsOfService' => 'TermsOfService',
|
34
|
+
'AuthorizationState' => 'AuthorizationState',
|
35
|
+
'authorizationStateWaitTdlibParameters' => 'AuthorizationState::WaitTdlibParameters',
|
36
|
+
'authorizationStateWaitPhoneNumber' => 'AuthorizationState::WaitPhoneNumber',
|
37
|
+
'authorizationStateWaitEmailAddress' => 'AuthorizationState::WaitEmailAddress',
|
38
|
+
'authorizationStateWaitEmailCode' => 'AuthorizationState::WaitEmailCode',
|
39
|
+
'authorizationStateWaitCode' => 'AuthorizationState::WaitCode',
|
40
|
+
'authorizationStateWaitOtherDeviceConfirmation' => 'AuthorizationState::WaitOtherDeviceConfirmation',
|
41
|
+
'authorizationStateWaitRegistration' => 'AuthorizationState::WaitRegistration',
|
42
|
+
'authorizationStateWaitPassword' => 'AuthorizationState::WaitPassword',
|
43
|
+
'authorizationStateReady' => 'AuthorizationState::Ready',
|
44
|
+
'authorizationStateLoggingOut' => 'AuthorizationState::LoggingOut',
|
45
|
+
'authorizationStateClosing' => 'AuthorizationState::Closing',
|
46
|
+
'authorizationStateClosed' => 'AuthorizationState::Closed',
|
47
|
+
'FirebaseDeviceVerificationParameters' => 'FirebaseDeviceVerificationParameters',
|
48
|
+
'firebaseDeviceVerificationParametersSafetyNet' => 'FirebaseDeviceVerificationParameters::SafetyNet',
|
49
|
+
'firebaseDeviceVerificationParametersPlayIntegrity' => 'FirebaseDeviceVerificationParameters::PlayIntegrity',
|
50
|
+
'passwordState' => 'PasswordState',
|
51
|
+
'recoveryEmailAddress' => 'RecoveryEmailAddress',
|
52
|
+
'temporaryPasswordState' => 'TemporaryPasswordState',
|
53
|
+
'localFile' => 'LocalFile',
|
54
|
+
'remoteFile' => 'RemoteFile',
|
55
|
+
'file' => 'File',
|
56
|
+
'InputFile' => 'InputFile',
|
57
|
+
'inputFileId' => 'InputFile::Id',
|
58
|
+
'inputFileRemote' => 'InputFile::Remote',
|
59
|
+
'inputFileLocal' => 'InputFile::Local',
|
60
|
+
'inputFileGenerated' => 'InputFile::Generated',
|
61
|
+
'photoSize' => 'PhotoSize',
|
62
|
+
'minithumbnail' => 'Minithumbnail',
|
63
|
+
'ThumbnailFormat' => 'ThumbnailFormat',
|
64
|
+
'thumbnailFormatJpeg' => 'ThumbnailFormat::Jpeg',
|
65
|
+
'thumbnailFormatGif' => 'ThumbnailFormat::Gif',
|
66
|
+
'thumbnailFormatMpeg4' => 'ThumbnailFormat::Mpeg4',
|
67
|
+
'thumbnailFormatPng' => 'ThumbnailFormat::Png',
|
68
|
+
'thumbnailFormatTgs' => 'ThumbnailFormat::Tgs',
|
69
|
+
'thumbnailFormatWebm' => 'ThumbnailFormat::Webm',
|
70
|
+
'thumbnailFormatWebp' => 'ThumbnailFormat::Webp',
|
71
|
+
'thumbnail' => 'Thumbnail',
|
72
|
+
'MaskPoint' => 'MaskPoint',
|
73
|
+
'maskPointForehead' => 'MaskPoint::Forehead',
|
74
|
+
'maskPointEyes' => 'MaskPoint::Eyes',
|
75
|
+
'maskPointMouth' => 'MaskPoint::Mouth',
|
76
|
+
'maskPointChin' => 'MaskPoint::Chin',
|
77
|
+
'maskPosition' => 'MaskPosition',
|
78
|
+
'StickerFormat' => 'StickerFormat',
|
79
|
+
'stickerFormatWebp' => 'StickerFormat::Webp',
|
80
|
+
'stickerFormatTgs' => 'StickerFormat::Tgs',
|
81
|
+
'stickerFormatWebm' => 'StickerFormat::Webm',
|
82
|
+
'StickerType' => 'StickerType',
|
83
|
+
'stickerTypeRegular' => 'StickerType::Regular',
|
84
|
+
'stickerTypeMask' => 'StickerType::Mask',
|
85
|
+
'stickerTypeCustomEmoji' => 'StickerType::CustomEmoji',
|
86
|
+
'StickerFullType' => 'StickerFullType',
|
87
|
+
'stickerFullTypeRegular' => 'StickerFullType::Regular',
|
88
|
+
'stickerFullTypeMask' => 'StickerFullType::Mask',
|
89
|
+
'stickerFullTypeCustomEmoji' => 'StickerFullType::CustomEmoji',
|
90
|
+
'closedVectorPath' => 'ClosedVectorPath',
|
91
|
+
'pollOption' => 'PollOption',
|
92
|
+
'PollType' => 'PollType',
|
93
|
+
'pollTypeRegular' => 'PollType::Regular',
|
94
|
+
'pollTypeQuiz' => 'PollType::Quiz',
|
95
|
+
'animation' => 'Animation',
|
96
|
+
'audio' => 'Audio',
|
97
|
+
'document' => 'Document',
|
98
|
+
'photo' => 'Photo',
|
99
|
+
'sticker' => 'Sticker',
|
100
|
+
'video' => 'Video',
|
101
|
+
'videoNote' => 'VideoNote',
|
102
|
+
'voiceNote' => 'VoiceNote',
|
103
|
+
'animatedEmoji' => 'AnimatedEmoji',
|
104
|
+
'contact' => 'Contact',
|
105
|
+
'location' => 'Location',
|
106
|
+
'venue' => 'Venue',
|
107
|
+
'game' => 'Game',
|
108
|
+
'webApp' => 'WebApp',
|
109
|
+
'poll' => 'Poll',
|
110
|
+
'background' => 'Background',
|
111
|
+
'backgrounds' => 'Backgrounds',
|
112
|
+
'chatBackground' => 'ChatBackground',
|
113
|
+
'profilePhoto' => 'ProfilePhoto',
|
114
|
+
'chatPhotoInfo' => 'ChatPhotoInfo',
|
115
|
+
'UserType' => 'UserType',
|
116
|
+
'userTypeRegular' => 'UserType::Regular',
|
117
|
+
'userTypeDeleted' => 'UserType::Deleted',
|
118
|
+
'userTypeBot' => 'UserType::Bot',
|
119
|
+
'userTypeUnknown' => 'UserType::Unknown',
|
120
|
+
'botCommand' => 'BotCommand',
|
121
|
+
'botCommands' => 'BotCommands',
|
122
|
+
'botMenuButton' => 'BotMenuButton',
|
123
|
+
'chatLocation' => 'ChatLocation',
|
124
|
+
'birthdate' => 'Birthdate',
|
125
|
+
'closeBirthdayUser' => 'CloseBirthdayUser',
|
126
|
+
'BusinessAwayMessageSchedule' => 'BusinessAwayMessageSchedule',
|
127
|
+
'businessAwayMessageScheduleAlways' => 'BusinessAwayMessageSchedule::Always',
|
128
|
+
'businessAwayMessageScheduleOutsideOfOpeningHours' => 'BusinessAwayMessageSchedule::OutsideOfOpeningHours',
|
129
|
+
'businessAwayMessageScheduleCustom' => 'BusinessAwayMessageSchedule::Custom',
|
130
|
+
'businessLocation' => 'BusinessLocation',
|
131
|
+
'businessRecipients' => 'BusinessRecipients',
|
132
|
+
'businessAwayMessageSettings' => 'BusinessAwayMessageSettings',
|
133
|
+
'businessGreetingMessageSettings' => 'BusinessGreetingMessageSettings',
|
134
|
+
'businessConnectedBot' => 'BusinessConnectedBot',
|
135
|
+
'businessStartPage' => 'BusinessStartPage',
|
136
|
+
'inputBusinessStartPage' => 'InputBusinessStartPage',
|
137
|
+
'businessOpeningHoursInterval' => 'BusinessOpeningHoursInterval',
|
138
|
+
'businessOpeningHours' => 'BusinessOpeningHours',
|
139
|
+
'businessInfo' => 'BusinessInfo',
|
140
|
+
'businessChatLink' => 'BusinessChatLink',
|
141
|
+
'businessChatLinks' => 'BusinessChatLinks',
|
142
|
+
'inputBusinessChatLink' => 'InputBusinessChatLink',
|
143
|
+
'businessChatLinkInfo' => 'BusinessChatLinkInfo',
|
144
|
+
'ChatPhotoStickerType' => 'ChatPhotoStickerType',
|
145
|
+
'chatPhotoStickerTypeRegularOrMask' => 'ChatPhotoStickerType::RegularOrMask',
|
146
|
+
'chatPhotoStickerTypeCustomEmoji' => 'ChatPhotoStickerType::CustomEmoji',
|
147
|
+
'chatPhotoSticker' => 'ChatPhotoSticker',
|
148
|
+
'animatedChatPhoto' => 'AnimatedChatPhoto',
|
149
|
+
'chatPhoto' => 'ChatPhoto',
|
150
|
+
'chatPhotos' => 'ChatPhotos',
|
151
|
+
'InputChatPhoto' => 'InputChatPhoto',
|
152
|
+
'inputChatPhotoPrevious' => 'InputChatPhoto::Previous',
|
153
|
+
'inputChatPhotoStatic' => 'InputChatPhoto::Static',
|
154
|
+
'inputChatPhotoAnimation' => 'InputChatPhoto::Animation',
|
155
|
+
'inputChatPhotoSticker' => 'InputChatPhoto::Sticker',
|
156
|
+
'chatPermissions' => 'ChatPermissions',
|
157
|
+
'chatAdministratorRights' => 'ChatAdministratorRights',
|
158
|
+
'starSubscriptionPricing' => 'StarSubscriptionPricing',
|
159
|
+
'starSubscription' => 'StarSubscription',
|
160
|
+
'starSubscriptions' => 'StarSubscriptions',
|
161
|
+
'productInfo' => 'ProductInfo',
|
162
|
+
'premiumPaymentOption' => 'PremiumPaymentOption',
|
163
|
+
'premiumStatePaymentOption' => 'PremiumStatePaymentOption',
|
164
|
+
'premiumGiftCodePaymentOption' => 'PremiumGiftCodePaymentOption',
|
165
|
+
'premiumGiftCodePaymentOptions' => 'PremiumGiftCodePaymentOptions',
|
166
|
+
'premiumGiftCodeInfo' => 'PremiumGiftCodeInfo',
|
167
|
+
'starPaymentOption' => 'StarPaymentOption',
|
168
|
+
'starPaymentOptions' => 'StarPaymentOptions',
|
169
|
+
'StarTransactionDirection' => 'StarTransactionDirection',
|
170
|
+
'starTransactionDirectionIncoming' => 'StarTransactionDirection::Incoming',
|
171
|
+
'starTransactionDirectionOutgoing' => 'StarTransactionDirection::Outgoing',
|
172
|
+
'BotTransactionPurpose' => 'BotTransactionPurpose',
|
173
|
+
'botTransactionPurposePaidMedia' => 'BotTransactionPurpose::PaidMedia',
|
174
|
+
'botTransactionPurposeInvoicePayment' => 'BotTransactionPurpose::InvoicePayment',
|
175
|
+
'ChannelTransactionPurpose' => 'ChannelTransactionPurpose',
|
176
|
+
'channelTransactionPurposePaidMedia' => 'ChannelTransactionPurpose::PaidMedia',
|
177
|
+
'channelTransactionPurposeJoin' => 'ChannelTransactionPurpose::Join',
|
178
|
+
'channelTransactionPurposeReaction' => 'ChannelTransactionPurpose::Reaction',
|
179
|
+
'StarTransactionPartner' => 'StarTransactionPartner',
|
180
|
+
'starTransactionPartnerTelegram' => 'StarTransactionPartner::Telegram',
|
181
|
+
'starTransactionPartnerAppStore' => 'StarTransactionPartner::AppStore',
|
182
|
+
'starTransactionPartnerGooglePlay' => 'StarTransactionPartner::GooglePlay',
|
183
|
+
'starTransactionPartnerFragment' => 'StarTransactionPartner::Fragment',
|
184
|
+
'starTransactionPartnerTelegramAds' => 'StarTransactionPartner::TelegramAds',
|
185
|
+
'starTransactionPartnerBot' => 'StarTransactionPartner::Bot',
|
186
|
+
'starTransactionPartnerBusiness' => 'StarTransactionPartner::Business',
|
187
|
+
'starTransactionPartnerChannel' => 'StarTransactionPartner::Channel',
|
188
|
+
'starTransactionPartnerUser' => 'StarTransactionPartner::User',
|
189
|
+
'starTransactionPartnerUnsupported' => 'StarTransactionPartner::Unsupported',
|
190
|
+
'starTransaction' => 'StarTransaction',
|
191
|
+
'starTransactions' => 'StarTransactions',
|
192
|
+
'PremiumGiveawayParticipantStatus' => 'PremiumGiveawayParticipantStatus',
|
193
|
+
'premiumGiveawayParticipantStatusEligible' => 'PremiumGiveawayParticipantStatus::Eligible',
|
194
|
+
'premiumGiveawayParticipantStatusParticipating' => 'PremiumGiveawayParticipantStatus::Participating',
|
195
|
+
'premiumGiveawayParticipantStatusAlreadyWasMember' => 'PremiumGiveawayParticipantStatus::AlreadyWasMember',
|
196
|
+
'premiumGiveawayParticipantStatusAdministrator' => 'PremiumGiveawayParticipantStatus::Administrator',
|
197
|
+
'premiumGiveawayParticipantStatusDisallowedCountry' => 'PremiumGiveawayParticipantStatus::DisallowedCountry',
|
198
|
+
'PremiumGiveawayInfo' => 'PremiumGiveawayInfo',
|
199
|
+
'premiumGiveawayInfoOngoing' => 'PremiumGiveawayInfo::Ongoing',
|
200
|
+
'premiumGiveawayInfoCompleted' => 'PremiumGiveawayInfo::Completed',
|
201
|
+
'accentColor' => 'AccentColor',
|
202
|
+
'profileAccentColors' => 'ProfileAccentColors',
|
203
|
+
'profileAccentColor' => 'ProfileAccentColor',
|
204
|
+
'emojiStatus' => 'EmojiStatus',
|
205
|
+
'emojiStatuses' => 'EmojiStatuses',
|
206
|
+
'usernames' => 'Usernames',
|
207
|
+
'user' => 'User',
|
208
|
+
'botInfo' => 'BotInfo',
|
209
|
+
'userFullInfo' => 'UserFullInfo',
|
210
|
+
'users' => 'Users',
|
211
|
+
'foundUsers' => 'FoundUsers',
|
212
|
+
'chatAdministrator' => 'ChatAdministrator',
|
213
|
+
'chatAdministrators' => 'ChatAdministrators',
|
214
|
+
'ChatMemberStatus' => 'ChatMemberStatus',
|
215
|
+
'chatMemberStatusCreator' => 'ChatMemberStatus::Creator',
|
216
|
+
'chatMemberStatusAdministrator' => 'ChatMemberStatus::Administrator',
|
217
|
+
'chatMemberStatusMember' => 'ChatMemberStatus::Member',
|
218
|
+
'chatMemberStatusRestricted' => 'ChatMemberStatus::Restricted',
|
219
|
+
'chatMemberStatusLeft' => 'ChatMemberStatus::Left',
|
220
|
+
'chatMemberStatusBanned' => 'ChatMemberStatus::Banned',
|
221
|
+
'chatMember' => 'ChatMember',
|
222
|
+
'chatMembers' => 'ChatMembers',
|
223
|
+
'ChatMembersFilter' => 'ChatMembersFilter',
|
224
|
+
'chatMembersFilterContacts' => 'ChatMembersFilter::Contacts',
|
225
|
+
'chatMembersFilterAdministrators' => 'ChatMembersFilter::Administrators',
|
226
|
+
'chatMembersFilterMembers' => 'ChatMembersFilter::Members',
|
227
|
+
'chatMembersFilterMention' => 'ChatMembersFilter::Mention',
|
228
|
+
'chatMembersFilterRestricted' => 'ChatMembersFilter::Restricted',
|
229
|
+
'chatMembersFilterBanned' => 'ChatMembersFilter::Banned',
|
230
|
+
'chatMembersFilterBots' => 'ChatMembersFilter::Bots',
|
231
|
+
'SupergroupMembersFilter' => 'SupergroupMembersFilter',
|
232
|
+
'supergroupMembersFilterRecent' => 'SupergroupMembersFilter::Recent',
|
233
|
+
'supergroupMembersFilterContacts' => 'SupergroupMembersFilter::Contacts',
|
234
|
+
'supergroupMembersFilterAdministrators' => 'SupergroupMembersFilter::Administrators',
|
235
|
+
'supergroupMembersFilterSearch' => 'SupergroupMembersFilter::Search',
|
236
|
+
'supergroupMembersFilterRestricted' => 'SupergroupMembersFilter::Restricted',
|
237
|
+
'supergroupMembersFilterBanned' => 'SupergroupMembersFilter::Banned',
|
238
|
+
'supergroupMembersFilterMention' => 'SupergroupMembersFilter::Mention',
|
239
|
+
'supergroupMembersFilterBots' => 'SupergroupMembersFilter::Bots',
|
240
|
+
'chatInviteLink' => 'ChatInviteLink',
|
241
|
+
'chatInviteLinks' => 'ChatInviteLinks',
|
242
|
+
'chatInviteLinkCount' => 'ChatInviteLinkCount',
|
243
|
+
'chatInviteLinkCounts' => 'ChatInviteLinkCounts',
|
244
|
+
'chatInviteLinkMember' => 'ChatInviteLinkMember',
|
245
|
+
'chatInviteLinkMembers' => 'ChatInviteLinkMembers',
|
246
|
+
'InviteLinkChatType' => 'InviteLinkChatType',
|
247
|
+
'inviteLinkChatTypeBasicGroup' => 'InviteLinkChatType::BasicGroup',
|
248
|
+
'inviteLinkChatTypeSupergroup' => 'InviteLinkChatType::Supergroup',
|
249
|
+
'inviteLinkChatTypeChannel' => 'InviteLinkChatType::Channel',
|
250
|
+
'chatInviteLinkSubscriptionInfo' => 'ChatInviteLinkSubscriptionInfo',
|
251
|
+
'chatInviteLinkInfo' => 'ChatInviteLinkInfo',
|
252
|
+
'chatJoinRequest' => 'ChatJoinRequest',
|
253
|
+
'chatJoinRequests' => 'ChatJoinRequests',
|
254
|
+
'chatJoinRequestsInfo' => 'ChatJoinRequestsInfo',
|
255
|
+
'basicGroup' => 'BasicGroup',
|
256
|
+
'basicGroupFullInfo' => 'BasicGroupFullInfo',
|
257
|
+
'supergroup' => 'Supergroup',
|
258
|
+
'supergroupFullInfo' => 'SupergroupFullInfo',
|
259
|
+
'SecretChatState' => 'SecretChatState',
|
260
|
+
'secretChatStatePending' => 'SecretChatState::Pending',
|
261
|
+
'secretChatStateReady' => 'SecretChatState::Ready',
|
262
|
+
'secretChatStateClosed' => 'SecretChatState::Closed',
|
263
|
+
'secretChat' => 'SecretChat',
|
264
|
+
'MessageSender' => 'MessageSender',
|
265
|
+
'messageSenderUser' => 'MessageSender::User',
|
266
|
+
'messageSenderChat' => 'MessageSender::Chat',
|
267
|
+
'messageSenders' => 'MessageSenders',
|
268
|
+
'chatMessageSender' => 'ChatMessageSender',
|
269
|
+
'chatMessageSenders' => 'ChatMessageSenders',
|
270
|
+
'MessageReadDate' => 'MessageReadDate',
|
271
|
+
'messageReadDateRead' => 'MessageReadDate::Read',
|
272
|
+
'messageReadDateUnread' => 'MessageReadDate::Unread',
|
273
|
+
'messageReadDateTooOld' => 'MessageReadDate::TooOld',
|
274
|
+
'messageReadDateUserPrivacyRestricted' => 'MessageReadDate::UserPrivacyRestricted',
|
275
|
+
'messageReadDateMyPrivacyRestricted' => 'MessageReadDate::MyPrivacyRestricted',
|
276
|
+
'messageViewer' => 'MessageViewer',
|
277
|
+
'messageViewers' => 'MessageViewers',
|
278
|
+
'MessageOrigin' => 'MessageOrigin',
|
279
|
+
'messageOriginUser' => 'MessageOrigin::User',
|
280
|
+
'messageOriginHiddenUser' => 'MessageOrigin::HiddenUser',
|
281
|
+
'messageOriginChat' => 'MessageOrigin::Chat',
|
282
|
+
'messageOriginChannel' => 'MessageOrigin::Channel',
|
283
|
+
'forwardSource' => 'ForwardSource',
|
284
|
+
'ReactionType' => 'ReactionType',
|
285
|
+
'reactionTypeEmoji' => 'ReactionType::Emoji',
|
286
|
+
'reactionTypeCustomEmoji' => 'ReactionType::CustomEmoji',
|
287
|
+
'reactionTypePaid' => 'ReactionType::Paid',
|
288
|
+
'paidReactor' => 'PaidReactor',
|
289
|
+
'messageForwardInfo' => 'MessageForwardInfo',
|
290
|
+
'messageImportInfo' => 'MessageImportInfo',
|
291
|
+
'messageReplyInfo' => 'MessageReplyInfo',
|
292
|
+
'messageReaction' => 'MessageReaction',
|
293
|
+
'messageReactions' => 'MessageReactions',
|
294
|
+
'messageInteractionInfo' => 'MessageInteractionInfo',
|
295
|
+
'unreadReaction' => 'UnreadReaction',
|
296
|
+
'MessageEffectType' => 'MessageEffectType',
|
297
|
+
'messageEffectTypeEmojiReaction' => 'MessageEffectType::EmojiReaction',
|
298
|
+
'messageEffectTypePremiumSticker' => 'MessageEffectType::PremiumSticker',
|
299
|
+
'messageEffect' => 'MessageEffect',
|
300
|
+
'MessageSendingState' => 'MessageSendingState',
|
301
|
+
'messageSendingStatePending' => 'MessageSendingState::Pending',
|
302
|
+
'messageSendingStateFailed' => 'MessageSendingState::Failed',
|
303
|
+
'textQuote' => 'TextQuote',
|
304
|
+
'inputTextQuote' => 'InputTextQuote',
|
305
|
+
'MessageReplyTo' => 'MessageReplyTo',
|
306
|
+
'messageReplyToMessage' => 'MessageReplyTo::Message',
|
307
|
+
'messageReplyToStory' => 'MessageReplyTo::Story',
|
308
|
+
'InputMessageReplyTo' => 'InputMessageReplyTo',
|
309
|
+
'inputMessageReplyToMessage' => 'InputMessageReplyTo::Message',
|
310
|
+
'inputMessageReplyToExternalMessage' => 'InputMessageReplyTo::ExternalMessage',
|
311
|
+
'inputMessageReplyToStory' => 'InputMessageReplyTo::Story',
|
312
|
+
'factCheck' => 'FactCheck',
|
313
|
+
'message' => 'Message',
|
314
|
+
'messages' => 'Messages',
|
315
|
+
'foundMessages' => 'FoundMessages',
|
316
|
+
'foundChatMessages' => 'FoundChatMessages',
|
317
|
+
'messagePosition' => 'MessagePosition',
|
318
|
+
'messagePositions' => 'MessagePositions',
|
319
|
+
'messageCalendarDay' => 'MessageCalendarDay',
|
320
|
+
'messageCalendar' => 'MessageCalendar',
|
321
|
+
'businessMessage' => 'BusinessMessage',
|
322
|
+
'businessMessages' => 'BusinessMessages',
|
323
|
+
'MessageSource' => 'MessageSource',
|
324
|
+
'messageSourceChatHistory' => 'MessageSource::ChatHistory',
|
325
|
+
'messageSourceMessageThreadHistory' => 'MessageSource::MessageThreadHistory',
|
326
|
+
'messageSourceForumTopicHistory' => 'MessageSource::ForumTopicHistory',
|
327
|
+
'messageSourceHistoryPreview' => 'MessageSource::HistoryPreview',
|
328
|
+
'messageSourceChatList' => 'MessageSource::ChatList',
|
329
|
+
'messageSourceSearch' => 'MessageSource::Search',
|
330
|
+
'messageSourceChatEventLog' => 'MessageSource::ChatEventLog',
|
331
|
+
'messageSourceNotification' => 'MessageSource::Notification',
|
332
|
+
'messageSourceScreenshot' => 'MessageSource::Screenshot',
|
333
|
+
'messageSourceOther' => 'MessageSource::Other',
|
334
|
+
'messageSponsor' => 'MessageSponsor',
|
335
|
+
'sponsoredMessage' => 'SponsoredMessage',
|
336
|
+
'sponsoredMessages' => 'SponsoredMessages',
|
337
|
+
'reportChatSponsoredMessageOption' => 'ReportChatSponsoredMessageOption',
|
338
|
+
'ReportChatSponsoredMessageResult' => 'ReportChatSponsoredMessageResult',
|
339
|
+
'reportChatSponsoredMessageResultOk' => 'ReportChatSponsoredMessageResult::Ok',
|
340
|
+
'reportChatSponsoredMessageResultFailed' => 'ReportChatSponsoredMessageResult::Failed',
|
341
|
+
'reportChatSponsoredMessageResultOptionRequired' => 'ReportChatSponsoredMessageResult::OptionRequired',
|
342
|
+
'reportChatSponsoredMessageResultAdsHidden' => 'ReportChatSponsoredMessageResult::AdsHidden',
|
343
|
+
'reportChatSponsoredMessageResultPremiumRequired' => 'ReportChatSponsoredMessageResult::PremiumRequired',
|
344
|
+
'fileDownload' => 'FileDownload',
|
345
|
+
'downloadedFileCounts' => 'DownloadedFileCounts',
|
346
|
+
'foundFileDownloads' => 'FoundFileDownloads',
|
347
|
+
'NotificationSettingsScope' => 'NotificationSettingsScope',
|
348
|
+
'notificationSettingsScopePrivateChats' => 'NotificationSettingsScope::PrivateChats',
|
349
|
+
'notificationSettingsScopeGroupChats' => 'NotificationSettingsScope::GroupChats',
|
350
|
+
'notificationSettingsScopeChannelChats' => 'NotificationSettingsScope::ChannelChats',
|
351
|
+
'chatNotificationSettings' => 'ChatNotificationSettings',
|
352
|
+
'scopeNotificationSettings' => 'ScopeNotificationSettings',
|
353
|
+
'ReactionNotificationSource' => 'ReactionNotificationSource',
|
354
|
+
'reactionNotificationSourceNone' => 'ReactionNotificationSource::None',
|
355
|
+
'reactionNotificationSourceContacts' => 'ReactionNotificationSource::Contacts',
|
356
|
+
'reactionNotificationSourceAll' => 'ReactionNotificationSource::All',
|
357
|
+
'reactionNotificationSettings' => 'ReactionNotificationSettings',
|
358
|
+
'draftMessage' => 'DraftMessage',
|
359
|
+
'ChatType' => 'ChatType',
|
360
|
+
'chatTypePrivate' => 'ChatType::Private',
|
361
|
+
'chatTypeBasicGroup' => 'ChatType::BasicGroup',
|
362
|
+
'chatTypeSupergroup' => 'ChatType::Supergroup',
|
363
|
+
'chatTypeSecret' => 'ChatType::Secret',
|
364
|
+
'chatFolderIcon' => 'ChatFolderIcon',
|
365
|
+
'chatFolder' => 'ChatFolder',
|
366
|
+
'chatFolderInfo' => 'ChatFolderInfo',
|
367
|
+
'chatFolderInviteLink' => 'ChatFolderInviteLink',
|
368
|
+
'chatFolderInviteLinks' => 'ChatFolderInviteLinks',
|
369
|
+
'chatFolderInviteLinkInfo' => 'ChatFolderInviteLinkInfo',
|
370
|
+
'recommendedChatFolder' => 'RecommendedChatFolder',
|
371
|
+
'recommendedChatFolders' => 'RecommendedChatFolders',
|
372
|
+
'archiveChatListSettings' => 'ArchiveChatListSettings',
|
373
|
+
'ChatList' => 'ChatList',
|
374
|
+
'chatListMain' => 'ChatList::Main',
|
375
|
+
'chatListArchive' => 'ChatList::Archive',
|
376
|
+
'chatListFolder' => 'ChatList::Folder',
|
377
|
+
'chatLists' => 'ChatLists',
|
378
|
+
'ChatSource' => 'ChatSource',
|
379
|
+
'chatSourceMtprotoProxy' => 'ChatSource::MtprotoProxy',
|
380
|
+
'chatSourcePublicServiceAnnouncement' => 'ChatSource::PublicServiceAnnouncement',
|
381
|
+
'chatPosition' => 'ChatPosition',
|
382
|
+
'ChatAvailableReactions' => 'ChatAvailableReactions',
|
383
|
+
'chatAvailableReactionsAll' => 'ChatAvailableReactions::All',
|
384
|
+
'chatAvailableReactionsSome' => 'ChatAvailableReactions::Some',
|
385
|
+
'savedMessagesTag' => 'SavedMessagesTag',
|
386
|
+
'savedMessagesTags' => 'SavedMessagesTags',
|
387
|
+
'businessBotManageBar' => 'BusinessBotManageBar',
|
388
|
+
'videoChat' => 'VideoChat',
|
389
|
+
'chat' => 'Chat',
|
390
|
+
'chats' => 'Chats',
|
391
|
+
'failedToAddMember' => 'FailedToAddMember',
|
392
|
+
'failedToAddMembers' => 'FailedToAddMembers',
|
393
|
+
'createdBasicGroupChat' => 'CreatedBasicGroupChat',
|
394
|
+
'chatNearby' => 'ChatNearby',
|
395
|
+
'chatsNearby' => 'ChatsNearby',
|
396
|
+
'PublicChatType' => 'PublicChatType',
|
397
|
+
'publicChatTypeHasUsername' => 'PublicChatType::HasUsername',
|
398
|
+
'publicChatTypeIsLocationBased' => 'PublicChatType::IsLocationBased',
|
399
|
+
'ChatActionBar' => 'ChatActionBar',
|
400
|
+
'chatActionBarReportSpam' => 'ChatActionBar::ReportSpam',
|
401
|
+
'chatActionBarReportUnrelatedLocation' => 'ChatActionBar::ReportUnrelatedLocation',
|
402
|
+
'chatActionBarInviteMembers' => 'ChatActionBar::InviteMembers',
|
403
|
+
'chatActionBarReportAddBlock' => 'ChatActionBar::ReportAddBlock',
|
404
|
+
'chatActionBarAddContact' => 'ChatActionBar::AddContact',
|
405
|
+
'chatActionBarSharePhoneNumber' => 'ChatActionBar::SharePhoneNumber',
|
406
|
+
'chatActionBarJoinRequest' => 'ChatActionBar::JoinRequest',
|
407
|
+
'KeyboardButtonType' => 'KeyboardButtonType',
|
408
|
+
'keyboardButtonTypeText' => 'KeyboardButtonType::Text',
|
409
|
+
'keyboardButtonTypeRequestPhoneNumber' => 'KeyboardButtonType::RequestPhoneNumber',
|
410
|
+
'keyboardButtonTypeRequestLocation' => 'KeyboardButtonType::RequestLocation',
|
411
|
+
'keyboardButtonTypeRequestPoll' => 'KeyboardButtonType::RequestPoll',
|
412
|
+
'keyboardButtonTypeRequestUsers' => 'KeyboardButtonType::RequestUsers',
|
413
|
+
'keyboardButtonTypeRequestChat' => 'KeyboardButtonType::RequestChat',
|
414
|
+
'keyboardButtonTypeWebApp' => 'KeyboardButtonType::WebApp',
|
415
|
+
'keyboardButton' => 'KeyboardButton',
|
416
|
+
'InlineKeyboardButtonType' => 'InlineKeyboardButtonType',
|
417
|
+
'inlineKeyboardButtonTypeUrl' => 'InlineKeyboardButtonType::Url',
|
418
|
+
'inlineKeyboardButtonTypeLoginUrl' => 'InlineKeyboardButtonType::LoginUrl',
|
419
|
+
'inlineKeyboardButtonTypeWebApp' => 'InlineKeyboardButtonType::WebApp',
|
420
|
+
'inlineKeyboardButtonTypeCallback' => 'InlineKeyboardButtonType::Callback',
|
421
|
+
'inlineKeyboardButtonTypeCallbackWithPassword' => 'InlineKeyboardButtonType::CallbackWithPassword',
|
422
|
+
'inlineKeyboardButtonTypeCallbackGame' => 'InlineKeyboardButtonType::CallbackGame',
|
423
|
+
'inlineKeyboardButtonTypeSwitchInline' => 'InlineKeyboardButtonType::SwitchInline',
|
424
|
+
'inlineKeyboardButtonTypeBuy' => 'InlineKeyboardButtonType::Buy',
|
425
|
+
'inlineKeyboardButtonTypeUser' => 'InlineKeyboardButtonType::User',
|
426
|
+
'inlineKeyboardButton' => 'InlineKeyboardButton',
|
427
|
+
'ReplyMarkup' => 'ReplyMarkup',
|
428
|
+
'replyMarkupRemoveKeyboard' => 'ReplyMarkup::RemoveKeyboard',
|
429
|
+
'replyMarkupForceReply' => 'ReplyMarkup::ForceReply',
|
430
|
+
'replyMarkupShowKeyboard' => 'ReplyMarkup::ShowKeyboard',
|
431
|
+
'replyMarkupInlineKeyboard' => 'ReplyMarkup::InlineKeyboard',
|
432
|
+
'LoginUrlInfo' => 'LoginUrlInfo',
|
433
|
+
'loginUrlInfoOpen' => 'LoginUrlInfo::Open',
|
434
|
+
'loginUrlInfoRequestConfirmation' => 'LoginUrlInfo::RequestConfirmation',
|
435
|
+
'foundWebApp' => 'FoundWebApp',
|
436
|
+
'webAppInfo' => 'WebAppInfo',
|
437
|
+
'mainWebApp' => 'MainWebApp',
|
438
|
+
'messageThreadInfo' => 'MessageThreadInfo',
|
439
|
+
'SavedMessagesTopicType' => 'SavedMessagesTopicType',
|
440
|
+
'savedMessagesTopicTypeMyNotes' => 'SavedMessagesTopicType::MyNotes',
|
441
|
+
'savedMessagesTopicTypeAuthorHidden' => 'SavedMessagesTopicType::AuthorHidden',
|
442
|
+
'savedMessagesTopicTypeSavedFromChat' => 'SavedMessagesTopicType::SavedFromChat',
|
443
|
+
'savedMessagesTopic' => 'SavedMessagesTopic',
|
444
|
+
'forumTopicIcon' => 'ForumTopicIcon',
|
445
|
+
'forumTopicInfo' => 'ForumTopicInfo',
|
446
|
+
'forumTopic' => 'ForumTopic',
|
447
|
+
'forumTopics' => 'ForumTopics',
|
448
|
+
'linkPreviewOptions' => 'LinkPreviewOptions',
|
449
|
+
'sharedUser' => 'SharedUser',
|
450
|
+
'sharedChat' => 'SharedChat',
|
451
|
+
'themeSettings' => 'ThemeSettings',
|
452
|
+
'RichText' => 'RichText',
|
453
|
+
'richTextPlain' => 'RichText::Plain',
|
454
|
+
'richTextBold' => 'RichText::Bold',
|
455
|
+
'richTextItalic' => 'RichText::Italic',
|
456
|
+
'richTextUnderline' => 'RichText::Underline',
|
457
|
+
'richTextStrikethrough' => 'RichText::Strikethrough',
|
458
|
+
'richTextFixed' => 'RichText::Fixed',
|
459
|
+
'richTextUrl' => 'RichText::Url',
|
460
|
+
'richTextEmailAddress' => 'RichText::EmailAddress',
|
461
|
+
'richTextSubscript' => 'RichText::Subscript',
|
462
|
+
'richTextSuperscript' => 'RichText::Superscript',
|
463
|
+
'richTextMarked' => 'RichText::Marked',
|
464
|
+
'richTextPhoneNumber' => 'RichText::PhoneNumber',
|
465
|
+
'richTextIcon' => 'RichText::Icon',
|
466
|
+
'richTextReference' => 'RichText::Reference',
|
467
|
+
'richTextAnchor' => 'RichText::Anchor',
|
468
|
+
'richTextAnchorLink' => 'RichText::AnchorLink',
|
469
|
+
'richTexts' => 'RichText::s',
|
470
|
+
'pageBlockCaption' => 'PageBlockCaption',
|
471
|
+
'pageBlockListItem' => 'PageBlockListItem',
|
472
|
+
'PageBlockHorizontalAlignment' => 'PageBlockHorizontalAlignment',
|
473
|
+
'pageBlockHorizontalAlignmentLeft' => 'PageBlockHorizontalAlignment::Left',
|
474
|
+
'pageBlockHorizontalAlignmentCenter' => 'PageBlockHorizontalAlignment::Center',
|
475
|
+
'pageBlockHorizontalAlignmentRight' => 'PageBlockHorizontalAlignment::Right',
|
476
|
+
'PageBlockVerticalAlignment' => 'PageBlockVerticalAlignment',
|
477
|
+
'pageBlockVerticalAlignmentTop' => 'PageBlockVerticalAlignment::Top',
|
478
|
+
'pageBlockVerticalAlignmentMiddle' => 'PageBlockVerticalAlignment::Middle',
|
479
|
+
'pageBlockVerticalAlignmentBottom' => 'PageBlockVerticalAlignment::Bottom',
|
480
|
+
'pageBlockTableCell' => 'PageBlockTableCell',
|
481
|
+
'pageBlockRelatedArticle' => 'PageBlockRelatedArticle',
|
482
|
+
'PageBlock' => 'PageBlock',
|
483
|
+
'pageBlockTitle' => 'PageBlock::Title',
|
484
|
+
'pageBlockSubtitle' => 'PageBlock::Subtitle',
|
485
|
+
'pageBlockAuthorDate' => 'PageBlock::AuthorDate',
|
486
|
+
'pageBlockHeader' => 'PageBlock::Header',
|
487
|
+
'pageBlockSubheader' => 'PageBlock::Subheader',
|
488
|
+
'pageBlockKicker' => 'PageBlock::Kicker',
|
489
|
+
'pageBlockParagraph' => 'PageBlock::Paragraph',
|
490
|
+
'pageBlockPreformatted' => 'PageBlock::Preformatted',
|
491
|
+
'pageBlockFooter' => 'PageBlock::Footer',
|
492
|
+
'pageBlockDivider' => 'PageBlock::Divider',
|
493
|
+
'pageBlockAnchor' => 'PageBlock::Anchor',
|
494
|
+
'pageBlockList' => 'PageBlock::List',
|
495
|
+
'pageBlockBlockQuote' => 'PageBlock::BlockQuote',
|
496
|
+
'pageBlockPullQuote' => 'PageBlock::PullQuote',
|
497
|
+
'pageBlockAnimation' => 'PageBlock::Animation',
|
498
|
+
'pageBlockAudio' => 'PageBlock::Audio',
|
499
|
+
'pageBlockPhoto' => 'PageBlock::Photo',
|
500
|
+
'pageBlockVideo' => 'PageBlock::Video',
|
501
|
+
'pageBlockVoiceNote' => 'PageBlock::VoiceNote',
|
502
|
+
'pageBlockCover' => 'PageBlock::Cover',
|
503
|
+
'pageBlockEmbedded' => 'PageBlock::Embedded',
|
504
|
+
'pageBlockEmbeddedPost' => 'PageBlock::EmbeddedPost',
|
505
|
+
'pageBlockCollage' => 'PageBlock::Collage',
|
506
|
+
'pageBlockSlideshow' => 'PageBlock::Slideshow',
|
507
|
+
'pageBlockChatLink' => 'PageBlock::ChatLink',
|
508
|
+
'pageBlockTable' => 'PageBlock::Table',
|
509
|
+
'pageBlockDetails' => 'PageBlock::Details',
|
510
|
+
'pageBlockRelatedArticles' => 'PageBlock::RelatedArticles',
|
511
|
+
'pageBlockMap' => 'PageBlock::Map',
|
512
|
+
'webPageInstantView' => 'WebPageInstantView',
|
513
|
+
'LinkPreviewAlbumMedia' => 'LinkPreviewAlbumMedia',
|
514
|
+
'linkPreviewAlbumMediaPhoto' => 'LinkPreviewAlbumMedia::Photo',
|
515
|
+
'linkPreviewAlbumMediaVideo' => 'LinkPreviewAlbumMedia::Video',
|
516
|
+
'LinkPreviewType' => 'LinkPreviewType',
|
517
|
+
'linkPreviewTypeAlbum' => 'LinkPreviewType::Album',
|
518
|
+
'linkPreviewTypeAnimation' => 'LinkPreviewType::Animation',
|
519
|
+
'linkPreviewTypeApp' => 'LinkPreviewType::App',
|
520
|
+
'linkPreviewTypeArticle' => 'LinkPreviewType::Article',
|
521
|
+
'linkPreviewTypeAudio' => 'LinkPreviewType::Audio',
|
522
|
+
'linkPreviewTypeBackground' => 'LinkPreviewType::Background',
|
523
|
+
'linkPreviewTypeChannelBoost' => 'LinkPreviewType::ChannelBoost',
|
524
|
+
'linkPreviewTypeChat' => 'LinkPreviewType::Chat',
|
525
|
+
'linkPreviewTypeDocument' => 'LinkPreviewType::Document',
|
526
|
+
'linkPreviewTypeEmbeddedAnimationPlayer' => 'LinkPreviewType::EmbeddedAnimationPlayer',
|
527
|
+
'linkPreviewTypeEmbeddedAudioPlayer' => 'LinkPreviewType::EmbeddedAudioPlayer',
|
528
|
+
'linkPreviewTypeEmbeddedVideoPlayer' => 'LinkPreviewType::EmbeddedVideoPlayer',
|
529
|
+
'linkPreviewTypeInvoice' => 'LinkPreviewType::Invoice',
|
530
|
+
'linkPreviewTypeMessage' => 'LinkPreviewType::Message',
|
531
|
+
'linkPreviewTypePhoto' => 'LinkPreviewType::Photo',
|
532
|
+
'linkPreviewTypePremiumGiftCode' => 'LinkPreviewType::PremiumGiftCode',
|
533
|
+
'linkPreviewTypeShareableChatFolder' => 'LinkPreviewType::ShareableChatFolder',
|
534
|
+
'linkPreviewTypeSticker' => 'LinkPreviewType::Sticker',
|
535
|
+
'linkPreviewTypeStickerSet' => 'LinkPreviewType::StickerSet',
|
536
|
+
'linkPreviewTypeStory' => 'LinkPreviewType::Story',
|
537
|
+
'linkPreviewTypeSupergroupBoost' => 'LinkPreviewType::SupergroupBoost',
|
538
|
+
'linkPreviewTypeTheme' => 'LinkPreviewType::Theme',
|
539
|
+
'linkPreviewTypeUnsupported' => 'LinkPreviewType::Unsupported',
|
540
|
+
'linkPreviewTypeUser' => 'LinkPreviewType::User',
|
541
|
+
'linkPreviewTypeVideo' => 'LinkPreviewType::Video',
|
542
|
+
'linkPreviewTypeVideoChat' => 'LinkPreviewType::VideoChat',
|
543
|
+
'linkPreviewTypeVideoNote' => 'LinkPreviewType::VideoNote',
|
544
|
+
'linkPreviewTypeVoiceNote' => 'LinkPreviewType::VoiceNote',
|
545
|
+
'linkPreviewTypeWebApp' => 'LinkPreviewType::WebApp',
|
546
|
+
'linkPreview' => 'LinkPreview',
|
547
|
+
'countryInfo' => 'CountryInfo',
|
548
|
+
'countries' => 'Countries',
|
549
|
+
'phoneNumberInfo' => 'PhoneNumberInfo',
|
550
|
+
'CollectibleItemType' => 'CollectibleItemType',
|
551
|
+
'collectibleItemTypeUsername' => 'CollectibleItemType::Username',
|
552
|
+
'collectibleItemTypePhoneNumber' => 'CollectibleItemType::PhoneNumber',
|
553
|
+
'collectibleItemInfo' => 'CollectibleItemInfo',
|
554
|
+
'bankCardActionOpenUrl' => 'BankCardActionOpenUrl',
|
555
|
+
'bankCardInfo' => 'BankCardInfo',
|
556
|
+
'address' => 'Address',
|
557
|
+
'locationAddress' => 'LocationAddress',
|
558
|
+
'themeParameters' => 'ThemeParameters',
|
559
|
+
'labeledPricePart' => 'LabeledPricePart',
|
560
|
+
'invoice' => 'Invoice',
|
561
|
+
'orderInfo' => 'OrderInfo',
|
562
|
+
'shippingOption' => 'ShippingOption',
|
563
|
+
'savedCredentials' => 'SavedCredentials',
|
564
|
+
'InputCredentials' => 'InputCredentials',
|
565
|
+
'inputCredentialsSaved' => 'InputCredentials::Saved',
|
566
|
+
'inputCredentialsNew' => 'InputCredentials::New',
|
567
|
+
'inputCredentialsApplePay' => 'InputCredentials::ApplePay',
|
568
|
+
'inputCredentialsGooglePay' => 'InputCredentials::GooglePay',
|
569
|
+
'PaymentProvider' => 'PaymentProvider',
|
570
|
+
'paymentProviderSmartGlocal' => 'PaymentProvider::SmartGlocal',
|
571
|
+
'paymentProviderStripe' => 'PaymentProvider::Stripe',
|
572
|
+
'paymentProviderOther' => 'PaymentProvider::Other',
|
573
|
+
'paymentOption' => 'PaymentOption',
|
574
|
+
'PaymentFormType' => 'PaymentFormType',
|
575
|
+
'paymentFormTypeRegular' => 'PaymentFormType::Regular',
|
576
|
+
'paymentFormTypeStars' => 'PaymentFormType::Stars',
|
577
|
+
'paymentForm' => 'PaymentForm',
|
578
|
+
'validatedOrderInfo' => 'ValidatedOrderInfo',
|
579
|
+
'paymentResult' => 'PaymentResult',
|
580
|
+
'PaymentReceiptType' => 'PaymentReceiptType',
|
581
|
+
'paymentReceiptTypeRegular' => 'PaymentReceiptType::Regular',
|
582
|
+
'paymentReceiptTypeStars' => 'PaymentReceiptType::Stars',
|
583
|
+
'paymentReceipt' => 'PaymentReceipt',
|
584
|
+
'InputInvoice' => 'InputInvoice',
|
585
|
+
'inputInvoiceMessage' => 'InputInvoice::Message',
|
586
|
+
'inputInvoiceName' => 'InputInvoice::Name',
|
587
|
+
'inputInvoiceTelegram' => 'InputInvoice::Telegram',
|
588
|
+
'PaidMedia' => 'PaidMedia',
|
589
|
+
'paidMediaPreview' => 'PaidMedia::Preview',
|
590
|
+
'paidMediaPhoto' => 'PaidMedia::Photo',
|
591
|
+
'paidMediaVideo' => 'PaidMedia::Video',
|
592
|
+
'paidMediaUnsupported' => 'PaidMedia::Unsupported',
|
593
|
+
'premiumGiveawayParameters' => 'PremiumGiveawayParameters',
|
594
|
+
'datedFile' => 'DatedFile',
|
595
|
+
'PassportElementType' => 'PassportElementType',
|
596
|
+
'passportElementTypePersonalDetails' => 'PassportElementType::PersonalDetails',
|
597
|
+
'passportElementTypePassport' => 'PassportElementType::Passport',
|
598
|
+
'passportElementTypeDriverLicense' => 'PassportElementType::DriverLicense',
|
599
|
+
'passportElementTypeIdentityCard' => 'PassportElementType::IdentityCard',
|
600
|
+
'passportElementTypeInternalPassport' => 'PassportElementType::InternalPassport',
|
601
|
+
'passportElementTypeAddress' => 'PassportElementType::Address',
|
602
|
+
'passportElementTypeUtilityBill' => 'PassportElementType::UtilityBill',
|
603
|
+
'passportElementTypeBankStatement' => 'PassportElementType::BankStatement',
|
604
|
+
'passportElementTypeRentalAgreement' => 'PassportElementType::RentalAgreement',
|
605
|
+
'passportElementTypePassportRegistration' => 'PassportElementType::PassportRegistration',
|
606
|
+
'passportElementTypeTemporaryRegistration' => 'PassportElementType::TemporaryRegistration',
|
607
|
+
'passportElementTypePhoneNumber' => 'PassportElementType::PhoneNumber',
|
608
|
+
'passportElementTypeEmailAddress' => 'PassportElementType::EmailAddress',
|
609
|
+
'date' => 'Date',
|
610
|
+
'personalDetails' => 'PersonalDetails',
|
611
|
+
'identityDocument' => 'IdentityDocument',
|
612
|
+
'inputIdentityDocument' => 'InputIdentityDocument',
|
613
|
+
'personalDocument' => 'PersonalDocument',
|
614
|
+
'inputPersonalDocument' => 'InputPersonalDocument',
|
615
|
+
'PassportElement' => 'PassportElement',
|
616
|
+
'passportElementPersonalDetails' => 'PassportElement::PersonalDetails',
|
617
|
+
'passportElementPassport' => 'PassportElement::Passport',
|
618
|
+
'passportElementDriverLicense' => 'PassportElement::DriverLicense',
|
619
|
+
'passportElementIdentityCard' => 'PassportElement::IdentityCard',
|
620
|
+
'passportElementInternalPassport' => 'PassportElement::InternalPassport',
|
621
|
+
'passportElementAddress' => 'PassportElement::Address',
|
622
|
+
'passportElementUtilityBill' => 'PassportElement::UtilityBill',
|
623
|
+
'passportElementBankStatement' => 'PassportElement::BankStatement',
|
624
|
+
'passportElementRentalAgreement' => 'PassportElement::RentalAgreement',
|
625
|
+
'passportElementPassportRegistration' => 'PassportElement::PassportRegistration',
|
626
|
+
'passportElementTemporaryRegistration' => 'PassportElement::TemporaryRegistration',
|
627
|
+
'passportElementPhoneNumber' => 'PassportElement::PhoneNumber',
|
628
|
+
'passportElementEmailAddress' => 'PassportElement::EmailAddress',
|
629
|
+
'InputPassportElement' => 'InputPassportElement',
|
630
|
+
'inputPassportElementPersonalDetails' => 'InputPassportElement::PersonalDetails',
|
631
|
+
'inputPassportElementPassport' => 'InputPassportElement::Passport',
|
632
|
+
'inputPassportElementDriverLicense' => 'InputPassportElement::DriverLicense',
|
633
|
+
'inputPassportElementIdentityCard' => 'InputPassportElement::IdentityCard',
|
634
|
+
'inputPassportElementInternalPassport' => 'InputPassportElement::InternalPassport',
|
635
|
+
'inputPassportElementAddress' => 'InputPassportElement::Address',
|
636
|
+
'inputPassportElementUtilityBill' => 'InputPassportElement::UtilityBill',
|
637
|
+
'inputPassportElementBankStatement' => 'InputPassportElement::BankStatement',
|
638
|
+
'inputPassportElementRentalAgreement' => 'InputPassportElement::RentalAgreement',
|
639
|
+
'inputPassportElementPassportRegistration' => 'InputPassportElement::PassportRegistration',
|
640
|
+
'inputPassportElementTemporaryRegistration' => 'InputPassportElement::TemporaryRegistration',
|
641
|
+
'inputPassportElementPhoneNumber' => 'InputPassportElement::PhoneNumber',
|
642
|
+
'inputPassportElementEmailAddress' => 'InputPassportElement::EmailAddress',
|
643
|
+
'passportElements' => 'PassportElements',
|
644
|
+
'PassportElementErrorSource' => 'PassportElementErrorSource',
|
645
|
+
'passportElementErrorSourceUnspecified' => 'PassportElementErrorSource::Unspecified',
|
646
|
+
'passportElementErrorSourceDataField' => 'PassportElementErrorSource::DataField',
|
647
|
+
'passportElementErrorSourceFrontSide' => 'PassportElementErrorSource::FrontSide',
|
648
|
+
'passportElementErrorSourceReverseSide' => 'PassportElementErrorSource::ReverseSide',
|
649
|
+
'passportElementErrorSourceSelfie' => 'PassportElementErrorSource::Selfie',
|
650
|
+
'passportElementErrorSourceTranslationFile' => 'PassportElementErrorSource::TranslationFile',
|
651
|
+
'passportElementErrorSourceTranslationFiles' => 'PassportElementErrorSource::TranslationFiles',
|
652
|
+
'passportElementErrorSourceFile' => 'PassportElementErrorSource::File',
|
653
|
+
'passportElementErrorSourceFiles' => 'PassportElementErrorSource::Files',
|
654
|
+
'passportElementError' => 'PassportElementError',
|
655
|
+
'passportSuitableElement' => 'PassportSuitableElement',
|
656
|
+
'passportRequiredElement' => 'PassportRequiredElement',
|
657
|
+
'passportAuthorizationForm' => 'PassportAuthorizationForm',
|
658
|
+
'passportElementsWithErrors' => 'PassportElementsWithErrors',
|
659
|
+
'encryptedCredentials' => 'EncryptedCredentials',
|
660
|
+
'encryptedPassportElement' => 'EncryptedPassportElement',
|
661
|
+
'InputPassportElementErrorSource' => 'InputPassportElementErrorSource',
|
662
|
+
'inputPassportElementErrorSourceUnspecified' => 'InputPassportElementErrorSource::Unspecified',
|
663
|
+
'inputPassportElementErrorSourceDataField' => 'InputPassportElementErrorSource::DataField',
|
664
|
+
'inputPassportElementErrorSourceFrontSide' => 'InputPassportElementErrorSource::FrontSide',
|
665
|
+
'inputPassportElementErrorSourceReverseSide' => 'InputPassportElementErrorSource::ReverseSide',
|
666
|
+
'inputPassportElementErrorSourceSelfie' => 'InputPassportElementErrorSource::Selfie',
|
667
|
+
'inputPassportElementErrorSourceTranslationFile' => 'InputPassportElementErrorSource::TranslationFile',
|
668
|
+
'inputPassportElementErrorSourceTranslationFiles' => 'InputPassportElementErrorSource::TranslationFiles',
|
669
|
+
'inputPassportElementErrorSourceFile' => 'InputPassportElementErrorSource::File',
|
670
|
+
'inputPassportElementErrorSourceFiles' => 'InputPassportElementErrorSource::Files',
|
671
|
+
'inputPassportElementError' => 'InputPassportElementError',
|
672
|
+
'MessageContent' => 'MessageContent',
|
673
|
+
'messageText' => 'MessageContent::Text',
|
674
|
+
'messageAnimation' => 'MessageContent::Animation',
|
675
|
+
'messageAudio' => 'MessageContent::Audio',
|
676
|
+
'messageDocument' => 'MessageContent::Document',
|
677
|
+
'messagePaidMedia' => 'MessageContent::PaidMedia',
|
678
|
+
'messagePhoto' => 'MessageContent::Photo',
|
679
|
+
'messageSticker' => 'MessageContent::Sticker',
|
680
|
+
'messageVideo' => 'MessageContent::Video',
|
681
|
+
'messageVideoNote' => 'MessageContent::VideoNote',
|
682
|
+
'messageVoiceNote' => 'MessageContent::VoiceNote',
|
683
|
+
'messageExpiredPhoto' => 'MessageContent::ExpiredPhoto',
|
684
|
+
'messageExpiredVideo' => 'MessageContent::ExpiredVideo',
|
685
|
+
'messageExpiredVideoNote' => 'MessageContent::ExpiredVideoNote',
|
686
|
+
'messageExpiredVoiceNote' => 'MessageContent::ExpiredVoiceNote',
|
687
|
+
'messageLocation' => 'MessageContent::Location',
|
688
|
+
'messageVenue' => 'MessageContent::Venue',
|
689
|
+
'messageContact' => 'MessageContent::Contact',
|
690
|
+
'messageAnimatedEmoji' => 'MessageContent::AnimatedEmoji',
|
691
|
+
'messageDice' => 'MessageContent::Dice',
|
692
|
+
'messageGame' => 'MessageContent::Game',
|
693
|
+
'messagePoll' => 'MessageContent::Poll',
|
694
|
+
'messageStory' => 'MessageContent::Story',
|
695
|
+
'messageInvoice' => 'MessageContent::Invoice',
|
696
|
+
'messageCall' => 'MessageContent::Call',
|
697
|
+
'messageVideoChatScheduled' => 'MessageContent::VideoChatScheduled',
|
698
|
+
'messageVideoChatStarted' => 'MessageContent::VideoChatStarted',
|
699
|
+
'messageVideoChatEnded' => 'MessageContent::VideoChatEnded',
|
700
|
+
'messageInviteVideoChatParticipants' => 'MessageContent::InviteVideoChatParticipants',
|
701
|
+
'messageBasicGroupChatCreate' => 'MessageContent::BasicGroupChatCreate',
|
702
|
+
'messageSupergroupChatCreate' => 'MessageContent::SupergroupChatCreate',
|
703
|
+
'messageChatChangeTitle' => 'MessageContent::ChatChangeTitle',
|
704
|
+
'messageChatChangePhoto' => 'MessageContent::ChatChangePhoto',
|
705
|
+
'messageChatDeletePhoto' => 'MessageContent::ChatDeletePhoto',
|
706
|
+
'messageChatAddMembers' => 'MessageContent::ChatAddMembers',
|
707
|
+
'messageChatJoinByLink' => 'MessageContent::ChatJoinByLink',
|
708
|
+
'messageChatJoinByRequest' => 'MessageContent::ChatJoinByRequest',
|
709
|
+
'messageChatDeleteMember' => 'MessageContent::ChatDeleteMember',
|
710
|
+
'messageChatUpgradeTo' => 'MessageContent::ChatUpgradeTo',
|
711
|
+
'messageChatUpgradeFrom' => 'MessageContent::ChatUpgradeFrom',
|
712
|
+
'messagePinMessage' => 'MessageContent::PinMessage',
|
713
|
+
'messageScreenshotTaken' => 'MessageContent::ScreenshotTaken',
|
714
|
+
'messageChatSetBackground' => 'MessageContent::ChatSetBackground',
|
715
|
+
'messageChatSetTheme' => 'MessageContent::ChatSetTheme',
|
716
|
+
'messageChatSetMessageAutoDeleteTime' => 'MessageContent::ChatSetMessageAutoDeleteTime',
|
717
|
+
'messageChatBoost' => 'MessageContent::ChatBoost',
|
718
|
+
'messageForumTopicCreated' => 'MessageContent::ForumTopicCreated',
|
719
|
+
'messageForumTopicEdited' => 'MessageContent::ForumTopicEdited',
|
720
|
+
'messageForumTopicIsClosedToggled' => 'MessageContent::ForumTopicIsClosedToggled',
|
721
|
+
'messageForumTopicIsHiddenToggled' => 'MessageContent::ForumTopicIsHiddenToggled',
|
722
|
+
'messageSuggestProfilePhoto' => 'MessageContent::SuggestProfilePhoto',
|
723
|
+
'messageCustomServiceAction' => 'MessageContent::CustomServiceAction',
|
724
|
+
'messageGameScore' => 'MessageContent::GameScore',
|
725
|
+
'messagePaymentSuccessful' => 'MessageContent::PaymentSuccessful',
|
726
|
+
'messagePaymentSuccessfulBot' => 'MessageContent::PaymentSuccessfulBot',
|
727
|
+
'messagePaymentRefunded' => 'MessageContent::PaymentRefunded',
|
728
|
+
'messageGiftedPremium' => 'MessageContent::GiftedPremium',
|
729
|
+
'messagePremiumGiftCode' => 'MessageContent::PremiumGiftCode',
|
730
|
+
'messagePremiumGiveawayCreated' => 'MessageContent::PremiumGiveawayCreated',
|
731
|
+
'messagePremiumGiveaway' => 'MessageContent::PremiumGiveaway',
|
732
|
+
'messagePremiumGiveawayCompleted' => 'MessageContent::PremiumGiveawayCompleted',
|
733
|
+
'messagePremiumGiveawayWinners' => 'MessageContent::PremiumGiveawayWinners',
|
734
|
+
'messageGiftedStars' => 'MessageContent::GiftedStars',
|
735
|
+
'messageContactRegistered' => 'MessageContent::ContactRegistered',
|
736
|
+
'messageUsersShared' => 'MessageContent::UsersShared',
|
737
|
+
'messageChatShared' => 'MessageContent::ChatShared',
|
738
|
+
'messageBotWriteAccessAllowed' => 'MessageContent::BotWriteAccessAllowed',
|
739
|
+
'messageWebAppDataSent' => 'MessageContent::WebAppDataSent',
|
740
|
+
'messageWebAppDataReceived' => 'MessageContent::WebAppDataReceived',
|
741
|
+
'messagePassportDataSent' => 'MessageContent::PassportDataSent',
|
742
|
+
'messagePassportDataReceived' => 'MessageContent::PassportDataReceived',
|
743
|
+
'messageProximityAlertTriggered' => 'MessageContent::ProximityAlertTriggered',
|
744
|
+
'messageUnsupported' => 'MessageContent::Unsupported',
|
745
|
+
'TextEntityType' => 'TextEntityType',
|
746
|
+
'textEntityTypeMention' => 'TextEntityType::Mention',
|
747
|
+
'textEntityTypeHashtag' => 'TextEntityType::Hashtag',
|
748
|
+
'textEntityTypeCashtag' => 'TextEntityType::Cashtag',
|
749
|
+
'textEntityTypeBotCommand' => 'TextEntityType::BotCommand',
|
750
|
+
'textEntityTypeUrl' => 'TextEntityType::Url',
|
751
|
+
'textEntityTypeEmailAddress' => 'TextEntityType::EmailAddress',
|
752
|
+
'textEntityTypePhoneNumber' => 'TextEntityType::PhoneNumber',
|
753
|
+
'textEntityTypeBankCardNumber' => 'TextEntityType::BankCardNumber',
|
754
|
+
'textEntityTypeBold' => 'TextEntityType::Bold',
|
755
|
+
'textEntityTypeItalic' => 'TextEntityType::Italic',
|
756
|
+
'textEntityTypeUnderline' => 'TextEntityType::Underline',
|
757
|
+
'textEntityTypeStrikethrough' => 'TextEntityType::Strikethrough',
|
758
|
+
'textEntityTypeSpoiler' => 'TextEntityType::Spoiler',
|
759
|
+
'textEntityTypeCode' => 'TextEntityType::Code',
|
760
|
+
'textEntityTypePre' => 'TextEntityType::Pre',
|
761
|
+
'textEntityTypePreCode' => 'TextEntityType::PreCode',
|
762
|
+
'textEntityTypeBlockQuote' => 'TextEntityType::BlockQuote',
|
763
|
+
'textEntityTypeExpandableBlockQuote' => 'TextEntityType::ExpandableBlockQuote',
|
764
|
+
'textEntityTypeTextUrl' => 'TextEntityType::TextUrl',
|
765
|
+
'textEntityTypeMentionName' => 'TextEntityType::MentionName',
|
766
|
+
'textEntityTypeCustomEmoji' => 'TextEntityType::CustomEmoji',
|
767
|
+
'textEntityTypeMediaTimestamp' => 'TextEntityType::MediaTimestamp',
|
768
|
+
'inputThumbnail' => 'InputThumbnail',
|
769
|
+
'InputPaidMediaType' => 'InputPaidMediaType',
|
770
|
+
'inputPaidMediaTypePhoto' => 'InputPaidMediaType::Photo',
|
771
|
+
'inputPaidMediaTypeVideo' => 'InputPaidMediaType::Video',
|
772
|
+
'inputPaidMedia' => 'InputPaidMedia',
|
773
|
+
'MessageSchedulingState' => 'MessageSchedulingState',
|
774
|
+
'messageSchedulingStateSendAtDate' => 'MessageSchedulingState::SendAtDate',
|
775
|
+
'messageSchedulingStateSendWhenOnline' => 'MessageSchedulingState::SendWhenOnline',
|
776
|
+
'MessageSelfDestructType' => 'MessageSelfDestructType',
|
777
|
+
'messageSelfDestructTypeTimer' => 'MessageSelfDestructType::Timer',
|
778
|
+
'messageSelfDestructTypeImmediately' => 'MessageSelfDestructType::Immediately',
|
779
|
+
'messageSendOptions' => 'MessageSendOptions',
|
780
|
+
'messageCopyOptions' => 'MessageCopyOptions',
|
781
|
+
'InputMessageContent' => 'InputMessageContent',
|
782
|
+
'inputMessageText' => 'InputMessageContent::Text',
|
783
|
+
'inputMessageAnimation' => 'InputMessageContent::Animation',
|
784
|
+
'inputMessageAudio' => 'InputMessageContent::Audio',
|
785
|
+
'inputMessageDocument' => 'InputMessageContent::Document',
|
786
|
+
'inputMessagePaidMedia' => 'InputMessageContent::PaidMedia',
|
787
|
+
'inputMessagePhoto' => 'InputMessageContent::Photo',
|
788
|
+
'inputMessageSticker' => 'InputMessageContent::Sticker',
|
789
|
+
'inputMessageVideo' => 'InputMessageContent::Video',
|
790
|
+
'inputMessageVideoNote' => 'InputMessageContent::VideoNote',
|
791
|
+
'inputMessageVoiceNote' => 'InputMessageContent::VoiceNote',
|
792
|
+
'inputMessageLocation' => 'InputMessageContent::Location',
|
793
|
+
'inputMessageVenue' => 'InputMessageContent::Venue',
|
794
|
+
'inputMessageContact' => 'InputMessageContent::Contact',
|
795
|
+
'inputMessageDice' => 'InputMessageContent::Dice',
|
796
|
+
'inputMessageGame' => 'InputMessageContent::Game',
|
797
|
+
'inputMessageInvoice' => 'InputMessageContent::Invoice',
|
798
|
+
'inputMessagePoll' => 'InputMessageContent::Poll',
|
799
|
+
'inputMessageStory' => 'InputMessageContent::Story',
|
800
|
+
'inputMessageForwarded' => 'InputMessageContent::Forwarded',
|
801
|
+
'messageProperties' => 'MessageProperties',
|
802
|
+
'SearchMessagesFilter' => 'SearchMessagesFilter',
|
803
|
+
'searchMessagesFilterEmpty' => 'SearchMessagesFilter::Empty',
|
804
|
+
'searchMessagesFilterAnimation' => 'SearchMessagesFilter::Animation',
|
805
|
+
'searchMessagesFilterAudio' => 'SearchMessagesFilter::Audio',
|
806
|
+
'searchMessagesFilterDocument' => 'SearchMessagesFilter::Document',
|
807
|
+
'searchMessagesFilterPhoto' => 'SearchMessagesFilter::Photo',
|
808
|
+
'searchMessagesFilterVideo' => 'SearchMessagesFilter::Video',
|
809
|
+
'searchMessagesFilterVoiceNote' => 'SearchMessagesFilter::VoiceNote',
|
810
|
+
'searchMessagesFilterPhotoAndVideo' => 'SearchMessagesFilter::PhotoAndVideo',
|
811
|
+
'searchMessagesFilterUrl' => 'SearchMessagesFilter::Url',
|
812
|
+
'searchMessagesFilterChatPhoto' => 'SearchMessagesFilter::ChatPhoto',
|
813
|
+
'searchMessagesFilterVideoNote' => 'SearchMessagesFilter::VideoNote',
|
814
|
+
'searchMessagesFilterVoiceAndVideoNote' => 'SearchMessagesFilter::VoiceAndVideoNote',
|
815
|
+
'searchMessagesFilterMention' => 'SearchMessagesFilter::Mention',
|
816
|
+
'searchMessagesFilterUnreadMention' => 'SearchMessagesFilter::UnreadMention',
|
817
|
+
'searchMessagesFilterUnreadReaction' => 'SearchMessagesFilter::UnreadReaction',
|
818
|
+
'searchMessagesFilterFailedToSend' => 'SearchMessagesFilter::FailedToSend',
|
819
|
+
'searchMessagesFilterPinned' => 'SearchMessagesFilter::Pinned',
|
820
|
+
'ChatAction' => 'ChatAction',
|
821
|
+
'chatActionTyping' => 'ChatAction::Typing',
|
822
|
+
'chatActionRecordingVideo' => 'ChatAction::RecordingVideo',
|
823
|
+
'chatActionUploadingVideo' => 'ChatAction::UploadingVideo',
|
824
|
+
'chatActionRecordingVoiceNote' => 'ChatAction::RecordingVoiceNote',
|
825
|
+
'chatActionUploadingVoiceNote' => 'ChatAction::UploadingVoiceNote',
|
826
|
+
'chatActionUploadingPhoto' => 'ChatAction::UploadingPhoto',
|
827
|
+
'chatActionUploadingDocument' => 'ChatAction::UploadingDocument',
|
828
|
+
'chatActionChoosingSticker' => 'ChatAction::ChoosingSticker',
|
829
|
+
'chatActionChoosingLocation' => 'ChatAction::ChoosingLocation',
|
830
|
+
'chatActionChoosingContact' => 'ChatAction::ChoosingContact',
|
831
|
+
'chatActionStartPlayingGame' => 'ChatAction::StartPlayingGame',
|
832
|
+
'chatActionRecordingVideoNote' => 'ChatAction::RecordingVideoNote',
|
833
|
+
'chatActionUploadingVideoNote' => 'ChatAction::UploadingVideoNote',
|
834
|
+
'chatActionWatchingAnimations' => 'ChatAction::WatchingAnimations',
|
835
|
+
'chatActionCancel' => 'ChatAction::Cancel',
|
836
|
+
'UserStatus' => 'UserStatus',
|
837
|
+
'userStatusEmpty' => 'UserStatus::Empty',
|
838
|
+
'userStatusOnline' => 'UserStatus::Online',
|
839
|
+
'userStatusOffline' => 'UserStatus::Offline',
|
840
|
+
'userStatusRecently' => 'UserStatus::Recently',
|
841
|
+
'userStatusLastWeek' => 'UserStatus::LastWeek',
|
842
|
+
'userStatusLastMonth' => 'UserStatus::LastMonth',
|
843
|
+
'emojiKeyword' => 'EmojiKeyword',
|
844
|
+
'emojiKeywords' => 'EmojiKeywords',
|
845
|
+
'stickers' => 'Stickers',
|
846
|
+
'emojis' => 'Emojis',
|
847
|
+
'stickerSet' => 'StickerSet',
|
848
|
+
'stickerSetInfo' => 'StickerSetInfo',
|
849
|
+
'stickerSets' => 'StickerSets',
|
850
|
+
'trendingStickerSets' => 'TrendingStickerSets',
|
851
|
+
'EmojiCategorySource' => 'EmojiCategorySource',
|
852
|
+
'emojiCategorySourceSearch' => 'EmojiCategorySource::Search',
|
853
|
+
'emojiCategorySourcePremium' => 'EmojiCategorySource::Premium',
|
854
|
+
'emojiCategory' => 'EmojiCategory',
|
855
|
+
'emojiCategories' => 'EmojiCategories',
|
856
|
+
'EmojiCategoryType' => 'EmojiCategoryType',
|
857
|
+
'emojiCategoryTypeDefault' => 'EmojiCategoryType::Default',
|
858
|
+
'emojiCategoryTypeRegularStickers' => 'EmojiCategoryType::RegularStickers',
|
859
|
+
'emojiCategoryTypeEmojiStatus' => 'EmojiCategoryType::EmojiStatus',
|
860
|
+
'emojiCategoryTypeChatPhoto' => 'EmojiCategoryType::ChatPhoto',
|
861
|
+
'currentWeather' => 'CurrentWeather',
|
862
|
+
'storyAreaPosition' => 'StoryAreaPosition',
|
863
|
+
'StoryAreaType' => 'StoryAreaType',
|
864
|
+
'storyAreaTypeLocation' => 'StoryAreaType::Location',
|
865
|
+
'storyAreaTypeVenue' => 'StoryAreaType::Venue',
|
866
|
+
'storyAreaTypeSuggestedReaction' => 'StoryAreaType::SuggestedReaction',
|
867
|
+
'storyAreaTypeMessage' => 'StoryAreaType::Message',
|
868
|
+
'storyAreaTypeLink' => 'StoryAreaType::Link',
|
869
|
+
'storyAreaTypeWeather' => 'StoryAreaType::Weather',
|
870
|
+
'storyArea' => 'StoryArea',
|
871
|
+
'InputStoryAreaType' => 'InputStoryAreaType',
|
872
|
+
'inputStoryAreaTypeLocation' => 'InputStoryAreaType::Location',
|
873
|
+
'inputStoryAreaTypeFoundVenue' => 'InputStoryAreaType::FoundVenue',
|
874
|
+
'inputStoryAreaTypePreviousVenue' => 'InputStoryAreaType::PreviousVenue',
|
875
|
+
'inputStoryAreaTypeSuggestedReaction' => 'InputStoryAreaType::SuggestedReaction',
|
876
|
+
'inputStoryAreaTypeMessage' => 'InputStoryAreaType::Message',
|
877
|
+
'inputStoryAreaTypeLink' => 'InputStoryAreaType::Link',
|
878
|
+
'inputStoryAreaTypeWeather' => 'InputStoryAreaType::Weather',
|
879
|
+
'inputStoryArea' => 'InputStoryArea',
|
880
|
+
'inputStoryAreas' => 'InputStoryAreas',
|
881
|
+
'storyVideo' => 'StoryVideo',
|
882
|
+
'StoryContent' => 'StoryContent',
|
883
|
+
'storyContentPhoto' => 'StoryContent::Photo',
|
884
|
+
'storyContentVideo' => 'StoryContent::Video',
|
885
|
+
'storyContentUnsupported' => 'StoryContent::Unsupported',
|
886
|
+
'InputStoryContent' => 'InputStoryContent',
|
887
|
+
'inputStoryContentPhoto' => 'InputStoryContent::Photo',
|
888
|
+
'inputStoryContentVideo' => 'InputStoryContent::Video',
|
889
|
+
'StoryList' => 'StoryList',
|
890
|
+
'storyListMain' => 'StoryList::Main',
|
891
|
+
'storyListArchive' => 'StoryList::Archive',
|
892
|
+
'StoryOrigin' => 'StoryOrigin',
|
893
|
+
'storyOriginPublicStory' => 'StoryOrigin::PublicStory',
|
894
|
+
'storyOriginHiddenUser' => 'StoryOrigin::HiddenUser',
|
895
|
+
'storyRepostInfo' => 'StoryRepostInfo',
|
896
|
+
'storyInteractionInfo' => 'StoryInteractionInfo',
|
897
|
+
'story' => 'Story',
|
898
|
+
'stories' => 'Stories',
|
899
|
+
'foundStories' => 'FoundStories',
|
900
|
+
'storyFullId' => 'StoryFullId',
|
901
|
+
'storyInfo' => 'StoryInfo',
|
902
|
+
'chatActiveStories' => 'ChatActiveStories',
|
903
|
+
'StoryInteractionType' => 'StoryInteractionType',
|
904
|
+
'storyInteractionTypeView' => 'StoryInteractionType::View',
|
905
|
+
'storyInteractionTypeForward' => 'StoryInteractionType::Forward',
|
906
|
+
'storyInteractionTypeRepost' => 'StoryInteractionType::Repost',
|
907
|
+
'storyInteraction' => 'StoryInteraction',
|
908
|
+
'storyInteractions' => 'StoryInteractions',
|
909
|
+
'quickReplyMessage' => 'QuickReplyMessage',
|
910
|
+
'quickReplyMessages' => 'QuickReplyMessages',
|
911
|
+
'quickReplyShortcut' => 'QuickReplyShortcut',
|
912
|
+
'PublicForward' => 'PublicForward',
|
913
|
+
'publicForwardMessage' => 'PublicForward::Message',
|
914
|
+
'publicForwardStory' => 'PublicForward::Story',
|
915
|
+
'publicForwards' => 'PublicForwards',
|
916
|
+
'botMediaPreview' => 'BotMediaPreview',
|
917
|
+
'botMediaPreviews' => 'BotMediaPreviews',
|
918
|
+
'botMediaPreviewInfo' => 'BotMediaPreviewInfo',
|
919
|
+
'chatBoostLevelFeatures' => 'ChatBoostLevelFeatures',
|
920
|
+
'chatBoostFeatures' => 'ChatBoostFeatures',
|
921
|
+
'ChatBoostSource' => 'ChatBoostSource',
|
922
|
+
'chatBoostSourceGiftCode' => 'ChatBoostSource::GiftCode',
|
923
|
+
'chatBoostSourceGiveaway' => 'ChatBoostSource::Giveaway',
|
924
|
+
'chatBoostSourcePremium' => 'ChatBoostSource::Premium',
|
925
|
+
'prepaidPremiumGiveaway' => 'PrepaidPremiumGiveaway',
|
926
|
+
'chatBoostStatus' => 'ChatBoostStatus',
|
927
|
+
'chatBoost' => 'ChatBoost',
|
928
|
+
'foundChatBoosts' => 'FoundChatBoosts',
|
929
|
+
'chatBoostSlot' => 'ChatBoostSlot',
|
930
|
+
'chatBoostSlots' => 'ChatBoostSlots',
|
931
|
+
'ResendCodeReason' => 'ResendCodeReason',
|
932
|
+
'resendCodeReasonUserRequest' => 'ResendCodeReason::UserRequest',
|
933
|
+
'resendCodeReasonVerificationFailed' => 'ResendCodeReason::VerificationFailed',
|
934
|
+
'CallDiscardReason' => 'CallDiscardReason',
|
935
|
+
'callDiscardReasonEmpty' => 'CallDiscardReason::Empty',
|
936
|
+
'callDiscardReasonMissed' => 'CallDiscardReason::Missed',
|
937
|
+
'callDiscardReasonDeclined' => 'CallDiscardReason::Declined',
|
938
|
+
'callDiscardReasonDisconnected' => 'CallDiscardReason::Disconnected',
|
939
|
+
'callDiscardReasonHungUp' => 'CallDiscardReason::HungUp',
|
940
|
+
'callProtocol' => 'CallProtocol',
|
941
|
+
'CallServerType' => 'CallServerType',
|
942
|
+
'callServerTypeTelegramReflector' => 'CallServerType::TelegramReflector',
|
943
|
+
'callServerTypeWebrtc' => 'CallServerType::Webrtc',
|
944
|
+
'callServer' => 'CallServer',
|
945
|
+
'callId' => 'CallId',
|
946
|
+
'groupCallId' => 'GroupCallId',
|
947
|
+
'CallState' => 'CallState',
|
948
|
+
'callStatePending' => 'CallState::Pending',
|
949
|
+
'callStateExchangingKeys' => 'CallState::ExchangingKeys',
|
950
|
+
'callStateReady' => 'CallState::Ready',
|
951
|
+
'callStateHangingUp' => 'CallState::HangingUp',
|
952
|
+
'callStateDiscarded' => 'CallState::Discarded',
|
953
|
+
'callStateError' => 'CallState::Error',
|
954
|
+
'GroupCallVideoQuality' => 'GroupCallVideoQuality',
|
955
|
+
'groupCallVideoQualityThumbnail' => 'GroupCallVideoQuality::Thumbnail',
|
956
|
+
'groupCallVideoQualityMedium' => 'GroupCallVideoQuality::Medium',
|
957
|
+
'groupCallVideoQualityFull' => 'GroupCallVideoQuality::Full',
|
958
|
+
'groupCallStream' => 'GroupCallStream',
|
959
|
+
'groupCallStreams' => 'GroupCallStreams',
|
960
|
+
'rtmpUrl' => 'RtmpUrl',
|
961
|
+
'groupCallRecentSpeaker' => 'GroupCallRecentSpeaker',
|
962
|
+
'groupCall' => 'GroupCall',
|
963
|
+
'groupCallVideoSourceGroup' => 'GroupCallVideoSourceGroup',
|
964
|
+
'groupCallParticipantVideoInfo' => 'GroupCallParticipantVideoInfo',
|
965
|
+
'groupCallParticipant' => 'GroupCallParticipant',
|
966
|
+
'CallProblem' => 'CallProblem',
|
967
|
+
'callProblemEcho' => 'CallProblem::Echo',
|
968
|
+
'callProblemNoise' => 'CallProblem::Noise',
|
969
|
+
'callProblemInterruptions' => 'CallProblem::Interruptions',
|
970
|
+
'callProblemDistortedSpeech' => 'CallProblem::DistortedSpeech',
|
971
|
+
'callProblemSilentLocal' => 'CallProblem::SilentLocal',
|
972
|
+
'callProblemSilentRemote' => 'CallProblem::SilentRemote',
|
973
|
+
'callProblemDropped' => 'CallProblem::Dropped',
|
974
|
+
'callProblemDistortedVideo' => 'CallProblem::DistortedVideo',
|
975
|
+
'callProblemPixelatedVideo' => 'CallProblem::PixelatedVideo',
|
976
|
+
'call' => 'Call',
|
977
|
+
'FirebaseAuthenticationSettings' => 'FirebaseAuthenticationSettings',
|
978
|
+
'firebaseAuthenticationSettingsAndroid' => 'FirebaseAuthenticationSettings::Android',
|
979
|
+
'firebaseAuthenticationSettingsIos' => 'FirebaseAuthenticationSettings::Ios',
|
980
|
+
'phoneNumberAuthenticationSettings' => 'PhoneNumberAuthenticationSettings',
|
981
|
+
'addedReaction' => 'AddedReaction',
|
982
|
+
'addedReactions' => 'AddedReactions',
|
983
|
+
'availableReaction' => 'AvailableReaction',
|
984
|
+
'availableReactions' => 'AvailableReactions',
|
985
|
+
'emojiReaction' => 'EmojiReaction',
|
986
|
+
'ReactionUnavailabilityReason' => 'ReactionUnavailabilityReason',
|
987
|
+
'reactionUnavailabilityReasonAnonymousAdministrator' => 'ReactionUnavailabilityReason::AnonymousAdministrator',
|
988
|
+
'reactionUnavailabilityReasonGuest' => 'ReactionUnavailabilityReason::Guest',
|
989
|
+
'animations' => 'Animations',
|
990
|
+
'DiceStickers' => 'DiceStickers',
|
991
|
+
'diceStickersRegular' => 'DiceStickers::Regular',
|
992
|
+
'diceStickersSlotMachine' => 'DiceStickers::SlotMachine',
|
993
|
+
'importedContacts' => 'ImportedContacts',
|
994
|
+
'SpeechRecognitionResult' => 'SpeechRecognitionResult',
|
995
|
+
'speechRecognitionResultPending' => 'SpeechRecognitionResult::Pending',
|
996
|
+
'speechRecognitionResultText' => 'SpeechRecognitionResult::Text',
|
997
|
+
'speechRecognitionResultError' => 'SpeechRecognitionResult::Error',
|
998
|
+
'businessConnection' => 'BusinessConnection',
|
999
|
+
'attachmentMenuBotColor' => 'AttachmentMenuBotColor',
|
1000
|
+
'attachmentMenuBot' => 'AttachmentMenuBot',
|
1001
|
+
'sentWebAppMessage' => 'SentWebAppMessage',
|
1002
|
+
'BotWriteAccessAllowReason' => 'BotWriteAccessAllowReason',
|
1003
|
+
'botWriteAccessAllowReasonConnectedWebsite' => 'BotWriteAccessAllowReason::ConnectedWebsite',
|
1004
|
+
'botWriteAccessAllowReasonAddedToAttachmentMenu' => 'BotWriteAccessAllowReason::AddedToAttachmentMenu',
|
1005
|
+
'botWriteAccessAllowReasonLaunchedWebApp' => 'BotWriteAccessAllowReason::LaunchedWebApp',
|
1006
|
+
'botWriteAccessAllowReasonAcceptedRequest' => 'BotWriteAccessAllowReason::AcceptedRequest',
|
1007
|
+
'httpUrl' => 'HttpUrl',
|
1008
|
+
'userLink' => 'UserLink',
|
1009
|
+
'InputInlineQueryResult' => 'InputInlineQueryResult',
|
1010
|
+
'inputInlineQueryResultAnimation' => 'InputInlineQueryResult::Animation',
|
1011
|
+
'inputInlineQueryResultArticle' => 'InputInlineQueryResult::Article',
|
1012
|
+
'inputInlineQueryResultAudio' => 'InputInlineQueryResult::Audio',
|
1013
|
+
'inputInlineQueryResultContact' => 'InputInlineQueryResult::Contact',
|
1014
|
+
'inputInlineQueryResultDocument' => 'InputInlineQueryResult::Document',
|
1015
|
+
'inputInlineQueryResultGame' => 'InputInlineQueryResult::Game',
|
1016
|
+
'inputInlineQueryResultLocation' => 'InputInlineQueryResult::Location',
|
1017
|
+
'inputInlineQueryResultPhoto' => 'InputInlineQueryResult::Photo',
|
1018
|
+
'inputInlineQueryResultSticker' => 'InputInlineQueryResult::Sticker',
|
1019
|
+
'inputInlineQueryResultVenue' => 'InputInlineQueryResult::Venue',
|
1020
|
+
'inputInlineQueryResultVideo' => 'InputInlineQueryResult::Video',
|
1021
|
+
'inputInlineQueryResultVoiceNote' => 'InputInlineQueryResult::VoiceNote',
|
1022
|
+
'InlineQueryResult' => 'InlineQueryResult',
|
1023
|
+
'inlineQueryResultArticle' => 'InlineQueryResult::Article',
|
1024
|
+
'inlineQueryResultContact' => 'InlineQueryResult::Contact',
|
1025
|
+
'inlineQueryResultLocation' => 'InlineQueryResult::Location',
|
1026
|
+
'inlineQueryResultVenue' => 'InlineQueryResult::Venue',
|
1027
|
+
'inlineQueryResultGame' => 'InlineQueryResult::Game',
|
1028
|
+
'inlineQueryResultAnimation' => 'InlineQueryResult::Animation',
|
1029
|
+
'inlineQueryResultAudio' => 'InlineQueryResult::Audio',
|
1030
|
+
'inlineQueryResultDocument' => 'InlineQueryResult::Document',
|
1031
|
+
'inlineQueryResultPhoto' => 'InlineQueryResult::Photo',
|
1032
|
+
'inlineQueryResultSticker' => 'InlineQueryResult::Sticker',
|
1033
|
+
'inlineQueryResultVideo' => 'InlineQueryResult::Video',
|
1034
|
+
'inlineQueryResultVoiceNote' => 'InlineQueryResult::VoiceNote',
|
1035
|
+
'InlineQueryResultsButtonType' => 'InlineQueryResultsButtonType',
|
1036
|
+
'inlineQueryResultsButtonTypeStartBot' => 'InlineQueryResultsButtonType::StartBot',
|
1037
|
+
'inlineQueryResultsButtonTypeWebApp' => 'InlineQueryResultsButtonType::WebApp',
|
1038
|
+
'inlineQueryResultsButton' => 'InlineQueryResultsButton',
|
1039
|
+
'inlineQueryResults' => 'InlineQueryResults',
|
1040
|
+
'CallbackQueryPayload' => 'CallbackQueryPayload',
|
1041
|
+
'callbackQueryPayloadData' => 'CallbackQueryPayload::Data',
|
1042
|
+
'callbackQueryPayloadDataWithPassword' => 'CallbackQueryPayload::DataWithPassword',
|
1043
|
+
'callbackQueryPayloadGame' => 'CallbackQueryPayload::Game',
|
1044
|
+
'callbackQueryAnswer' => 'CallbackQueryAnswer',
|
1045
|
+
'customRequestResult' => 'CustomRequestResult',
|
1046
|
+
'gameHighScore' => 'GameHighScore',
|
1047
|
+
'gameHighScores' => 'GameHighScores',
|
1048
|
+
'ChatEventAction' => 'ChatEventAction',
|
1049
|
+
'chatEventMessageEdited' => 'ChatEventAction::MessageEdited',
|
1050
|
+
'chatEventMessageDeleted' => 'ChatEventAction::MessageDeleted',
|
1051
|
+
'chatEventMessagePinned' => 'ChatEventAction::MessagePinned',
|
1052
|
+
'chatEventMessageUnpinned' => 'ChatEventAction::MessageUnpinned',
|
1053
|
+
'chatEventPollStopped' => 'ChatEventAction::PollStopped',
|
1054
|
+
'chatEventMemberJoined' => 'ChatEventAction::MemberJoined',
|
1055
|
+
'chatEventMemberJoinedByInviteLink' => 'ChatEventAction::MemberJoinedByInviteLink',
|
1056
|
+
'chatEventMemberJoinedByRequest' => 'ChatEventAction::MemberJoinedByRequest',
|
1057
|
+
'chatEventMemberInvited' => 'ChatEventAction::MemberInvited',
|
1058
|
+
'chatEventMemberLeft' => 'ChatEventAction::MemberLeft',
|
1059
|
+
'chatEventMemberPromoted' => 'ChatEventAction::MemberPromoted',
|
1060
|
+
'chatEventMemberRestricted' => 'ChatEventAction::MemberRestricted',
|
1061
|
+
'chatEventAvailableReactionsChanged' => 'ChatEventAction::AvailableReactionsChanged',
|
1062
|
+
'chatEventBackgroundChanged' => 'ChatEventAction::BackgroundChanged',
|
1063
|
+
'chatEventDescriptionChanged' => 'ChatEventAction::DescriptionChanged',
|
1064
|
+
'chatEventEmojiStatusChanged' => 'ChatEventAction::EmojiStatusChanged',
|
1065
|
+
'chatEventLinkedChatChanged' => 'ChatEventAction::LinkedChatChanged',
|
1066
|
+
'chatEventLocationChanged' => 'ChatEventAction::LocationChanged',
|
1067
|
+
'chatEventMessageAutoDeleteTimeChanged' => 'ChatEventAction::MessageAutoDeleteTimeChanged',
|
1068
|
+
'chatEventPermissionsChanged' => 'ChatEventAction::PermissionsChanged',
|
1069
|
+
'chatEventPhotoChanged' => 'ChatEventAction::PhotoChanged',
|
1070
|
+
'chatEventSlowModeDelayChanged' => 'ChatEventAction::SlowModeDelayChanged',
|
1071
|
+
'chatEventStickerSetChanged' => 'ChatEventAction::StickerSetChanged',
|
1072
|
+
'chatEventCustomEmojiStickerSetChanged' => 'ChatEventAction::CustomEmojiStickerSetChanged',
|
1073
|
+
'chatEventTitleChanged' => 'ChatEventAction::TitleChanged',
|
1074
|
+
'chatEventUsernameChanged' => 'ChatEventAction::UsernameChanged',
|
1075
|
+
'chatEventActiveUsernamesChanged' => 'ChatEventAction::ActiveUsernamesChanged',
|
1076
|
+
'chatEventAccentColorChanged' => 'ChatEventAction::AccentColorChanged',
|
1077
|
+
'chatEventProfileAccentColorChanged' => 'ChatEventAction::ProfileAccentColorChanged',
|
1078
|
+
'chatEventHasProtectedContentToggled' => 'ChatEventAction::HasProtectedContentToggled',
|
1079
|
+
'chatEventInvitesToggled' => 'ChatEventAction::InvitesToggled',
|
1080
|
+
'chatEventIsAllHistoryAvailableToggled' => 'ChatEventAction::IsAllHistoryAvailableToggled',
|
1081
|
+
'chatEventHasAggressiveAntiSpamEnabledToggled' => 'ChatEventAction::HasAggressiveAntiSpamEnabledToggled',
|
1082
|
+
'chatEventSignMessagesToggled' => 'ChatEventAction::SignMessagesToggled',
|
1083
|
+
'chatEventShowMessageSenderToggled' => 'ChatEventAction::ShowMessageSenderToggled',
|
1084
|
+
'chatEventInviteLinkEdited' => 'ChatEventAction::InviteLinkEdited',
|
1085
|
+
'chatEventInviteLinkRevoked' => 'ChatEventAction::InviteLinkRevoked',
|
1086
|
+
'chatEventInviteLinkDeleted' => 'ChatEventAction::InviteLinkDeleted',
|
1087
|
+
'chatEventVideoChatCreated' => 'ChatEventAction::VideoChatCreated',
|
1088
|
+
'chatEventVideoChatEnded' => 'ChatEventAction::VideoChatEnded',
|
1089
|
+
'chatEventVideoChatMuteNewParticipantsToggled' => 'ChatEventAction::VideoChatMuteNewParticipantsToggled',
|
1090
|
+
'chatEventVideoChatParticipantIsMutedToggled' => 'ChatEventAction::VideoChatParticipantIsMutedToggled',
|
1091
|
+
'chatEventVideoChatParticipantVolumeLevelChanged' => 'ChatEventAction::VideoChatParticipantVolumeLevelChanged',
|
1092
|
+
'chatEventIsForumToggled' => 'ChatEventAction::IsForumToggled',
|
1093
|
+
'chatEventForumTopicCreated' => 'ChatEventAction::ForumTopicCreated',
|
1094
|
+
'chatEventForumTopicEdited' => 'ChatEventAction::ForumTopicEdited',
|
1095
|
+
'chatEventForumTopicToggleIsClosed' => 'ChatEventAction::ForumTopicToggleIsClosed',
|
1096
|
+
'chatEventForumTopicToggleIsHidden' => 'ChatEventAction::ForumTopicToggleIsHidden',
|
1097
|
+
'chatEventForumTopicDeleted' => 'ChatEventAction::ForumTopicDeleted',
|
1098
|
+
'chatEventForumTopicPinned' => 'ChatEventAction::ForumTopicPinned',
|
1099
|
+
'chatEvent' => 'ChatEvent',
|
1100
|
+
'chatEvents' => 'ChatEvents',
|
1101
|
+
'chatEventLogFilters' => 'ChatEventLogFilters',
|
1102
|
+
'LanguagePackStringValue' => 'LanguagePackStringValue',
|
1103
|
+
'languagePackStringValueOrdinary' => 'LanguagePackStringValue::Ordinary',
|
1104
|
+
'languagePackStringValuePluralized' => 'LanguagePackStringValue::Pluralized',
|
1105
|
+
'languagePackStringValueDeleted' => 'LanguagePackStringValue::Deleted',
|
1106
|
+
'languagePackString' => 'LanguagePackString',
|
1107
|
+
'languagePackStrings' => 'LanguagePackStrings',
|
1108
|
+
'languagePackInfo' => 'LanguagePackInfo',
|
1109
|
+
'localizationTargetInfo' => 'LocalizationTargetInfo',
|
1110
|
+
'PremiumLimitType' => 'PremiumLimitType',
|
1111
|
+
'premiumLimitTypeSupergroupCount' => 'PremiumLimitType::SupergroupCount',
|
1112
|
+
'premiumLimitTypePinnedChatCount' => 'PremiumLimitType::PinnedChatCount',
|
1113
|
+
'premiumLimitTypeCreatedPublicChatCount' => 'PremiumLimitType::CreatedPublicChatCount',
|
1114
|
+
'premiumLimitTypeSavedAnimationCount' => 'PremiumLimitType::SavedAnimationCount',
|
1115
|
+
'premiumLimitTypeFavoriteStickerCount' => 'PremiumLimitType::FavoriteStickerCount',
|
1116
|
+
'premiumLimitTypeChatFolderCount' => 'PremiumLimitType::ChatFolderCount',
|
1117
|
+
'premiumLimitTypeChatFolderChosenChatCount' => 'PremiumLimitType::ChatFolderChosenChatCount',
|
1118
|
+
'premiumLimitTypePinnedArchivedChatCount' => 'PremiumLimitType::PinnedArchivedChatCount',
|
1119
|
+
'premiumLimitTypePinnedSavedMessagesTopicCount' => 'PremiumLimitType::PinnedSavedMessagesTopicCount',
|
1120
|
+
'premiumLimitTypeCaptionLength' => 'PremiumLimitType::CaptionLength',
|
1121
|
+
'premiumLimitTypeBioLength' => 'PremiumLimitType::BioLength',
|
1122
|
+
'premiumLimitTypeChatFolderInviteLinkCount' => 'PremiumLimitType::ChatFolderInviteLinkCount',
|
1123
|
+
'premiumLimitTypeShareableChatFolderCount' => 'PremiumLimitType::ShareableChatFolderCount',
|
1124
|
+
'premiumLimitTypeActiveStoryCount' => 'PremiumLimitType::ActiveStoryCount',
|
1125
|
+
'premiumLimitTypeWeeklySentStoryCount' => 'PremiumLimitType::WeeklySentStoryCount',
|
1126
|
+
'premiumLimitTypeMonthlySentStoryCount' => 'PremiumLimitType::MonthlySentStoryCount',
|
1127
|
+
'premiumLimitTypeStoryCaptionLength' => 'PremiumLimitType::StoryCaptionLength',
|
1128
|
+
'premiumLimitTypeStorySuggestedReactionAreaCount' => 'PremiumLimitType::StorySuggestedReactionAreaCount',
|
1129
|
+
'premiumLimitTypeSimilarChatCount' => 'PremiumLimitType::SimilarChatCount',
|
1130
|
+
'PremiumFeature' => 'PremiumFeature',
|
1131
|
+
'premiumFeatureIncreasedLimits' => 'PremiumFeature::IncreasedLimits',
|
1132
|
+
'premiumFeatureIncreasedUploadFileSize' => 'PremiumFeature::IncreasedUploadFileSize',
|
1133
|
+
'premiumFeatureImprovedDownloadSpeed' => 'PremiumFeature::ImprovedDownloadSpeed',
|
1134
|
+
'premiumFeatureVoiceRecognition' => 'PremiumFeature::VoiceRecognition',
|
1135
|
+
'premiumFeatureDisabledAds' => 'PremiumFeature::DisabledAds',
|
1136
|
+
'premiumFeatureUniqueReactions' => 'PremiumFeature::UniqueReactions',
|
1137
|
+
'premiumFeatureUniqueStickers' => 'PremiumFeature::UniqueStickers',
|
1138
|
+
'premiumFeatureCustomEmoji' => 'PremiumFeature::CustomEmoji',
|
1139
|
+
'premiumFeatureAdvancedChatManagement' => 'PremiumFeature::AdvancedChatManagement',
|
1140
|
+
'premiumFeatureProfileBadge' => 'PremiumFeature::ProfileBadge',
|
1141
|
+
'premiumFeatureEmojiStatus' => 'PremiumFeature::EmojiStatus',
|
1142
|
+
'premiumFeatureAnimatedProfilePhoto' => 'PremiumFeature::AnimatedProfilePhoto',
|
1143
|
+
'premiumFeatureForumTopicIcon' => 'PremiumFeature::ForumTopicIcon',
|
1144
|
+
'premiumFeatureAppIcons' => 'PremiumFeature::AppIcons',
|
1145
|
+
'premiumFeatureRealTimeChatTranslation' => 'PremiumFeature::RealTimeChatTranslation',
|
1146
|
+
'premiumFeatureUpgradedStories' => 'PremiumFeature::UpgradedStories',
|
1147
|
+
'premiumFeatureChatBoost' => 'PremiumFeature::ChatBoost',
|
1148
|
+
'premiumFeatureAccentColor' => 'PremiumFeature::AccentColor',
|
1149
|
+
'premiumFeatureBackgroundForBoth' => 'PremiumFeature::BackgroundForBoth',
|
1150
|
+
'premiumFeatureSavedMessagesTags' => 'PremiumFeature::SavedMessagesTags',
|
1151
|
+
'premiumFeatureMessagePrivacy' => 'PremiumFeature::MessagePrivacy',
|
1152
|
+
'premiumFeatureLastSeenTimes' => 'PremiumFeature::LastSeenTimes',
|
1153
|
+
'premiumFeatureBusiness' => 'PremiumFeature::Business',
|
1154
|
+
'premiumFeatureMessageEffects' => 'PremiumFeature::MessageEffects',
|
1155
|
+
'BusinessFeature' => 'BusinessFeature',
|
1156
|
+
'businessFeatureLocation' => 'BusinessFeature::Location',
|
1157
|
+
'businessFeatureOpeningHours' => 'BusinessFeature::OpeningHours',
|
1158
|
+
'businessFeatureQuickReplies' => 'BusinessFeature::QuickReplies',
|
1159
|
+
'businessFeatureGreetingMessage' => 'BusinessFeature::GreetingMessage',
|
1160
|
+
'businessFeatureAwayMessage' => 'BusinessFeature::AwayMessage',
|
1161
|
+
'businessFeatureAccountLinks' => 'BusinessFeature::AccountLinks',
|
1162
|
+
'businessFeatureStartPage' => 'BusinessFeature::StartPage',
|
1163
|
+
'businessFeatureBots' => 'BusinessFeature::Bots',
|
1164
|
+
'businessFeatureEmojiStatus' => 'BusinessFeature::EmojiStatus',
|
1165
|
+
'businessFeatureChatFolderTags' => 'BusinessFeature::ChatFolderTags',
|
1166
|
+
'businessFeatureUpgradedStories' => 'BusinessFeature::UpgradedStories',
|
1167
|
+
'PremiumStoryFeature' => 'PremiumStoryFeature',
|
1168
|
+
'premiumStoryFeaturePriorityOrder' => 'PremiumStoryFeature::PriorityOrder',
|
1169
|
+
'premiumStoryFeatureStealthMode' => 'PremiumStoryFeature::StealthMode',
|
1170
|
+
'premiumStoryFeaturePermanentViewsHistory' => 'PremiumStoryFeature::PermanentViewsHistory',
|
1171
|
+
'premiumStoryFeatureCustomExpirationDuration' => 'PremiumStoryFeature::CustomExpirationDuration',
|
1172
|
+
'premiumStoryFeatureSaveStories' => 'PremiumStoryFeature::SaveStories',
|
1173
|
+
'premiumStoryFeatureLinksAndFormatting' => 'PremiumStoryFeature::LinksAndFormatting',
|
1174
|
+
'premiumStoryFeatureVideoQuality' => 'PremiumStoryFeature::VideoQuality',
|
1175
|
+
'premiumLimit' => 'PremiumLimit',
|
1176
|
+
'premiumFeatures' => 'PremiumFeatures',
|
1177
|
+
'businessFeatures' => 'BusinessFeatures',
|
1178
|
+
'PremiumSource' => 'PremiumSource',
|
1179
|
+
'premiumSourceLimitExceeded' => 'PremiumSource::LimitExceeded',
|
1180
|
+
'premiumSourceFeature' => 'PremiumSource::Feature',
|
1181
|
+
'premiumSourceBusinessFeature' => 'PremiumSource::BusinessFeature',
|
1182
|
+
'premiumSourceStoryFeature' => 'PremiumSource::StoryFeature',
|
1183
|
+
'premiumSourceLink' => 'PremiumSource::Link',
|
1184
|
+
'premiumSourceSettings' => 'PremiumSource::Settings',
|
1185
|
+
'premiumFeaturePromotionAnimation' => 'PremiumFeaturePromotionAnimation',
|
1186
|
+
'businessFeaturePromotionAnimation' => 'BusinessFeaturePromotionAnimation',
|
1187
|
+
'premiumState' => 'PremiumState',
|
1188
|
+
'StorePaymentPurpose' => 'StorePaymentPurpose',
|
1189
|
+
'storePaymentPurposePremiumSubscription' => 'StorePaymentPurpose::PremiumSubscription',
|
1190
|
+
'storePaymentPurposeGiftedPremium' => 'StorePaymentPurpose::GiftedPremium',
|
1191
|
+
'storePaymentPurposePremiumGiftCodes' => 'StorePaymentPurpose::PremiumGiftCodes',
|
1192
|
+
'storePaymentPurposePremiumGiveaway' => 'StorePaymentPurpose::PremiumGiveaway',
|
1193
|
+
'storePaymentPurposeStars' => 'StorePaymentPurpose::Stars',
|
1194
|
+
'storePaymentPurposeGiftedStars' => 'StorePaymentPurpose::GiftedStars',
|
1195
|
+
'TelegramPaymentPurpose' => 'TelegramPaymentPurpose',
|
1196
|
+
'telegramPaymentPurposePremiumGiftCodes' => 'TelegramPaymentPurpose::PremiumGiftCodes',
|
1197
|
+
'telegramPaymentPurposePremiumGiveaway' => 'TelegramPaymentPurpose::PremiumGiveaway',
|
1198
|
+
'telegramPaymentPurposeStars' => 'TelegramPaymentPurpose::Stars',
|
1199
|
+
'telegramPaymentPurposeGiftedStars' => 'TelegramPaymentPurpose::GiftedStars',
|
1200
|
+
'telegramPaymentPurposeJoinChat' => 'TelegramPaymentPurpose::JoinChat',
|
1201
|
+
'DeviceToken' => 'DeviceToken',
|
1202
|
+
'deviceTokenFirebaseCloudMessaging' => 'DeviceToken::FirebaseCloudMessaging',
|
1203
|
+
'deviceTokenApplePush' => 'DeviceToken::ApplePush',
|
1204
|
+
'deviceTokenApplePushVoIP' => 'DeviceToken::ApplePushVoIP',
|
1205
|
+
'deviceTokenWindowsPush' => 'DeviceToken::WindowsPush',
|
1206
|
+
'deviceTokenMicrosoftPush' => 'DeviceToken::MicrosoftPush',
|
1207
|
+
'deviceTokenMicrosoftPushVoIP' => 'DeviceToken::MicrosoftPushVoIP',
|
1208
|
+
'deviceTokenWebPush' => 'DeviceToken::WebPush',
|
1209
|
+
'deviceTokenSimplePush' => 'DeviceToken::SimplePush',
|
1210
|
+
'deviceTokenUbuntuPush' => 'DeviceToken::UbuntuPush',
|
1211
|
+
'deviceTokenBlackBerryPush' => 'DeviceToken::BlackBerryPush',
|
1212
|
+
'deviceTokenTizenPush' => 'DeviceToken::TizenPush',
|
1213
|
+
'deviceTokenHuaweiPush' => 'DeviceToken::HuaweiPush',
|
1214
|
+
'pushReceiverId' => 'PushReceiverId',
|
1215
|
+
'BackgroundFill' => 'BackgroundFill',
|
1216
|
+
'backgroundFillSolid' => 'BackgroundFill::Solid',
|
1217
|
+
'backgroundFillGradient' => 'BackgroundFill::Gradient',
|
1218
|
+
'backgroundFillFreeformGradient' => 'BackgroundFill::FreeformGradient',
|
1219
|
+
'BackgroundType' => 'BackgroundType',
|
1220
|
+
'backgroundTypeWallpaper' => 'BackgroundType::Wallpaper',
|
1221
|
+
'backgroundTypePattern' => 'BackgroundType::Pattern',
|
1222
|
+
'backgroundTypeFill' => 'BackgroundType::Fill',
|
1223
|
+
'backgroundTypeChatTheme' => 'BackgroundType::ChatTheme',
|
1224
|
+
'InputBackground' => 'InputBackground',
|
1225
|
+
'inputBackgroundLocal' => 'InputBackground::Local',
|
1226
|
+
'inputBackgroundRemote' => 'InputBackground::Remote',
|
1227
|
+
'inputBackgroundPrevious' => 'InputBackground::Previous',
|
1228
|
+
'chatTheme' => 'ChatTheme',
|
1229
|
+
'timeZone' => 'TimeZone',
|
1230
|
+
'timeZones' => 'TimeZones',
|
1231
|
+
'hashtags' => 'Hashtags',
|
1232
|
+
'CanSendStoryResult' => 'CanSendStoryResult',
|
1233
|
+
'canSendStoryResultOk' => 'CanSendStoryResult::Ok',
|
1234
|
+
'canSendStoryResultPremiumNeeded' => 'CanSendStoryResult::PremiumNeeded',
|
1235
|
+
'canSendStoryResultBoostNeeded' => 'CanSendStoryResult::BoostNeeded',
|
1236
|
+
'canSendStoryResultActiveStoryLimitExceeded' => 'CanSendStoryResult::ActiveStoryLimitExceeded',
|
1237
|
+
'canSendStoryResultWeeklyLimitExceeded' => 'CanSendStoryResult::WeeklyLimitExceeded',
|
1238
|
+
'canSendStoryResultMonthlyLimitExceeded' => 'CanSendStoryResult::MonthlyLimitExceeded',
|
1239
|
+
'CanTransferOwnershipResult' => 'CanTransferOwnershipResult',
|
1240
|
+
'canTransferOwnershipResultOk' => 'CanTransferOwnershipResult::Ok',
|
1241
|
+
'canTransferOwnershipResultPasswordNeeded' => 'CanTransferOwnershipResult::PasswordNeeded',
|
1242
|
+
'canTransferOwnershipResultPasswordTooFresh' => 'CanTransferOwnershipResult::PasswordTooFresh',
|
1243
|
+
'canTransferOwnershipResultSessionTooFresh' => 'CanTransferOwnershipResult::SessionTooFresh',
|
1244
|
+
'CheckChatUsernameResult' => 'CheckChatUsernameResult',
|
1245
|
+
'checkChatUsernameResultOk' => 'CheckChatUsernameResult::Ok',
|
1246
|
+
'checkChatUsernameResultUsernameInvalid' => 'CheckChatUsernameResult::UsernameInvalid',
|
1247
|
+
'checkChatUsernameResultUsernameOccupied' => 'CheckChatUsernameResult::UsernameOccupied',
|
1248
|
+
'checkChatUsernameResultUsernamePurchasable' => 'CheckChatUsernameResult::UsernamePurchasable',
|
1249
|
+
'checkChatUsernameResultPublicChatsTooMany' => 'CheckChatUsernameResult::PublicChatsTooMany',
|
1250
|
+
'checkChatUsernameResultPublicGroupsUnavailable' => 'CheckChatUsernameResult::PublicGroupsUnavailable',
|
1251
|
+
'CheckStickerSetNameResult' => 'CheckStickerSetNameResult',
|
1252
|
+
'checkStickerSetNameResultOk' => 'CheckStickerSetNameResult::Ok',
|
1253
|
+
'checkStickerSetNameResultNameInvalid' => 'CheckStickerSetNameResult::NameInvalid',
|
1254
|
+
'checkStickerSetNameResultNameOccupied' => 'CheckStickerSetNameResult::NameOccupied',
|
1255
|
+
'ResetPasswordResult' => 'ResetPasswordResult',
|
1256
|
+
'resetPasswordResultOk' => 'ResetPasswordResult::Ok',
|
1257
|
+
'resetPasswordResultPending' => 'ResetPasswordResult::Pending',
|
1258
|
+
'resetPasswordResultDeclined' => 'ResetPasswordResult::Declined',
|
1259
|
+
'MessageFileType' => 'MessageFileType',
|
1260
|
+
'messageFileTypePrivate' => 'MessageFileType::Private',
|
1261
|
+
'messageFileTypeGroup' => 'MessageFileType::Group',
|
1262
|
+
'messageFileTypeUnknown' => 'MessageFileType::Unknown',
|
1263
|
+
'PushMessageContent' => 'PushMessageContent',
|
1264
|
+
'pushMessageContentHidden' => 'PushMessageContent::Hidden',
|
1265
|
+
'pushMessageContentAnimation' => 'PushMessageContent::Animation',
|
1266
|
+
'pushMessageContentAudio' => 'PushMessageContent::Audio',
|
1267
|
+
'pushMessageContentContact' => 'PushMessageContent::Contact',
|
1268
|
+
'pushMessageContentContactRegistered' => 'PushMessageContent::ContactRegistered',
|
1269
|
+
'pushMessageContentDocument' => 'PushMessageContent::Document',
|
1270
|
+
'pushMessageContentGame' => 'PushMessageContent::Game',
|
1271
|
+
'pushMessageContentGameScore' => 'PushMessageContent::GameScore',
|
1272
|
+
'pushMessageContentInvoice' => 'PushMessageContent::Invoice',
|
1273
|
+
'pushMessageContentLocation' => 'PushMessageContent::Location',
|
1274
|
+
'pushMessageContentPaidMedia' => 'PushMessageContent::PaidMedia',
|
1275
|
+
'pushMessageContentPhoto' => 'PushMessageContent::Photo',
|
1276
|
+
'pushMessageContentPoll' => 'PushMessageContent::Poll',
|
1277
|
+
'pushMessageContentPremiumGiftCode' => 'PushMessageContent::PremiumGiftCode',
|
1278
|
+
'pushMessageContentPremiumGiveaway' => 'PushMessageContent::PremiumGiveaway',
|
1279
|
+
'pushMessageContentScreenshotTaken' => 'PushMessageContent::ScreenshotTaken',
|
1280
|
+
'pushMessageContentSticker' => 'PushMessageContent::Sticker',
|
1281
|
+
'pushMessageContentStory' => 'PushMessageContent::Story',
|
1282
|
+
'pushMessageContentText' => 'PushMessageContent::Text',
|
1283
|
+
'pushMessageContentVideo' => 'PushMessageContent::Video',
|
1284
|
+
'pushMessageContentVideoNote' => 'PushMessageContent::VideoNote',
|
1285
|
+
'pushMessageContentVoiceNote' => 'PushMessageContent::VoiceNote',
|
1286
|
+
'pushMessageContentBasicGroupChatCreate' => 'PushMessageContent::BasicGroupChatCreate',
|
1287
|
+
'pushMessageContentChatAddMembers' => 'PushMessageContent::ChatAddMembers',
|
1288
|
+
'pushMessageContentChatChangePhoto' => 'PushMessageContent::ChatChangePhoto',
|
1289
|
+
'pushMessageContentChatChangeTitle' => 'PushMessageContent::ChatChangeTitle',
|
1290
|
+
'pushMessageContentChatSetBackground' => 'PushMessageContent::ChatSetBackground',
|
1291
|
+
'pushMessageContentChatSetTheme' => 'PushMessageContent::ChatSetTheme',
|
1292
|
+
'pushMessageContentChatDeleteMember' => 'PushMessageContent::ChatDeleteMember',
|
1293
|
+
'pushMessageContentChatJoinByLink' => 'PushMessageContent::ChatJoinByLink',
|
1294
|
+
'pushMessageContentChatJoinByRequest' => 'PushMessageContent::ChatJoinByRequest',
|
1295
|
+
'pushMessageContentRecurringPayment' => 'PushMessageContent::RecurringPayment',
|
1296
|
+
'pushMessageContentSuggestProfilePhoto' => 'PushMessageContent::SuggestProfilePhoto',
|
1297
|
+
'pushMessageContentMessageForwards' => 'PushMessageContent::MessageForwards',
|
1298
|
+
'pushMessageContentMediaAlbum' => 'PushMessageContent::MediaAlbum',
|
1299
|
+
'NotificationType' => 'NotificationType',
|
1300
|
+
'notificationTypeNewMessage' => 'NotificationType::NewMessage',
|
1301
|
+
'notificationTypeNewSecretChat' => 'NotificationType::NewSecretChat',
|
1302
|
+
'notificationTypeNewCall' => 'NotificationType::NewCall',
|
1303
|
+
'notificationTypeNewPushMessage' => 'NotificationType::NewPushMessage',
|
1304
|
+
'NotificationGroupType' => 'NotificationGroupType',
|
1305
|
+
'notificationGroupTypeMessages' => 'NotificationGroupType::Messages',
|
1306
|
+
'notificationGroupTypeMentions' => 'NotificationGroupType::Mentions',
|
1307
|
+
'notificationGroupTypeSecretChat' => 'NotificationGroupType::SecretChat',
|
1308
|
+
'notificationGroupTypeCalls' => 'NotificationGroupType::Calls',
|
1309
|
+
'notificationSound' => 'NotificationSound',
|
1310
|
+
'notificationSounds' => 'NotificationSounds',
|
1311
|
+
'notification' => 'Notification',
|
1312
|
+
'notificationGroup' => 'NotificationGroup',
|
1313
|
+
'OptionValue' => 'OptionValue',
|
1314
|
+
'optionValueBoolean' => 'OptionValue::Boolean',
|
1315
|
+
'optionValueEmpty' => 'OptionValue::Empty',
|
1316
|
+
'optionValueInteger' => 'OptionValue::Integer',
|
1317
|
+
'optionValueString' => 'OptionValue::String',
|
1318
|
+
'jsonObjectMember' => 'JsonObjectMember',
|
1319
|
+
'JsonValue' => 'JsonValue',
|
1320
|
+
'jsonValueNull' => 'JsonValue::Null',
|
1321
|
+
'jsonValueBoolean' => 'JsonValue::Boolean',
|
1322
|
+
'jsonValueNumber' => 'JsonValue::Number',
|
1323
|
+
'jsonValueString' => 'JsonValue::String',
|
1324
|
+
'jsonValueArray' => 'JsonValue::Array',
|
1325
|
+
'jsonValueObject' => 'JsonValue::Object',
|
1326
|
+
'StoryPrivacySettings' => 'StoryPrivacySettings',
|
1327
|
+
'storyPrivacySettingsEveryone' => 'StoryPrivacySettings::Everyone',
|
1328
|
+
'storyPrivacySettingsContacts' => 'StoryPrivacySettings::Contacts',
|
1329
|
+
'storyPrivacySettingsCloseFriends' => 'StoryPrivacySettings::CloseFriends',
|
1330
|
+
'storyPrivacySettingsSelectedUsers' => 'StoryPrivacySettings::SelectedUsers',
|
1331
|
+
'UserPrivacySettingRule' => 'UserPrivacySettingRule',
|
1332
|
+
'userPrivacySettingRuleAllowAll' => 'UserPrivacySettingRule::AllowAll',
|
1333
|
+
'userPrivacySettingRuleAllowContacts' => 'UserPrivacySettingRule::AllowContacts',
|
1334
|
+
'userPrivacySettingRuleAllowPremiumUsers' => 'UserPrivacySettingRule::AllowPremiumUsers',
|
1335
|
+
'userPrivacySettingRuleAllowUsers' => 'UserPrivacySettingRule::AllowUsers',
|
1336
|
+
'userPrivacySettingRuleAllowChatMembers' => 'UserPrivacySettingRule::AllowChatMembers',
|
1337
|
+
'userPrivacySettingRuleRestrictAll' => 'UserPrivacySettingRule::RestrictAll',
|
1338
|
+
'userPrivacySettingRuleRestrictContacts' => 'UserPrivacySettingRule::RestrictContacts',
|
1339
|
+
'userPrivacySettingRuleRestrictUsers' => 'UserPrivacySettingRule::RestrictUsers',
|
1340
|
+
'userPrivacySettingRuleRestrictChatMembers' => 'UserPrivacySettingRule::RestrictChatMembers',
|
1341
|
+
'userPrivacySettingRules' => 'UserPrivacySettingRules',
|
1342
|
+
'UserPrivacySetting' => 'UserPrivacySetting',
|
1343
|
+
'userPrivacySettingShowStatus' => 'UserPrivacySetting::ShowStatus',
|
1344
|
+
'userPrivacySettingShowProfilePhoto' => 'UserPrivacySetting::ShowProfilePhoto',
|
1345
|
+
'userPrivacySettingShowLinkInForwardedMessages' => 'UserPrivacySetting::ShowLinkInForwardedMessages',
|
1346
|
+
'userPrivacySettingShowPhoneNumber' => 'UserPrivacySetting::ShowPhoneNumber',
|
1347
|
+
'userPrivacySettingShowBio' => 'UserPrivacySetting::ShowBio',
|
1348
|
+
'userPrivacySettingShowBirthdate' => 'UserPrivacySetting::ShowBirthdate',
|
1349
|
+
'userPrivacySettingAllowChatInvites' => 'UserPrivacySetting::AllowChatInvites',
|
1350
|
+
'userPrivacySettingAllowCalls' => 'UserPrivacySetting::AllowCalls',
|
1351
|
+
'userPrivacySettingAllowPeerToPeerCalls' => 'UserPrivacySetting::AllowPeerToPeerCalls',
|
1352
|
+
'userPrivacySettingAllowFindingByPhoneNumber' => 'UserPrivacySetting::AllowFindingByPhoneNumber',
|
1353
|
+
'userPrivacySettingAllowPrivateVoiceAndVideoNoteMessages' => 'UserPrivacySetting::AllowPrivateVoiceAndVideoNoteMessages',
|
1354
|
+
'readDatePrivacySettings' => 'ReadDatePrivacySettings',
|
1355
|
+
'newChatPrivacySettings' => 'NewChatPrivacySettings',
|
1356
|
+
'CanSendMessageToUserResult' => 'CanSendMessageToUserResult',
|
1357
|
+
'canSendMessageToUserResultOk' => 'CanSendMessageToUserResult::Ok',
|
1358
|
+
'canSendMessageToUserResultUserIsDeleted' => 'CanSendMessageToUserResult::UserIsDeleted',
|
1359
|
+
'canSendMessageToUserResultUserRestrictsNewChats' => 'CanSendMessageToUserResult::UserRestrictsNewChats',
|
1360
|
+
'accountTtl' => 'AccountTtl',
|
1361
|
+
'messageAutoDeleteTime' => 'MessageAutoDeleteTime',
|
1362
|
+
'SessionType' => 'SessionType',
|
1363
|
+
'sessionTypeAndroid' => 'SessionType::Android',
|
1364
|
+
'sessionTypeApple' => 'SessionType::Apple',
|
1365
|
+
'sessionTypeBrave' => 'SessionType::Brave',
|
1366
|
+
'sessionTypeChrome' => 'SessionType::Chrome',
|
1367
|
+
'sessionTypeEdge' => 'SessionType::Edge',
|
1368
|
+
'sessionTypeFirefox' => 'SessionType::Firefox',
|
1369
|
+
'sessionTypeIpad' => 'SessionType::Ipad',
|
1370
|
+
'sessionTypeIphone' => 'SessionType::Iphone',
|
1371
|
+
'sessionTypeLinux' => 'SessionType::Linux',
|
1372
|
+
'sessionTypeMac' => 'SessionType::Mac',
|
1373
|
+
'sessionTypeOpera' => 'SessionType::Opera',
|
1374
|
+
'sessionTypeSafari' => 'SessionType::Safari',
|
1375
|
+
'sessionTypeUbuntu' => 'SessionType::Ubuntu',
|
1376
|
+
'sessionTypeUnknown' => 'SessionType::Unknown',
|
1377
|
+
'sessionTypeVivaldi' => 'SessionType::Vivaldi',
|
1378
|
+
'sessionTypeWindows' => 'SessionType::Windows',
|
1379
|
+
'sessionTypeXbox' => 'SessionType::Xbox',
|
1380
|
+
'session' => 'Session',
|
1381
|
+
'sessions' => 'Sessions',
|
1382
|
+
'unconfirmedSession' => 'UnconfirmedSession',
|
1383
|
+
'connectedWebsite' => 'ConnectedWebsite',
|
1384
|
+
'connectedWebsites' => 'ConnectedWebsites',
|
1385
|
+
'ReportReason' => 'ReportReason',
|
1386
|
+
'reportReasonSpam' => 'ReportReason::Spam',
|
1387
|
+
'reportReasonViolence' => 'ReportReason::Violence',
|
1388
|
+
'reportReasonPornography' => 'ReportReason::Pornography',
|
1389
|
+
'reportReasonChildAbuse' => 'ReportReason::ChildAbuse',
|
1390
|
+
'reportReasonCopyright' => 'ReportReason::Copyright',
|
1391
|
+
'reportReasonUnrelatedLocation' => 'ReportReason::UnrelatedLocation',
|
1392
|
+
'reportReasonFake' => 'ReportReason::Fake',
|
1393
|
+
'reportReasonIllegalDrugs' => 'ReportReason::IllegalDrugs',
|
1394
|
+
'reportReasonPersonalDetails' => 'ReportReason::PersonalDetails',
|
1395
|
+
'reportReasonCustom' => 'ReportReason::Custom',
|
1396
|
+
'TargetChat' => 'TargetChat',
|
1397
|
+
'targetChatCurrent' => 'TargetChat::Current',
|
1398
|
+
'targetChatChosen' => 'TargetChat::Chosen',
|
1399
|
+
'targetChatInternalLink' => 'TargetChat::InternalLink',
|
1400
|
+
'InternalLinkType' => 'InternalLinkType',
|
1401
|
+
'internalLinkTypeActiveSessions' => 'InternalLinkType::ActiveSessions',
|
1402
|
+
'internalLinkTypeAttachmentMenuBot' => 'InternalLinkType::AttachmentMenuBot',
|
1403
|
+
'internalLinkTypeAuthenticationCode' => 'InternalLinkType::AuthenticationCode',
|
1404
|
+
'internalLinkTypeBackground' => 'InternalLinkType::Background',
|
1405
|
+
'internalLinkTypeBotAddToChannel' => 'InternalLinkType::BotAddToChannel',
|
1406
|
+
'internalLinkTypeBotStart' => 'InternalLinkType::BotStart',
|
1407
|
+
'internalLinkTypeBotStartInGroup' => 'InternalLinkType::BotStartInGroup',
|
1408
|
+
'internalLinkTypeBusinessChat' => 'InternalLinkType::BusinessChat',
|
1409
|
+
'internalLinkTypeBuyStars' => 'InternalLinkType::BuyStars',
|
1410
|
+
'internalLinkTypeChangePhoneNumber' => 'InternalLinkType::ChangePhoneNumber',
|
1411
|
+
'internalLinkTypeChatBoost' => 'InternalLinkType::ChatBoost',
|
1412
|
+
'internalLinkTypeChatFolderInvite' => 'InternalLinkType::ChatFolderInvite',
|
1413
|
+
'internalLinkTypeChatFolderSettings' => 'InternalLinkType::ChatFolderSettings',
|
1414
|
+
'internalLinkTypeChatInvite' => 'InternalLinkType::ChatInvite',
|
1415
|
+
'internalLinkTypeDefaultMessageAutoDeleteTimerSettings' => 'InternalLinkType::DefaultMessageAutoDeleteTimerSettings',
|
1416
|
+
'internalLinkTypeEditProfileSettings' => 'InternalLinkType::EditProfileSettings',
|
1417
|
+
'internalLinkTypeGame' => 'InternalLinkType::Game',
|
1418
|
+
'internalLinkTypeInstantView' => 'InternalLinkType::InstantView',
|
1419
|
+
'internalLinkTypeInvoice' => 'InternalLinkType::Invoice',
|
1420
|
+
'internalLinkTypeLanguagePack' => 'InternalLinkType::LanguagePack',
|
1421
|
+
'internalLinkTypeLanguageSettings' => 'InternalLinkType::LanguageSettings',
|
1422
|
+
'internalLinkTypeMainWebApp' => 'InternalLinkType::MainWebApp',
|
1423
|
+
'internalLinkTypeMessage' => 'InternalLinkType::Message',
|
1424
|
+
'internalLinkTypeMessageDraft' => 'InternalLinkType::MessageDraft',
|
1425
|
+
'internalLinkTypePassportDataRequest' => 'InternalLinkType::PassportDataRequest',
|
1426
|
+
'internalLinkTypePhoneNumberConfirmation' => 'InternalLinkType::PhoneNumberConfirmation',
|
1427
|
+
'internalLinkTypePremiumFeatures' => 'InternalLinkType::PremiumFeatures',
|
1428
|
+
'internalLinkTypePremiumGift' => 'InternalLinkType::PremiumGift',
|
1429
|
+
'internalLinkTypePremiumGiftCode' => 'InternalLinkType::PremiumGiftCode',
|
1430
|
+
'internalLinkTypePrivacyAndSecuritySettings' => 'InternalLinkType::PrivacyAndSecuritySettings',
|
1431
|
+
'internalLinkTypeProxy' => 'InternalLinkType::Proxy',
|
1432
|
+
'internalLinkTypePublicChat' => 'InternalLinkType::PublicChat',
|
1433
|
+
'internalLinkTypeQrCodeAuthentication' => 'InternalLinkType::QrCodeAuthentication',
|
1434
|
+
'internalLinkTypeRestorePurchases' => 'InternalLinkType::RestorePurchases',
|
1435
|
+
'internalLinkTypeSettings' => 'InternalLinkType::Settings',
|
1436
|
+
'internalLinkTypeStickerSet' => 'InternalLinkType::StickerSet',
|
1437
|
+
'internalLinkTypeStory' => 'InternalLinkType::Story',
|
1438
|
+
'internalLinkTypeTheme' => 'InternalLinkType::Theme',
|
1439
|
+
'internalLinkTypeThemeSettings' => 'InternalLinkType::ThemeSettings',
|
1440
|
+
'internalLinkTypeUnknownDeepLink' => 'InternalLinkType::UnknownDeepLink',
|
1441
|
+
'internalLinkTypeUnsupportedProxy' => 'InternalLinkType::UnsupportedProxy',
|
1442
|
+
'internalLinkTypeUserPhoneNumber' => 'InternalLinkType::UserPhoneNumber',
|
1443
|
+
'internalLinkTypeUserToken' => 'InternalLinkType::UserToken',
|
1444
|
+
'internalLinkTypeVideoChat' => 'InternalLinkType::VideoChat',
|
1445
|
+
'internalLinkTypeWebApp' => 'InternalLinkType::WebApp',
|
1446
|
+
'messageLink' => 'MessageLink',
|
1447
|
+
'messageLinkInfo' => 'MessageLinkInfo',
|
1448
|
+
'chatBoostLink' => 'ChatBoostLink',
|
1449
|
+
'chatBoostLinkInfo' => 'ChatBoostLinkInfo',
|
1450
|
+
'BlockList' => 'BlockList',
|
1451
|
+
'blockListMain' => 'BlockList::Main',
|
1452
|
+
'blockListStories' => 'BlockList::Stories',
|
1453
|
+
'filePart' => 'FilePart',
|
1454
|
+
'FileType' => 'FileType',
|
1455
|
+
'fileTypeNone' => 'FileType::None',
|
1456
|
+
'fileTypeAnimation' => 'FileType::Animation',
|
1457
|
+
'fileTypeAudio' => 'FileType::Audio',
|
1458
|
+
'fileTypeDocument' => 'FileType::Document',
|
1459
|
+
'fileTypeNotificationSound' => 'FileType::NotificationSound',
|
1460
|
+
'fileTypePhoto' => 'FileType::Photo',
|
1461
|
+
'fileTypePhotoStory' => 'FileType::PhotoStory',
|
1462
|
+
'fileTypeProfilePhoto' => 'FileType::ProfilePhoto',
|
1463
|
+
'fileTypeSecret' => 'FileType::Secret',
|
1464
|
+
'fileTypeSecretThumbnail' => 'FileType::SecretThumbnail',
|
1465
|
+
'fileTypeSecure' => 'FileType::Secure',
|
1466
|
+
'fileTypeSticker' => 'FileType::Sticker',
|
1467
|
+
'fileTypeThumbnail' => 'FileType::Thumbnail',
|
1468
|
+
'fileTypeUnknown' => 'FileType::Unknown',
|
1469
|
+
'fileTypeVideo' => 'FileType::Video',
|
1470
|
+
'fileTypeVideoNote' => 'FileType::VideoNote',
|
1471
|
+
'fileTypeVideoStory' => 'FileType::VideoStory',
|
1472
|
+
'fileTypeVoiceNote' => 'FileType::VoiceNote',
|
1473
|
+
'fileTypeWallpaper' => 'FileType::Wallpaper',
|
1474
|
+
'storageStatisticsByFileType' => 'StorageStatisticsByFileType',
|
1475
|
+
'storageStatisticsByChat' => 'StorageStatisticsByChat',
|
1476
|
+
'storageStatistics' => 'StorageStatistics',
|
1477
|
+
'storageStatisticsFast' => 'StorageStatisticsFast',
|
1478
|
+
'databaseStatistics' => 'DatabaseStatistics',
|
1479
|
+
'NetworkType' => 'NetworkType',
|
1480
|
+
'networkTypeNone' => 'NetworkType::None',
|
1481
|
+
'networkTypeMobile' => 'NetworkType::Mobile',
|
1482
|
+
'networkTypeMobileRoaming' => 'NetworkType::MobileRoaming',
|
1483
|
+
'networkTypeWiFi' => 'NetworkType::WiFi',
|
1484
|
+
'networkTypeOther' => 'NetworkType::Other',
|
1485
|
+
'NetworkStatisticsEntry' => 'NetworkStatisticsEntry',
|
1486
|
+
'networkStatisticsEntryFile' => 'NetworkStatisticsEntry::File',
|
1487
|
+
'networkStatisticsEntryCall' => 'NetworkStatisticsEntry::Call',
|
1488
|
+
'networkStatistics' => 'NetworkStatistics',
|
1489
|
+
'autoDownloadSettings' => 'AutoDownloadSettings',
|
1490
|
+
'autoDownloadSettingsPresets' => 'AutoDownloadSettingsPresets',
|
1491
|
+
'AutosaveSettingsScope' => 'AutosaveSettingsScope',
|
1492
|
+
'autosaveSettingsScopePrivateChats' => 'AutosaveSettingsScope::PrivateChats',
|
1493
|
+
'autosaveSettingsScopeGroupChats' => 'AutosaveSettingsScope::GroupChats',
|
1494
|
+
'autosaveSettingsScopeChannelChats' => 'AutosaveSettingsScope::ChannelChats',
|
1495
|
+
'autosaveSettingsScopeChat' => 'AutosaveSettingsScope::Chat',
|
1496
|
+
'scopeAutosaveSettings' => 'ScopeAutosaveSettings',
|
1497
|
+
'autosaveSettingsException' => 'AutosaveSettingsException',
|
1498
|
+
'autosaveSettings' => 'AutosaveSettings',
|
1499
|
+
'ConnectionState' => 'ConnectionState',
|
1500
|
+
'connectionStateWaitingForNetwork' => 'ConnectionState::WaitingForNetwork',
|
1501
|
+
'connectionStateConnectingToProxy' => 'ConnectionState::ConnectingToProxy',
|
1502
|
+
'connectionStateConnecting' => 'ConnectionState::Connecting',
|
1503
|
+
'connectionStateUpdating' => 'ConnectionState::Updating',
|
1504
|
+
'connectionStateReady' => 'ConnectionState::Ready',
|
1505
|
+
'TopChatCategory' => 'TopChatCategory',
|
1506
|
+
'topChatCategoryUsers' => 'TopChatCategory::Users',
|
1507
|
+
'topChatCategoryBots' => 'TopChatCategory::Bots',
|
1508
|
+
'topChatCategoryGroups' => 'TopChatCategory::Groups',
|
1509
|
+
'topChatCategoryChannels' => 'TopChatCategory::Channels',
|
1510
|
+
'topChatCategoryInlineBots' => 'TopChatCategory::InlineBots',
|
1511
|
+
'topChatCategoryWebAppBots' => 'TopChatCategory::WebAppBots',
|
1512
|
+
'topChatCategoryCalls' => 'TopChatCategory::Calls',
|
1513
|
+
'topChatCategoryForwardChats' => 'TopChatCategory::ForwardChats',
|
1514
|
+
'foundPosition' => 'FoundPosition',
|
1515
|
+
'foundPositions' => 'FoundPositions',
|
1516
|
+
'TMeUrlType' => 'TMeUrlType',
|
1517
|
+
'tMeUrlTypeUser' => 'TMeUrlType::User',
|
1518
|
+
'tMeUrlTypeSupergroup' => 'TMeUrlType::Supergroup',
|
1519
|
+
'tMeUrlTypeChatInvite' => 'TMeUrlType::ChatInvite',
|
1520
|
+
'tMeUrlTypeStickerSet' => 'TMeUrlType::StickerSet',
|
1521
|
+
'tMeUrl' => 'TMeUrl',
|
1522
|
+
'tMeUrls' => 'TMeUrls',
|
1523
|
+
'SuggestedAction' => 'SuggestedAction',
|
1524
|
+
'suggestedActionEnableArchiveAndMuteNewChats' => 'SuggestedAction::EnableArchiveAndMuteNewChats',
|
1525
|
+
'suggestedActionCheckPassword' => 'SuggestedAction::CheckPassword',
|
1526
|
+
'suggestedActionCheckPhoneNumber' => 'SuggestedAction::CheckPhoneNumber',
|
1527
|
+
'suggestedActionViewChecksHint' => 'SuggestedAction::ViewChecksHint',
|
1528
|
+
'suggestedActionConvertToBroadcastGroup' => 'SuggestedAction::ConvertToBroadcastGroup',
|
1529
|
+
'suggestedActionSetPassword' => 'SuggestedAction::SetPassword',
|
1530
|
+
'suggestedActionUpgradePremium' => 'SuggestedAction::UpgradePremium',
|
1531
|
+
'suggestedActionRestorePremium' => 'SuggestedAction::RestorePremium',
|
1532
|
+
'suggestedActionSubscribeToAnnualPremium' => 'SuggestedAction::SubscribeToAnnualPremium',
|
1533
|
+
'suggestedActionGiftPremiumForChristmas' => 'SuggestedAction::GiftPremiumForChristmas',
|
1534
|
+
'suggestedActionSetBirthdate' => 'SuggestedAction::SetBirthdate',
|
1535
|
+
'suggestedActionExtendPremium' => 'SuggestedAction::ExtendPremium',
|
1536
|
+
'suggestedActionExtendStarSubscriptions' => 'SuggestedAction::ExtendStarSubscriptions',
|
1537
|
+
'count' => 'Count',
|
1538
|
+
'text' => 'Text',
|
1539
|
+
'seconds' => 'Seconds',
|
1540
|
+
'fileDownloadedPrefixSize' => 'FileDownloadedPrefixSize',
|
1541
|
+
'deepLinkInfo' => 'DeepLinkInfo',
|
1542
|
+
'TextParseMode' => 'TextParseMode',
|
1543
|
+
'textParseModeMarkdown' => 'TextParseMode::Markdown',
|
1544
|
+
'textParseModeHTML' => 'TextParseMode::HTML',
|
1545
|
+
'ProxyType' => 'ProxyType',
|
1546
|
+
'proxyTypeSocks5' => 'ProxyType::Socks5',
|
1547
|
+
'proxyTypeHttp' => 'ProxyType::Http',
|
1548
|
+
'proxyTypeMtproto' => 'ProxyType::Mtproto',
|
1549
|
+
'proxy' => 'Proxy',
|
1550
|
+
'proxies' => 'Proxies',
|
1551
|
+
'inputSticker' => 'InputSticker',
|
1552
|
+
'dateRange' => 'DateRange',
|
1553
|
+
'statisticalValue' => 'StatisticalValue',
|
1554
|
+
'StatisticalGraph' => 'StatisticalGraph',
|
1555
|
+
'statisticalGraphData' => 'StatisticalGraph::Data',
|
1556
|
+
'statisticalGraphAsync' => 'StatisticalGraph::Async',
|
1557
|
+
'statisticalGraphError' => 'StatisticalGraph::Error',
|
1558
|
+
'ChatStatisticsObjectType' => 'ChatStatisticsObjectType',
|
1559
|
+
'chatStatisticsObjectTypeMessage' => 'ChatStatisticsObjectType::Message',
|
1560
|
+
'chatStatisticsObjectTypeStory' => 'ChatStatisticsObjectType::Story',
|
1561
|
+
'chatStatisticsInteractionInfo' => 'ChatStatisticsInteractionInfo',
|
1562
|
+
'chatStatisticsMessageSenderInfo' => 'ChatStatisticsMessageSenderInfo',
|
1563
|
+
'chatStatisticsAdministratorActionsInfo' => 'ChatStatisticsAdministratorActionsInfo',
|
1564
|
+
'chatStatisticsInviterInfo' => 'ChatStatisticsInviterInfo',
|
1565
|
+
'ChatStatistics' => 'ChatStatistics',
|
1566
|
+
'chatStatisticsSupergroup' => 'ChatStatistics::Supergroup',
|
1567
|
+
'chatStatisticsChannel' => 'ChatStatistics::Channel',
|
1568
|
+
'chatRevenueAmount' => 'ChatRevenueAmount',
|
1569
|
+
'chatRevenueStatistics' => 'ChatRevenueStatistics',
|
1570
|
+
'messageStatistics' => 'MessageStatistics',
|
1571
|
+
'storyStatistics' => 'StoryStatistics',
|
1572
|
+
'RevenueWithdrawalState' => 'RevenueWithdrawalState',
|
1573
|
+
'revenueWithdrawalStatePending' => 'RevenueWithdrawalState::Pending',
|
1574
|
+
'revenueWithdrawalStateSucceeded' => 'RevenueWithdrawalState::Succeeded',
|
1575
|
+
'revenueWithdrawalStateFailed' => 'RevenueWithdrawalState::Failed',
|
1576
|
+
'ChatRevenueTransactionType' => 'ChatRevenueTransactionType',
|
1577
|
+
'chatRevenueTransactionTypeEarnings' => 'ChatRevenueTransactionType::Earnings',
|
1578
|
+
'chatRevenueTransactionTypeWithdrawal' => 'ChatRevenueTransactionType::Withdrawal',
|
1579
|
+
'chatRevenueTransactionTypeRefund' => 'ChatRevenueTransactionType::Refund',
|
1580
|
+
'chatRevenueTransaction' => 'ChatRevenueTransaction',
|
1581
|
+
'chatRevenueTransactions' => 'ChatRevenueTransactions',
|
1582
|
+
'starRevenueStatus' => 'StarRevenueStatus',
|
1583
|
+
'starRevenueStatistics' => 'StarRevenueStatistics',
|
1584
|
+
'point' => 'Point',
|
1585
|
+
'VectorPathCommand' => 'VectorPathCommand',
|
1586
|
+
'vectorPathCommandLine' => 'VectorPathCommand::Line',
|
1587
|
+
'vectorPathCommandCubicBezierCurve' => 'VectorPathCommand::CubicBezierCurve',
|
1588
|
+
'BotCommandScope' => 'BotCommandScope',
|
1589
|
+
'botCommandScopeDefault' => 'BotCommandScope::Default',
|
1590
|
+
'botCommandScopeAllPrivateChats' => 'BotCommandScope::AllPrivateChats',
|
1591
|
+
'botCommandScopeAllGroupChats' => 'BotCommandScope::AllGroupChats',
|
1592
|
+
'botCommandScopeAllChatAdministrators' => 'BotCommandScope::AllChatAdministrators',
|
1593
|
+
'botCommandScopeChat' => 'BotCommandScope::Chat',
|
1594
|
+
'botCommandScopeChatAdministrators' => 'BotCommandScope::ChatAdministrators',
|
1595
|
+
'botCommandScopeChatMember' => 'BotCommandScope::ChatMember',
|
1596
|
+
'PhoneNumberCodeType' => 'PhoneNumberCodeType',
|
1597
|
+
'phoneNumberCodeTypeChange' => 'PhoneNumberCodeType::Change',
|
1598
|
+
'phoneNumberCodeTypeVerify' => 'PhoneNumberCodeType::Verify',
|
1599
|
+
'phoneNumberCodeTypeConfirmOwnership' => 'PhoneNumberCodeType::ConfirmOwnership',
|
1600
|
+
'Update' => 'Update',
|
1601
|
+
'updateAuthorizationState' => 'Update::AuthorizationState',
|
1602
|
+
'updateNewMessage' => 'Update::NewMessage',
|
1603
|
+
'updateMessageSendAcknowledged' => 'Update::MessageSendAcknowledged',
|
1604
|
+
'updateMessageSendSucceeded' => 'Update::MessageSendSucceeded',
|
1605
|
+
'updateMessageSendFailed' => 'Update::MessageSendFailed',
|
1606
|
+
'updateMessageContent' => 'Update::MessageContent',
|
1607
|
+
'updateMessageEdited' => 'Update::MessageEdited',
|
1608
|
+
'updateMessageIsPinned' => 'Update::MessageIsPinned',
|
1609
|
+
'updateMessageInteractionInfo' => 'Update::MessageInteractionInfo',
|
1610
|
+
'updateMessageContentOpened' => 'Update::MessageContentOpened',
|
1611
|
+
'updateMessageMentionRead' => 'Update::MessageMentionRead',
|
1612
|
+
'updateMessageUnreadReactions' => 'Update::MessageUnreadReactions',
|
1613
|
+
'updateMessageFactCheck' => 'Update::MessageFactCheck',
|
1614
|
+
'updateMessageLiveLocationViewed' => 'Update::MessageLiveLocationViewed',
|
1615
|
+
'updateNewChat' => 'Update::NewChat',
|
1616
|
+
'updateChatTitle' => 'Update::ChatTitle',
|
1617
|
+
'updateChatPhoto' => 'Update::ChatPhoto',
|
1618
|
+
'updateChatAccentColors' => 'Update::ChatAccentColors',
|
1619
|
+
'updateChatPermissions' => 'Update::ChatPermissions',
|
1620
|
+
'updateChatLastMessage' => 'Update::ChatLastMessage',
|
1621
|
+
'updateChatPosition' => 'Update::ChatPosition',
|
1622
|
+
'updateChatAddedToList' => 'Update::ChatAddedToList',
|
1623
|
+
'updateChatRemovedFromList' => 'Update::ChatRemovedFromList',
|
1624
|
+
'updateChatReadInbox' => 'Update::ChatReadInbox',
|
1625
|
+
'updateChatReadOutbox' => 'Update::ChatReadOutbox',
|
1626
|
+
'updateChatActionBar' => 'Update::ChatActionBar',
|
1627
|
+
'updateChatBusinessBotManageBar' => 'Update::ChatBusinessBotManageBar',
|
1628
|
+
'updateChatAvailableReactions' => 'Update::ChatAvailableReactions',
|
1629
|
+
'updateChatDraftMessage' => 'Update::ChatDraftMessage',
|
1630
|
+
'updateChatEmojiStatus' => 'Update::ChatEmojiStatus',
|
1631
|
+
'updateChatMessageSender' => 'Update::ChatMessageSender',
|
1632
|
+
'updateChatMessageAutoDeleteTime' => 'Update::ChatMessageAutoDeleteTime',
|
1633
|
+
'updateChatNotificationSettings' => 'Update::ChatNotificationSettings',
|
1634
|
+
'updateChatPendingJoinRequests' => 'Update::ChatPendingJoinRequests',
|
1635
|
+
'updateChatReplyMarkup' => 'Update::ChatReplyMarkup',
|
1636
|
+
'updateChatBackground' => 'Update::ChatBackground',
|
1637
|
+
'updateChatTheme' => 'Update::ChatTheme',
|
1638
|
+
'updateChatUnreadMentionCount' => 'Update::ChatUnreadMentionCount',
|
1639
|
+
'updateChatUnreadReactionCount' => 'Update::ChatUnreadReactionCount',
|
1640
|
+
'updateChatVideoChat' => 'Update::ChatVideoChat',
|
1641
|
+
'updateChatDefaultDisableNotification' => 'Update::ChatDefaultDisableNotification',
|
1642
|
+
'updateChatHasProtectedContent' => 'Update::ChatHasProtectedContent',
|
1643
|
+
'updateChatIsTranslatable' => 'Update::ChatIsTranslatable',
|
1644
|
+
'updateChatIsMarkedAsUnread' => 'Update::ChatIsMarkedAsUnread',
|
1645
|
+
'updateChatViewAsTopics' => 'Update::ChatViewAsTopics',
|
1646
|
+
'updateChatBlockList' => 'Update::ChatBlockList',
|
1647
|
+
'updateChatHasScheduledMessages' => 'Update::ChatHasScheduledMessages',
|
1648
|
+
'updateChatFolders' => 'Update::ChatFolders',
|
1649
|
+
'updateChatOnlineMemberCount' => 'Update::ChatOnlineMemberCount',
|
1650
|
+
'updateSavedMessagesTopic' => 'Update::SavedMessagesTopic',
|
1651
|
+
'updateSavedMessagesTopicCount' => 'Update::SavedMessagesTopicCount',
|
1652
|
+
'updateQuickReplyShortcut' => 'Update::QuickReplyShortcut',
|
1653
|
+
'updateQuickReplyShortcutDeleted' => 'Update::QuickReplyShortcutDeleted',
|
1654
|
+
'updateQuickReplyShortcuts' => 'Update::QuickReplyShortcuts',
|
1655
|
+
'updateQuickReplyShortcutMessages' => 'Update::QuickReplyShortcutMessages',
|
1656
|
+
'updateForumTopicInfo' => 'Update::ForumTopicInfo',
|
1657
|
+
'updateScopeNotificationSettings' => 'Update::ScopeNotificationSettings',
|
1658
|
+
'updateReactionNotificationSettings' => 'Update::ReactionNotificationSettings',
|
1659
|
+
'updateNotification' => 'Update::Notification',
|
1660
|
+
'updateNotificationGroup' => 'Update::NotificationGroup',
|
1661
|
+
'updateActiveNotifications' => 'Update::ActiveNotifications',
|
1662
|
+
'updateHavePendingNotifications' => 'Update::HavePendingNotifications',
|
1663
|
+
'updateDeleteMessages' => 'Update::DeleteMessages',
|
1664
|
+
'updateChatAction' => 'Update::ChatAction',
|
1665
|
+
'updateUserStatus' => 'Update::UserStatus',
|
1666
|
+
'updateUser' => 'Update::User',
|
1667
|
+
'updateBasicGroup' => 'Update::BasicGroup',
|
1668
|
+
'updateSupergroup' => 'Update::Supergroup',
|
1669
|
+
'updateSecretChat' => 'Update::SecretChat',
|
1670
|
+
'updateUserFullInfo' => 'Update::UserFullInfo',
|
1671
|
+
'updateBasicGroupFullInfo' => 'Update::BasicGroupFullInfo',
|
1672
|
+
'updateSupergroupFullInfo' => 'Update::SupergroupFullInfo',
|
1673
|
+
'updateServiceNotification' => 'Update::ServiceNotification',
|
1674
|
+
'updateFile' => 'Update::File',
|
1675
|
+
'updateFileGenerationStart' => 'Update::FileGenerationStart',
|
1676
|
+
'updateFileGenerationStop' => 'Update::FileGenerationStop',
|
1677
|
+
'updateFileDownloads' => 'Update::FileDownloads',
|
1678
|
+
'updateFileAddedToDownloads' => 'Update::FileAddedToDownloads',
|
1679
|
+
'updateFileDownload' => 'Update::FileDownload',
|
1680
|
+
'updateFileRemovedFromDownloads' => 'Update::FileRemovedFromDownloads',
|
1681
|
+
'updateApplicationVerificationRequired' => 'Update::ApplicationVerificationRequired',
|
1682
|
+
'updateCall' => 'Update::Call',
|
1683
|
+
'updateGroupCall' => 'Update::GroupCall',
|
1684
|
+
'updateGroupCallParticipant' => 'Update::GroupCallParticipant',
|
1685
|
+
'updateNewCallSignalingData' => 'Update::NewCallSignalingData',
|
1686
|
+
'updateUserPrivacySettingRules' => 'Update::UserPrivacySettingRules',
|
1687
|
+
'updateUnreadMessageCount' => 'Update::UnreadMessageCount',
|
1688
|
+
'updateUnreadChatCount' => 'Update::UnreadChatCount',
|
1689
|
+
'updateStory' => 'Update::Story',
|
1690
|
+
'updateStoryDeleted' => 'Update::StoryDeleted',
|
1691
|
+
'updateStorySendSucceeded' => 'Update::StorySendSucceeded',
|
1692
|
+
'updateStorySendFailed' => 'Update::StorySendFailed',
|
1693
|
+
'updateChatActiveStories' => 'Update::ChatActiveStories',
|
1694
|
+
'updateStoryListChatCount' => 'Update::StoryListChatCount',
|
1695
|
+
'updateStoryStealthMode' => 'Update::StoryStealthMode',
|
1696
|
+
'updateOption' => 'Update::Option',
|
1697
|
+
'updateStickerSet' => 'Update::StickerSet',
|
1698
|
+
'updateInstalledStickerSets' => 'Update::InstalledStickerSets',
|
1699
|
+
'updateTrendingStickerSets' => 'Update::TrendingStickerSets',
|
1700
|
+
'updateRecentStickers' => 'Update::RecentStickers',
|
1701
|
+
'updateFavoriteStickers' => 'Update::FavoriteStickers',
|
1702
|
+
'updateSavedAnimations' => 'Update::SavedAnimations',
|
1703
|
+
'updateSavedNotificationSounds' => 'Update::SavedNotificationSounds',
|
1704
|
+
'updateDefaultBackground' => 'Update::DefaultBackground',
|
1705
|
+
'updateChatThemes' => 'Update::ChatThemes',
|
1706
|
+
'updateAccentColors' => 'Update::AccentColors',
|
1707
|
+
'updateProfileAccentColors' => 'Update::ProfileAccentColors',
|
1708
|
+
'updateLanguagePackStrings' => 'Update::LanguagePackStrings',
|
1709
|
+
'updateConnectionState' => 'Update::ConnectionState',
|
1710
|
+
'updateTermsOfService' => 'Update::TermsOfService',
|
1711
|
+
'updateUsersNearby' => 'Update::UsersNearby',
|
1712
|
+
'updateUnconfirmedSession' => 'Update::UnconfirmedSession',
|
1713
|
+
'updateAttachmentMenuBots' => 'Update::AttachmentMenuBots',
|
1714
|
+
'updateWebAppMessageSent' => 'Update::WebAppMessageSent',
|
1715
|
+
'updateActiveEmojiReactions' => 'Update::ActiveEmojiReactions',
|
1716
|
+
'updateAvailableMessageEffects' => 'Update::AvailableMessageEffects',
|
1717
|
+
'updateDefaultReactionType' => 'Update::DefaultReactionType',
|
1718
|
+
'updateSavedMessagesTags' => 'Update::SavedMessagesTags',
|
1719
|
+
'updateActiveLiveLocationMessages' => 'Update::ActiveLiveLocationMessages',
|
1720
|
+
'updateOwnedStarCount' => 'Update::OwnedStarCount',
|
1721
|
+
'updateChatRevenueAmount' => 'Update::ChatRevenueAmount',
|
1722
|
+
'updateStarRevenueStatus' => 'Update::StarRevenueStatus',
|
1723
|
+
'updateSpeechRecognitionTrial' => 'Update::SpeechRecognitionTrial',
|
1724
|
+
'updateDiceEmojis' => 'Update::DiceEmojis',
|
1725
|
+
'updateAnimatedEmojiMessageClicked' => 'Update::AnimatedEmojiMessageClicked',
|
1726
|
+
'updateAnimationSearchParameters' => 'Update::AnimationSearchParameters',
|
1727
|
+
'updateSuggestedActions' => 'Update::SuggestedActions',
|
1728
|
+
'updateSpeedLimitNotification' => 'Update::SpeedLimitNotification',
|
1729
|
+
'updateContactCloseBirthdays' => 'Update::ContactCloseBirthdays',
|
1730
|
+
'updateAutosaveSettings' => 'Update::AutosaveSettings',
|
1731
|
+
'updateBusinessConnection' => 'Update::BusinessConnection',
|
1732
|
+
'updateNewBusinessMessage' => 'Update::NewBusinessMessage',
|
1733
|
+
'updateBusinessMessageEdited' => 'Update::BusinessMessageEdited',
|
1734
|
+
'updateBusinessMessagesDeleted' => 'Update::BusinessMessagesDeleted',
|
1735
|
+
'updateNewInlineQuery' => 'Update::NewInlineQuery',
|
1736
|
+
'updateNewChosenInlineResult' => 'Update::NewChosenInlineResult',
|
1737
|
+
'updateNewCallbackQuery' => 'Update::NewCallbackQuery',
|
1738
|
+
'updateNewInlineCallbackQuery' => 'Update::NewInlineCallbackQuery',
|
1739
|
+
'updateNewBusinessCallbackQuery' => 'Update::NewBusinessCallbackQuery',
|
1740
|
+
'updateNewShippingQuery' => 'Update::NewShippingQuery',
|
1741
|
+
'updateNewPreCheckoutQuery' => 'Update::NewPreCheckoutQuery',
|
1742
|
+
'updateNewCustomEvent' => 'Update::NewCustomEvent',
|
1743
|
+
'updateNewCustomQuery' => 'Update::NewCustomQuery',
|
1744
|
+
'updatePoll' => 'Update::Poll',
|
1745
|
+
'updatePollAnswer' => 'Update::PollAnswer',
|
1746
|
+
'updateChatMember' => 'Update::ChatMember',
|
1747
|
+
'updateNewChatJoinRequest' => 'Update::NewChatJoinRequest',
|
1748
|
+
'updateChatBoost' => 'Update::ChatBoost',
|
1749
|
+
'updateMessageReaction' => 'Update::MessageReaction',
|
1750
|
+
'updateMessageReactions' => 'Update::MessageReactions',
|
1751
|
+
'updates' => 'Updates',
|
1752
|
+
'LogStream' => 'LogStream',
|
1753
|
+
'logStreamDefault' => 'LogStream::Default',
|
1754
|
+
'logStreamFile' => 'LogStream::File',
|
1755
|
+
'logStreamEmpty' => 'LogStream::Empty',
|
1756
|
+
'logVerbosityLevel' => 'LogVerbosityLevel',
|
1757
|
+
'logTags' => 'LogTags',
|
1758
|
+
'userSupportInfo' => 'UserSupportInfo'
|
965
1759
|
}.freeze
|
966
1760
|
|
967
1761
|
module_function
|
@@ -1000,17 +1794,29 @@ module TD::Types
|
|
1000
1794
|
end
|
1001
1795
|
|
1002
1796
|
%w[
|
1797
|
+
accent_color
|
1003
1798
|
account_ttl
|
1799
|
+
added_reaction
|
1800
|
+
added_reactions
|
1004
1801
|
address
|
1005
1802
|
animated_chat_photo
|
1803
|
+
animated_emoji
|
1006
1804
|
animation
|
1007
1805
|
animations
|
1806
|
+
archive_chat_list_settings
|
1807
|
+
attachment_menu_bot
|
1808
|
+
attachment_menu_bot_color
|
1008
1809
|
audio
|
1009
1810
|
authentication_code_info
|
1010
1811
|
authentication_code_type
|
1011
1812
|
authorization_state
|
1012
1813
|
auto_download_settings
|
1013
1814
|
auto_download_settings_presets
|
1815
|
+
autosave_settings
|
1816
|
+
autosave_settings_exception
|
1817
|
+
autosave_settings_scope
|
1818
|
+
available_reaction
|
1819
|
+
available_reactions
|
1014
1820
|
background
|
1015
1821
|
background_fill
|
1016
1822
|
background_type
|
@@ -1020,8 +1826,38 @@ module TD::Types
|
|
1020
1826
|
base
|
1021
1827
|
basic_group
|
1022
1828
|
basic_group_full_info
|
1829
|
+
birthdate
|
1830
|
+
block_list
|
1023
1831
|
bot_command
|
1832
|
+
bot_command_scope
|
1833
|
+
bot_commands
|
1024
1834
|
bot_info
|
1835
|
+
bot_media_preview
|
1836
|
+
bot_media_preview_info
|
1837
|
+
bot_media_previews
|
1838
|
+
bot_menu_button
|
1839
|
+
bot_transaction_purpose
|
1840
|
+
bot_write_access_allow_reason
|
1841
|
+
business_away_message_schedule
|
1842
|
+
business_away_message_settings
|
1843
|
+
business_bot_manage_bar
|
1844
|
+
business_chat_link
|
1845
|
+
business_chat_link_info
|
1846
|
+
business_chat_links
|
1847
|
+
business_connected_bot
|
1848
|
+
business_connection
|
1849
|
+
business_feature
|
1850
|
+
business_feature_promotion_animation
|
1851
|
+
business_features
|
1852
|
+
business_greeting_message_settings
|
1853
|
+
business_info
|
1854
|
+
business_location
|
1855
|
+
business_message
|
1856
|
+
business_messages
|
1857
|
+
business_opening_hours
|
1858
|
+
business_opening_hours_interval
|
1859
|
+
business_recipients
|
1860
|
+
business_start_page
|
1025
1861
|
call
|
1026
1862
|
call_discard_reason
|
1027
1863
|
call_id
|
@@ -1032,25 +1868,49 @@ module TD::Types
|
|
1032
1868
|
call_state
|
1033
1869
|
callback_query_answer
|
1034
1870
|
callback_query_payload
|
1871
|
+
can_send_message_to_user_result
|
1872
|
+
can_send_story_result
|
1035
1873
|
can_transfer_ownership_result
|
1874
|
+
channel_transaction_purpose
|
1036
1875
|
chat
|
1037
1876
|
chat_action
|
1038
1877
|
chat_action_bar
|
1878
|
+
chat_active_stories
|
1039
1879
|
chat_administrator
|
1880
|
+
chat_administrator_rights
|
1040
1881
|
chat_administrators
|
1882
|
+
chat_available_reactions
|
1883
|
+
chat_background
|
1884
|
+
chat_boost
|
1885
|
+
chat_boost_features
|
1886
|
+
chat_boost_level_features
|
1887
|
+
chat_boost_link
|
1888
|
+
chat_boost_link_info
|
1889
|
+
chat_boost_slot
|
1890
|
+
chat_boost_slots
|
1891
|
+
chat_boost_source
|
1892
|
+
chat_boost_status
|
1041
1893
|
chat_event
|
1042
1894
|
chat_event_action
|
1043
1895
|
chat_event_log_filters
|
1044
1896
|
chat_events
|
1045
|
-
|
1046
|
-
|
1897
|
+
chat_folder
|
1898
|
+
chat_folder_icon
|
1899
|
+
chat_folder_info
|
1900
|
+
chat_folder_invite_link
|
1901
|
+
chat_folder_invite_link_info
|
1902
|
+
chat_folder_invite_links
|
1047
1903
|
chat_invite_link
|
1048
1904
|
chat_invite_link_count
|
1049
1905
|
chat_invite_link_counts
|
1050
1906
|
chat_invite_link_info
|
1051
1907
|
chat_invite_link_member
|
1052
1908
|
chat_invite_link_members
|
1909
|
+
chat_invite_link_subscription_info
|
1053
1910
|
chat_invite_links
|
1911
|
+
chat_join_request
|
1912
|
+
chat_join_requests
|
1913
|
+
chat_join_requests_info
|
1054
1914
|
chat_list
|
1055
1915
|
chat_lists
|
1056
1916
|
chat_location
|
@@ -1058,25 +1918,39 @@ module TD::Types
|
|
1058
1918
|
chat_member_status
|
1059
1919
|
chat_members
|
1060
1920
|
chat_members_filter
|
1921
|
+
chat_message_sender
|
1922
|
+
chat_message_senders
|
1061
1923
|
chat_nearby
|
1062
1924
|
chat_notification_settings
|
1063
1925
|
chat_permissions
|
1064
1926
|
chat_photo
|
1065
1927
|
chat_photo_info
|
1928
|
+
chat_photo_sticker
|
1929
|
+
chat_photo_sticker_type
|
1066
1930
|
chat_photos
|
1067
1931
|
chat_position
|
1068
|
-
|
1932
|
+
chat_revenue_amount
|
1933
|
+
chat_revenue_statistics
|
1934
|
+
chat_revenue_transaction
|
1935
|
+
chat_revenue_transaction_type
|
1936
|
+
chat_revenue_transactions
|
1069
1937
|
chat_source
|
1070
1938
|
chat_statistics
|
1071
1939
|
chat_statistics_administrator_actions_info
|
1940
|
+
chat_statistics_interaction_info
|
1072
1941
|
chat_statistics_inviter_info
|
1073
|
-
chat_statistics_message_interaction_info
|
1074
1942
|
chat_statistics_message_sender_info
|
1943
|
+
chat_statistics_object_type
|
1944
|
+
chat_theme
|
1075
1945
|
chat_type
|
1076
1946
|
chats
|
1077
1947
|
chats_nearby
|
1078
1948
|
check_chat_username_result
|
1949
|
+
check_sticker_set_name_result
|
1950
|
+
close_birthday_user
|
1079
1951
|
closed_vector_path
|
1952
|
+
collectible_item_info
|
1953
|
+
collectible_item_type
|
1080
1954
|
connected_website
|
1081
1955
|
connected_websites
|
1082
1956
|
connection_state
|
@@ -1084,6 +1958,8 @@ module TD::Types
|
|
1084
1958
|
count
|
1085
1959
|
countries
|
1086
1960
|
country_info
|
1961
|
+
created_basic_group_chat
|
1962
|
+
current_weather
|
1087
1963
|
custom_request_result
|
1088
1964
|
database_statistics
|
1089
1965
|
date
|
@@ -1093,28 +1969,61 @@ module TD::Types
|
|
1093
1969
|
device_token
|
1094
1970
|
dice_stickers
|
1095
1971
|
document
|
1972
|
+
downloaded_file_counts
|
1096
1973
|
draft_message
|
1974
|
+
email_address_authentication
|
1097
1975
|
email_address_authentication_code_info
|
1976
|
+
email_address_reset_state
|
1977
|
+
emoji_categories
|
1978
|
+
emoji_category
|
1979
|
+
emoji_category_source
|
1980
|
+
emoji_category_type
|
1981
|
+
emoji_keyword
|
1982
|
+
emoji_keywords
|
1983
|
+
emoji_reaction
|
1984
|
+
emoji_status
|
1985
|
+
emoji_statuses
|
1098
1986
|
emojis
|
1099
1987
|
encrypted_credentials
|
1100
1988
|
encrypted_passport_element
|
1101
1989
|
error
|
1990
|
+
fact_check
|
1991
|
+
failed_to_add_member
|
1992
|
+
failed_to_add_members
|
1102
1993
|
file
|
1994
|
+
file_download
|
1995
|
+
file_downloaded_prefix_size
|
1103
1996
|
file_part
|
1104
1997
|
file_type
|
1998
|
+
firebase_authentication_settings
|
1999
|
+
firebase_device_verification_parameters
|
1105
2000
|
formatted_text
|
2001
|
+
forum_topic
|
2002
|
+
forum_topic_icon
|
2003
|
+
forum_topic_info
|
2004
|
+
forum_topics
|
2005
|
+
forward_source
|
2006
|
+
found_chat_boosts
|
2007
|
+
found_chat_messages
|
2008
|
+
found_file_downloads
|
1106
2009
|
found_messages
|
2010
|
+
found_position
|
2011
|
+
found_positions
|
2012
|
+
found_stories
|
2013
|
+
found_users
|
2014
|
+
found_web_app
|
1107
2015
|
game
|
1108
2016
|
game_high_score
|
1109
2017
|
game_high_scores
|
1110
2018
|
group_call
|
1111
2019
|
group_call_id
|
1112
|
-
group_call_join_response
|
1113
|
-
group_call_join_response_candidate
|
1114
2020
|
group_call_participant
|
1115
|
-
|
1116
|
-
group_call_payload_fingerprint
|
2021
|
+
group_call_participant_video_info
|
1117
2022
|
group_call_recent_speaker
|
2023
|
+
group_call_stream
|
2024
|
+
group_call_streams
|
2025
|
+
group_call_video_quality
|
2026
|
+
group_call_video_source_group
|
1118
2027
|
hashtags
|
1119
2028
|
http_url
|
1120
2029
|
identity_document
|
@@ -1123,19 +2032,34 @@ module TD::Types
|
|
1123
2032
|
inline_keyboard_button_type
|
1124
2033
|
inline_query_result
|
1125
2034
|
inline_query_results
|
2035
|
+
inline_query_results_button
|
2036
|
+
inline_query_results_button_type
|
1126
2037
|
input_background
|
2038
|
+
input_business_chat_link
|
2039
|
+
input_business_start_page
|
1127
2040
|
input_chat_photo
|
1128
2041
|
input_credentials
|
1129
2042
|
input_file
|
1130
2043
|
input_identity_document
|
1131
2044
|
input_inline_query_result
|
2045
|
+
input_invoice
|
1132
2046
|
input_message_content
|
2047
|
+
input_message_reply_to
|
2048
|
+
input_paid_media
|
2049
|
+
input_paid_media_type
|
1133
2050
|
input_passport_element
|
1134
2051
|
input_passport_element_error
|
1135
2052
|
input_passport_element_error_source
|
1136
2053
|
input_personal_document
|
1137
2054
|
input_sticker
|
2055
|
+
input_story_area
|
2056
|
+
input_story_area_type
|
2057
|
+
input_story_areas
|
2058
|
+
input_story_content
|
2059
|
+
input_text_quote
|
1138
2060
|
input_thumbnail
|
2061
|
+
internal_link_type
|
2062
|
+
invite_link_chat_type
|
1139
2063
|
invoice
|
1140
2064
|
json_object_member
|
1141
2065
|
json_value
|
@@ -1146,41 +2070,68 @@ module TD::Types
|
|
1146
2070
|
language_pack_string
|
1147
2071
|
language_pack_string_value
|
1148
2072
|
language_pack_strings
|
2073
|
+
link_preview
|
2074
|
+
link_preview_album_media
|
2075
|
+
link_preview_options
|
2076
|
+
link_preview_type
|
1149
2077
|
local_file
|
1150
2078
|
localization_target_info
|
1151
2079
|
location
|
2080
|
+
location_address
|
1152
2081
|
log_stream
|
1153
2082
|
log_tags
|
1154
2083
|
log_verbosity_level
|
1155
2084
|
login_url_info
|
2085
|
+
main_web_app
|
1156
2086
|
mask_point
|
1157
2087
|
mask_position
|
1158
2088
|
message
|
2089
|
+
message_auto_delete_time
|
2090
|
+
message_calendar
|
2091
|
+
message_calendar_day
|
1159
2092
|
message_content
|
1160
2093
|
message_copy_options
|
2094
|
+
message_effect
|
2095
|
+
message_effect_type
|
1161
2096
|
message_file_type
|
1162
2097
|
message_forward_info
|
1163
|
-
|
2098
|
+
message_import_info
|
1164
2099
|
message_interaction_info
|
1165
2100
|
message_link
|
1166
2101
|
message_link_info
|
2102
|
+
message_origin
|
2103
|
+
message_position
|
2104
|
+
message_positions
|
2105
|
+
message_properties
|
2106
|
+
message_reaction
|
2107
|
+
message_reactions
|
2108
|
+
message_read_date
|
1167
2109
|
message_reply_info
|
2110
|
+
message_reply_to
|
1168
2111
|
message_scheduling_state
|
2112
|
+
message_self_destruct_type
|
1169
2113
|
message_send_options
|
1170
2114
|
message_sender
|
1171
2115
|
message_senders
|
1172
2116
|
message_sending_state
|
2117
|
+
message_source
|
2118
|
+
message_sponsor
|
1173
2119
|
message_statistics
|
1174
2120
|
message_thread_info
|
2121
|
+
message_viewer
|
2122
|
+
message_viewers
|
1175
2123
|
messages
|
1176
2124
|
minithumbnail
|
1177
2125
|
network_statistics
|
1178
2126
|
network_statistics_entry
|
1179
2127
|
network_type
|
2128
|
+
new_chat_privacy_settings
|
1180
2129
|
notification
|
1181
2130
|
notification_group
|
1182
2131
|
notification_group_type
|
1183
2132
|
notification_settings_scope
|
2133
|
+
notification_sound
|
2134
|
+
notification_sounds
|
1184
2135
|
notification_type
|
1185
2136
|
ok
|
1186
2137
|
option_value
|
@@ -1192,6 +2143,8 @@ module TD::Types
|
|
1192
2143
|
page_block_related_article
|
1193
2144
|
page_block_table_cell
|
1194
2145
|
page_block_vertical_alignment
|
2146
|
+
paid_media
|
2147
|
+
paid_reactor
|
1195
2148
|
passport_authorization_form
|
1196
2149
|
passport_element
|
1197
2150
|
passport_element_error
|
@@ -1203,13 +2156,16 @@ module TD::Types
|
|
1203
2156
|
passport_suitable_element
|
1204
2157
|
password_state
|
1205
2158
|
payment_form
|
1206
|
-
|
2159
|
+
payment_form_type
|
2160
|
+
payment_option
|
2161
|
+
payment_provider
|
1207
2162
|
payment_receipt
|
2163
|
+
payment_receipt_type
|
1208
2164
|
payment_result
|
1209
|
-
payments_provider_stripe
|
1210
2165
|
personal_details
|
1211
2166
|
personal_document
|
1212
2167
|
phone_number_authentication_settings
|
2168
|
+
phone_number_code_type
|
1213
2169
|
phone_number_info
|
1214
2170
|
photo
|
1215
2171
|
photo_size
|
@@ -1217,39 +2173,121 @@ module TD::Types
|
|
1217
2173
|
poll
|
1218
2174
|
poll_option
|
1219
2175
|
poll_type
|
2176
|
+
premium_feature
|
2177
|
+
premium_feature_promotion_animation
|
2178
|
+
premium_features
|
2179
|
+
premium_gift_code_info
|
2180
|
+
premium_gift_code_payment_option
|
2181
|
+
premium_gift_code_payment_options
|
2182
|
+
premium_giveaway_info
|
2183
|
+
premium_giveaway_parameters
|
2184
|
+
premium_giveaway_participant_status
|
2185
|
+
premium_limit
|
2186
|
+
premium_limit_type
|
2187
|
+
premium_payment_option
|
2188
|
+
premium_source
|
2189
|
+
premium_state
|
2190
|
+
premium_state_payment_option
|
2191
|
+
premium_story_feature
|
2192
|
+
prepaid_premium_giveaway
|
2193
|
+
product_info
|
2194
|
+
profile_accent_color
|
2195
|
+
profile_accent_colors
|
1220
2196
|
profile_photo
|
1221
2197
|
proxies
|
1222
2198
|
proxy
|
1223
2199
|
proxy_type
|
1224
2200
|
public_chat_type
|
2201
|
+
public_forward
|
2202
|
+
public_forwards
|
1225
2203
|
push_message_content
|
1226
2204
|
push_receiver_id
|
1227
|
-
|
1228
|
-
|
2205
|
+
quick_reply_message
|
2206
|
+
quick_reply_messages
|
2207
|
+
quick_reply_shortcut
|
2208
|
+
reaction_notification_settings
|
2209
|
+
reaction_notification_source
|
2210
|
+
reaction_type
|
2211
|
+
reaction_unavailability_reason
|
2212
|
+
read_date_privacy_settings
|
2213
|
+
recommended_chat_folder
|
2214
|
+
recommended_chat_folders
|
1229
2215
|
recovery_email_address
|
1230
2216
|
remote_file
|
1231
2217
|
reply_markup
|
2218
|
+
report_chat_sponsored_message_option
|
2219
|
+
report_chat_sponsored_message_result
|
2220
|
+
report_reason
|
2221
|
+
resend_code_reason
|
2222
|
+
reset_password_result
|
2223
|
+
revenue_withdrawal_state
|
1232
2224
|
rich_text
|
2225
|
+
rtmp_url
|
1233
2226
|
saved_credentials
|
2227
|
+
saved_messages_tag
|
2228
|
+
saved_messages_tags
|
2229
|
+
saved_messages_topic
|
2230
|
+
saved_messages_topic_type
|
2231
|
+
scope_autosave_settings
|
1234
2232
|
scope_notification_settings
|
1235
2233
|
search_messages_filter
|
1236
2234
|
seconds
|
1237
2235
|
secret_chat
|
1238
2236
|
secret_chat_state
|
2237
|
+
sent_web_app_message
|
1239
2238
|
session
|
2239
|
+
session_type
|
1240
2240
|
sessions
|
2241
|
+
shared_chat
|
2242
|
+
shared_user
|
1241
2243
|
shipping_option
|
2244
|
+
speech_recognition_result
|
2245
|
+
sponsored_message
|
2246
|
+
sponsored_messages
|
2247
|
+
star_payment_option
|
2248
|
+
star_payment_options
|
2249
|
+
star_revenue_statistics
|
2250
|
+
star_revenue_status
|
2251
|
+
star_subscription
|
2252
|
+
star_subscription_pricing
|
2253
|
+
star_subscriptions
|
2254
|
+
star_transaction
|
2255
|
+
star_transaction_direction
|
2256
|
+
star_transaction_partner
|
2257
|
+
star_transactions
|
1242
2258
|
statistical_graph
|
1243
2259
|
statistical_value
|
1244
2260
|
sticker
|
2261
|
+
sticker_format
|
2262
|
+
sticker_full_type
|
1245
2263
|
sticker_set
|
1246
2264
|
sticker_set_info
|
1247
2265
|
sticker_sets
|
2266
|
+
sticker_type
|
1248
2267
|
stickers
|
1249
2268
|
storage_statistics
|
1250
2269
|
storage_statistics_by_chat
|
1251
2270
|
storage_statistics_by_file_type
|
1252
2271
|
storage_statistics_fast
|
2272
|
+
store_payment_purpose
|
2273
|
+
stories
|
2274
|
+
story
|
2275
|
+
story_area
|
2276
|
+
story_area_position
|
2277
|
+
story_area_type
|
2278
|
+
story_content
|
2279
|
+
story_full_id
|
2280
|
+
story_info
|
2281
|
+
story_interaction
|
2282
|
+
story_interaction_info
|
2283
|
+
story_interaction_type
|
2284
|
+
story_interactions
|
2285
|
+
story_list
|
2286
|
+
story_origin
|
2287
|
+
story_privacy_settings
|
2288
|
+
story_repost_info
|
2289
|
+
story_statistics
|
2290
|
+
story_video
|
1253
2291
|
suggested_action
|
1254
2292
|
supergroup
|
1255
2293
|
supergroup_full_info
|
@@ -1257,7 +2295,8 @@ module TD::Types
|
|
1257
2295
|
t_me_url
|
1258
2296
|
t_me_url_type
|
1259
2297
|
t_me_urls
|
1260
|
-
|
2298
|
+
target_chat
|
2299
|
+
telegram_payment_purpose
|
1261
2300
|
temporary_password_state
|
1262
2301
|
terms_of_service
|
1263
2302
|
text
|
@@ -1265,27 +2304,39 @@ module TD::Types
|
|
1265
2304
|
text_entity
|
1266
2305
|
text_entity_type
|
1267
2306
|
text_parse_mode
|
2307
|
+
text_quote
|
2308
|
+
theme_parameters
|
2309
|
+
theme_settings
|
1268
2310
|
thumbnail
|
1269
2311
|
thumbnail_format
|
2312
|
+
time_zone
|
2313
|
+
time_zones
|
1270
2314
|
top_chat_category
|
2315
|
+
trending_sticker_sets
|
2316
|
+
unconfirmed_session
|
2317
|
+
unread_reaction
|
1271
2318
|
update
|
1272
2319
|
updates
|
1273
2320
|
user
|
1274
2321
|
user_full_info
|
2322
|
+
user_link
|
1275
2323
|
user_privacy_setting
|
1276
2324
|
user_privacy_setting_rule
|
1277
2325
|
user_privacy_setting_rules
|
1278
2326
|
user_status
|
2327
|
+
user_support_info
|
1279
2328
|
user_type
|
2329
|
+
usernames
|
1280
2330
|
users
|
1281
2331
|
validated_order_info
|
1282
2332
|
vector_path_command
|
1283
2333
|
venue
|
1284
2334
|
video
|
2335
|
+
video_chat
|
1285
2336
|
video_note
|
1286
|
-
voice_chat
|
1287
2337
|
voice_note
|
1288
|
-
|
2338
|
+
web_app
|
2339
|
+
web_app_info
|
1289
2340
|
web_page_instant_view
|
1290
2341
|
].each do |type|
|
1291
2342
|
autoload camelize(type), "tdlib/types/#{type}"
|