tdlib-schema 1.7.0.1 → 1.7.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/bin/parser +6 -6
- data/lib/tdlib/client_methods.rb +171 -168
- data/lib/tdlib/types/account_ttl.rb +1 -1
- data/lib/tdlib/types/address.rb +6 -6
- data/lib/tdlib/types/animated_chat_photo.rb +2 -2
- data/lib/tdlib/types/animation.rb +5 -5
- data/lib/tdlib/types/audio.rb +5 -5
- data/lib/tdlib/types/authentication_code_info.rb +2 -2
- data/lib/tdlib/types/authentication_code_type/call.rb +1 -1
- data/lib/tdlib/types/authentication_code_type/flash_call.rb +1 -1
- data/lib/tdlib/types/authentication_code_type/sms.rb +1 -1
- data/lib/tdlib/types/authentication_code_type/telegram_message.rb +1 -1
- data/lib/tdlib/types/authorization_state/wait_other_device_confirmation.rb +1 -1
- data/lib/tdlib/types/authorization_state/wait_password.rb +3 -3
- data/lib/tdlib/types/auto_download_settings.rb +4 -4
- data/lib/tdlib/types/background.rb +2 -2
- data/lib/tdlib/types/background_fill/gradient.rb +3 -3
- data/lib/tdlib/types/background_fill/solid.rb +1 -1
- data/lib/tdlib/types/background_type/pattern.rb +1 -1
- data/lib/tdlib/types/bank_card_action_open_url.rb +2 -2
- data/lib/tdlib/types/bank_card_info.rb +1 -1
- data/lib/tdlib/types/basic_group.rb +3 -3
- data/lib/tdlib/types/basic_group_full_info.rb +2 -2
- data/lib/tdlib/types/bot_command.rb +2 -2
- data/lib/tdlib/types/bot_info.rb +1 -1
- data/lib/tdlib/types/call.rb +2 -2
- data/lib/tdlib/types/call_id.rb +1 -1
- data/lib/tdlib/types/call_protocol.rb +3 -3
- data/lib/tdlib/types/call_server.rb +4 -4
- data/lib/tdlib/types/call_server_type/telegram_reflector.rb +1 -1
- data/lib/tdlib/types/call_server_type/webrtc.rb +2 -2
- data/lib/tdlib/types/call_state/ready.rb +3 -3
- data/lib/tdlib/types/callback_query_answer.rb +2 -2
- data/lib/tdlib/types/callback_query_payload/data.rb +1 -1
- data/lib/tdlib/types/callback_query_payload/data_with_password.rb +2 -2
- data/lib/tdlib/types/callback_query_payload/game.rb +1 -1
- data/lib/tdlib/types/can_transfer_ownership_result/password_too_fresh.rb +1 -1
- data/lib/tdlib/types/can_transfer_ownership_result/session_too_fresh.rb +1 -1
- data/lib/tdlib/types/chat.rb +9 -9
- data/lib/tdlib/types/chat_action/uploading_document.rb +1 -1
- data/lib/tdlib/types/chat_action/uploading_photo.rb +1 -1
- data/lib/tdlib/types/chat_action/uploading_video.rb +1 -1
- data/lib/tdlib/types/chat_action/uploading_video_note.rb +1 -1
- data/lib/tdlib/types/chat_action/uploading_voice_note.rb +1 -1
- data/lib/tdlib/types/chat_action_bar/report_add_block.rb +1 -1
- data/lib/tdlib/types/chat_administrator.rb +2 -2
- data/lib/tdlib/types/chat_event.rb +3 -3
- data/lib/tdlib/types/chat_event_action/description_changed.rb +2 -2
- data/lib/tdlib/types/chat_event_action/linked_chat_changed.rb +2 -2
- data/lib/tdlib/types/chat_event_action/member_invited.rb +1 -1
- data/lib/tdlib/types/chat_event_action/member_promoted.rb +1 -1
- data/lib/tdlib/types/chat_event_action/message_ttl_setting_changed.rb +2 -2
- data/lib/tdlib/types/chat_event_action/slow_mode_delay_changed.rb +2 -2
- data/lib/tdlib/types/chat_event_action/sticker_set_changed.rb +2 -2
- data/lib/tdlib/types/chat_event_action/title_changed.rb +2 -2
- data/lib/tdlib/types/chat_event_action/username_changed.rb +2 -2
- data/lib/tdlib/types/chat_event_action/voice_chat_created.rb +1 -1
- data/lib/tdlib/types/chat_event_action/voice_chat_discarded.rb +1 -1
- data/lib/tdlib/types/chat_event_action/voice_chat_participant_volume_level_changed.rb +1 -1
- data/lib/tdlib/types/chat_filter.rb +5 -5
- data/lib/tdlib/types/chat_filter_info.rb +3 -3
- data/lib/tdlib/types/chat_invite_link.rb +7 -7
- data/lib/tdlib/types/chat_invite_link_count.rb +3 -3
- data/lib/tdlib/types/chat_invite_link_info.rb +5 -5
- data/lib/tdlib/types/chat_invite_link_member.rb +2 -2
- data/lib/tdlib/types/chat_invite_link_members.rb +1 -1
- data/lib/tdlib/types/chat_invite_links.rb +1 -1
- data/lib/tdlib/types/chat_list/filter.rb +1 -1
- data/lib/tdlib/types/chat_location.rb +1 -1
- data/lib/tdlib/types/chat_member.rb +2 -2
- data/lib/tdlib/types/chat_member_status/administrator.rb +2 -2
- 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/restricted.rb +1 -1
- data/lib/tdlib/types/chat_members.rb +1 -1
- data/lib/tdlib/types/chat_members_filter/mention.rb +1 -1
- data/lib/tdlib/types/chat_nearby.rb +2 -2
- data/lib/tdlib/types/chat_notification_settings.rb +2 -2
- data/lib/tdlib/types/chat_photo.rb +2 -2
- data/lib/tdlib/types/chat_photos.rb +1 -1
- data/lib/tdlib/types/chat_position.rb +1 -1
- data/lib/tdlib/types/chat_source/public_service_announcement.rb +2 -2
- data/lib/tdlib/types/chat_statistics/channel.rb +1 -1
- data/lib/tdlib/types/chat_statistics_administrator_actions_info.rb +4 -4
- data/lib/tdlib/types/chat_statistics_inviter_info.rb +2 -2
- data/lib/tdlib/types/chat_statistics_message_interaction_info.rb +3 -3
- data/lib/tdlib/types/chat_statistics_message_sender_info.rb +3 -3
- data/lib/tdlib/types/chat_type/basic_group.rb +1 -1
- data/lib/tdlib/types/chat_type/private.rb +1 -1
- data/lib/tdlib/types/chat_type/secret.rb +2 -2
- data/lib/tdlib/types/chat_type/supergroup.rb +1 -1
- data/lib/tdlib/types/chats.rb +2 -2
- data/lib/tdlib/types/connected_website.rb +10 -10
- data/lib/tdlib/types/contact.rb +5 -5
- data/lib/tdlib/types/count.rb +1 -1
- data/lib/tdlib/types/country_info.rb +4 -4
- data/lib/tdlib/types/custom_request_result.rb +1 -1
- data/lib/tdlib/types/database_statistics.rb +1 -1
- data/lib/tdlib/types/date.rb +3 -3
- data/lib/tdlib/types/date_range.rb +2 -2
- data/lib/tdlib/types/dated_file.rb +1 -1
- data/lib/tdlib/types/device_token/apple_push.rb +1 -1
- data/lib/tdlib/types/device_token/apple_push_vo_ip.rb +1 -1
- data/lib/tdlib/types/device_token/black_berry_push.rb +1 -1
- data/lib/tdlib/types/device_token/firebase_cloud_messaging.rb +1 -1
- 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 +2 -2
- 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 +4 -4
- data/lib/tdlib/types/device_token/windows_push.rb +2 -2
- data/lib/tdlib/types/document.rb +2 -2
- data/lib/tdlib/types/draft_message.rb +2 -2
- data/lib/tdlib/types/email_address_authentication_code_info.rb +3 -2
- data/lib/tdlib/types/emojis.rb +1 -1
- data/lib/tdlib/types/encrypted_credentials.rb +3 -3
- data/lib/tdlib/types/encrypted_passport_element.rb +3 -3
- data/lib/tdlib/types/error.rb +2 -2
- data/lib/tdlib/types/file.rb +3 -3
- data/lib/tdlib/types/file_part.rb +1 -1
- data/lib/tdlib/types/formatted_text.rb +1 -1
- data/lib/tdlib/types/found_messages.rb +2 -2
- data/lib/tdlib/types/game.rb +4 -4
- data/lib/tdlib/types/game_high_score.rb +3 -3
- data/lib/tdlib/types/group_call.rb +6 -6
- data/lib/tdlib/types/group_call_id.rb +1 -1
- data/lib/tdlib/types/group_call_join_response_candidate.rb +13 -13
- data/lib/tdlib/types/group_call_participant.rb +4 -4
- data/lib/tdlib/types/group_call_payload.rb +2 -2
- data/lib/tdlib/types/group_call_payload_fingerprint.rb +3 -3
- data/lib/tdlib/types/hashtags.rb +1 -1
- data/lib/tdlib/types/http_url.rb +1 -1
- data/lib/tdlib/types/identity_document.rb +1 -1
- data/lib/tdlib/types/imported_contacts.rb +2 -2
- data/lib/tdlib/types/inline_keyboard_button.rb +1 -1
- data/lib/tdlib/types/inline_keyboard_button_type/callback.rb +1 -1
- data/lib/tdlib/types/inline_keyboard_button_type/callback_with_password.rb +1 -1
- data/lib/tdlib/types/inline_keyboard_button_type/login_url.rb +3 -3
- data/lib/tdlib/types/inline_keyboard_button_type/switch_inline.rb +1 -1
- data/lib/tdlib/types/inline_keyboard_button_type/url.rb +1 -1
- data/lib/tdlib/types/inline_query_result/animation.rb +2 -2
- data/lib/tdlib/types/inline_query_result/article.rb +4 -4
- data/lib/tdlib/types/inline_query_result/audio.rb +1 -1
- data/lib/tdlib/types/inline_query_result/contact.rb +1 -1
- data/lib/tdlib/types/inline_query_result/document.rb +3 -3
- data/lib/tdlib/types/inline_query_result/game.rb +1 -1
- data/lib/tdlib/types/inline_query_result/location.rb +2 -2
- data/lib/tdlib/types/inline_query_result/photo.rb +3 -3
- data/lib/tdlib/types/inline_query_result/sticker.rb +1 -1
- data/lib/tdlib/types/inline_query_result/venue.rb +1 -1
- data/lib/tdlib/types/inline_query_result/video.rb +3 -3
- data/lib/tdlib/types/inline_query_result/voice_note.rb +2 -2
- data/lib/tdlib/types/inline_query_results.rb +5 -5
- data/lib/tdlib/types/input_background/remote.rb +1 -1
- data/lib/tdlib/types/input_chat_photo/animation.rb +1 -1
- data/lib/tdlib/types/input_chat_photo/previous.rb +1 -1
- data/lib/tdlib/types/input_credentials/apple_pay.rb +1 -1
- data/lib/tdlib/types/input_credentials/google_pay.rb +1 -1
- data/lib/tdlib/types/input_credentials/new.rb +1 -1
- data/lib/tdlib/types/input_credentials/saved.rb +1 -1
- data/lib/tdlib/types/input_file/generated.rb +5 -5
- data/lib/tdlib/types/input_file/id.rb +1 -1
- data/lib/tdlib/types/input_file/local.rb +1 -1
- data/lib/tdlib/types/input_file/remote.rb +1 -1
- data/lib/tdlib/types/input_identity_document.rb +1 -1
- data/lib/tdlib/types/input_inline_query_result/animation.rb +9 -9
- data/lib/tdlib/types/input_inline_query_result/article.rb +7 -7
- data/lib/tdlib/types/input_inline_query_result/audio.rb +5 -5
- data/lib/tdlib/types/input_inline_query_result/contact.rb +4 -4
- data/lib/tdlib/types/input_inline_query_result/document.rb +9 -9
- data/lib/tdlib/types/input_inline_query_result/game.rb +2 -2
- data/lib/tdlib/types/input_inline_query_result/location.rb +6 -6
- data/lib/tdlib/types/input_inline_query_result/photo.rb +7 -7
- data/lib/tdlib/types/input_inline_query_result/sticker.rb +5 -5
- data/lib/tdlib/types/input_inline_query_result/venue.rb +4 -4
- data/lib/tdlib/types/input_inline_query_result/video.rb +10 -10
- data/lib/tdlib/types/input_inline_query_result/voice_note.rb +4 -4
- data/lib/tdlib/types/input_message_content/animation.rb +4 -4
- data/lib/tdlib/types/input_message_content/audio.rb +3 -3
- data/lib/tdlib/types/input_message_content/dice.rb +1 -1
- data/lib/tdlib/types/input_message_content/forwarded.rb +2 -2
- data/lib/tdlib/types/input_message_content/game.rb +2 -2
- data/lib/tdlib/types/input_message_content/invoice.rb +12 -10
- data/lib/tdlib/types/input_message_content/location.rb +3 -3
- data/lib/tdlib/types/input_message_content/photo.rb +4 -4
- data/lib/tdlib/types/input_message_content/poll.rb +4 -4
- data/lib/tdlib/types/input_message_content/sticker.rb +3 -3
- data/lib/tdlib/types/input_message_content/video.rb +5 -5
- data/lib/tdlib/types/input_message_content/video_note.rb +2 -2
- data/lib/tdlib/types/input_message_content/voice_note.rb +2 -2
- data/lib/tdlib/types/input_passport_element/email_address.rb +1 -1
- data/lib/tdlib/types/input_passport_element/phone_number.rb +1 -1
- data/lib/tdlib/types/input_passport_element_error.rb +1 -1
- data/lib/tdlib/types/input_passport_element_error_source/data_field.rb +2 -2
- data/lib/tdlib/types/input_passport_element_error_source/file.rb +1 -1
- data/lib/tdlib/types/input_passport_element_error_source/files.rb +1 -1
- data/lib/tdlib/types/input_passport_element_error_source/front_side.rb +1 -1
- data/lib/tdlib/types/input_passport_element_error_source/reverse_side.rb +1 -1
- data/lib/tdlib/types/input_passport_element_error_source/selfie.rb +1 -1
- data/lib/tdlib/types/input_passport_element_error_source/translation_file.rb +1 -1
- data/lib/tdlib/types/input_passport_element_error_source/translation_files.rb +1 -1
- data/lib/tdlib/types/input_passport_element_error_source/unspecified.rb +1 -1
- data/lib/tdlib/types/input_sticker/animated.rb +1 -1
- data/lib/tdlib/types/input_sticker/static.rb +1 -1
- data/lib/tdlib/types/input_thumbnail.rb +2 -2
- data/lib/tdlib/types/invoice.rb +3 -3
- data/lib/tdlib/types/json_object_member.rb +1 -1
- data/lib/tdlib/types/json_value/number.rb +1 -1
- data/lib/tdlib/types/json_value/string.rb +1 -1
- data/lib/tdlib/types/keyboard_button.rb +1 -1
- data/lib/tdlib/types/labeled_price_part.rb +2 -2
- data/lib/tdlib/types/language_pack_info.rb +10 -9
- data/lib/tdlib/types/language_pack_string.rb +1 -1
- data/lib/tdlib/types/language_pack_string_value/ordinary.rb +1 -1
- data/lib/tdlib/types/language_pack_string_value/pluralized.rb +6 -6
- data/lib/tdlib/types/local_file.rb +4 -4
- data/lib/tdlib/types/location.rb +3 -3
- data/lib/tdlib/types/log_stream/file.rb +2 -2
- data/lib/tdlib/types/log_tags.rb +1 -1
- data/lib/tdlib/types/log_verbosity_level.rb +1 -1
- data/lib/tdlib/types/login_url_info/open.rb +1 -1
- data/lib/tdlib/types/login_url_info/request_confirmation.rb +3 -3
- data/lib/tdlib/types/mask_position.rb +3 -3
- data/lib/tdlib/types/message.rb +15 -14
- data/lib/tdlib/types/message_content/basic_group_chat_create.rb +2 -2
- data/lib/tdlib/types/message_content/call.rb +1 -1
- data/lib/tdlib/types/message_content/chat_add_members.rb +1 -1
- data/lib/tdlib/types/message_content/chat_change_title.rb +1 -1
- data/lib/tdlib/types/message_content/chat_delete_member.rb +1 -1
- data/lib/tdlib/types/message_content/chat_set_ttl.rb +1 -1
- data/lib/tdlib/types/message_content/chat_upgrade_from.rb +2 -2
- data/lib/tdlib/types/message_content/chat_upgrade_to.rb +1 -1
- data/lib/tdlib/types/message_content/custom_service_action.rb +1 -1
- data/lib/tdlib/types/message_content/dice.rb +3 -3
- data/lib/tdlib/types/message_content/game_score.rb +3 -3
- data/lib/tdlib/types/message_content/invite_voice_chat_participants.rb +2 -2
- data/lib/tdlib/types/message_content/invoice.rb +6 -6
- data/lib/tdlib/types/message_content/location.rb +4 -4
- data/lib/tdlib/types/message_content/payment_successful.rb +4 -4
- data/lib/tdlib/types/message_content/payment_successful_bot.rb +7 -7
- data/lib/tdlib/types/message_content/pin_message.rb +1 -1
- data/lib/tdlib/types/message_content/proximity_alert_triggered.rb +1 -1
- data/lib/tdlib/types/message_content/supergroup_chat_create.rb +1 -1
- data/lib/tdlib/types/message_content/voice_chat_ended.rb +1 -1
- data/lib/tdlib/types/message_content/voice_chat_scheduled.rb +2 -2
- data/lib/tdlib/types/message_content/voice_chat_started.rb +1 -1
- data/lib/tdlib/types/message_content/website_connected.rb +1 -1
- 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_forward_info.rb +5 -5
- data/lib/tdlib/types/message_forward_origin/channel.rb +3 -3
- data/lib/tdlib/types/message_forward_origin/chat.rb +2 -2
- data/lib/tdlib/types/message_forward_origin/hidden_user.rb +1 -1
- data/lib/tdlib/types/message_forward_origin/message_import.rb +1 -1
- data/lib/tdlib/types/message_forward_origin/user.rb +1 -1
- data/lib/tdlib/types/message_interaction_info.rb +2 -2
- data/lib/tdlib/types/message_link.rb +1 -1
- data/lib/tdlib/types/message_link_info.rb +1 -1
- data/lib/tdlib/types/message_reply_info.rb +4 -4
- data/lib/tdlib/types/message_scheduling_state/send_at_date.rb +1 -1
- data/lib/tdlib/types/message_sender/chat.rb +1 -1
- data/lib/tdlib/types/message_sender/user.rb +1 -1
- data/lib/tdlib/types/message_senders.rb +1 -1
- data/lib/tdlib/types/message_sending_state/failed.rb +3 -3
- data/lib/tdlib/types/message_thread_info.rb +2 -2
- data/lib/tdlib/types/messages.rb +1 -1
- data/lib/tdlib/types/minithumbnail.rb +3 -3
- data/lib/tdlib/types/network_statistics.rb +1 -1
- data/lib/tdlib/types/network_statistics_entry/call.rb +3 -3
- data/lib/tdlib/types/network_statistics_entry/file.rb +2 -2
- data/lib/tdlib/types/notification.rb +2 -2
- data/lib/tdlib/types/notification_group.rb +3 -3
- data/lib/tdlib/types/notification_type/new_call.rb +1 -1
- data/lib/tdlib/types/notification_type/new_push_message.rb +2 -2
- data/lib/tdlib/types/option_value/integer.rb +1 -1
- data/lib/tdlib/types/option_value/string.rb +1 -1
- data/lib/tdlib/types/order_info.rb +3 -3
- data/lib/tdlib/types/page_block/anchor.rb +1 -1
- data/lib/tdlib/types/page_block/author_date.rb +1 -1
- data/lib/tdlib/types/page_block/chat_link.rb +2 -2
- data/lib/tdlib/types/page_block/embedded.rb +4 -4
- data/lib/tdlib/types/page_block/embedded_post.rb +3 -3
- data/lib/tdlib/types/page_block/map.rb +3 -3
- data/lib/tdlib/types/page_block/photo.rb +1 -1
- data/lib/tdlib/types/page_block/preformatted.rb +1 -1
- data/lib/tdlib/types/page_block_list_item.rb +1 -1
- data/lib/tdlib/types/page_block_related_article.rb +5 -5
- data/lib/tdlib/types/page_block_table_cell.rb +2 -2
- data/lib/tdlib/types/passport_authorization_form.rb +2 -2
- data/lib/tdlib/types/passport_element/email_address.rb +1 -1
- data/lib/tdlib/types/passport_element/phone_number.rb +1 -1
- data/lib/tdlib/types/passport_element_error.rb +1 -1
- data/lib/tdlib/types/passport_element_error_source/data_field.rb +1 -1
- data/lib/tdlib/types/passport_element_error_source/file.rb +1 -1
- data/lib/tdlib/types/passport_element_error_source/translation_file.rb +1 -1
- data/lib/tdlib/types/password_state.rb +1 -1
- data/lib/tdlib/types/payment_form.rb +4 -4
- data/lib/tdlib/types/payment_form_theme.rb +6 -6
- data/lib/tdlib/types/payment_receipt.rb +7 -7
- data/lib/tdlib/types/payment_result.rb +1 -1
- data/lib/tdlib/types/payments_provider_stripe.rb +1 -1
- data/lib/tdlib/types/personal_details.rb +10 -9
- data/lib/tdlib/types/phone_number_info.rb +4 -3
- data/lib/tdlib/types/photo_size.rb +4 -4
- data/lib/tdlib/types/point.rb +2 -2
- data/lib/tdlib/types/poll.rb +6 -6
- data/lib/tdlib/types/poll_option.rb +3 -3
- data/lib/tdlib/types/poll_type/quiz.rb +1 -1
- data/lib/tdlib/types/profile_photo.rb +1 -1
- data/lib/tdlib/types/proxy.rb +4 -4
- data/lib/tdlib/types/proxy_type/http.rb +2 -2
- data/lib/tdlib/types/proxy_type/mtproto.rb +1 -1
- data/lib/tdlib/types/proxy_type/socks5.rb +2 -2
- data/lib/tdlib/types/push_message_content/animation.rb +1 -1
- data/lib/tdlib/types/push_message_content/chat_add_members.rb +1 -1
- data/lib/tdlib/types/push_message_content/chat_change_title.rb +1 -1
- data/lib/tdlib/types/push_message_content/chat_delete_member.rb +1 -1
- data/lib/tdlib/types/push_message_content/contact.rb +1 -1
- data/lib/tdlib/types/push_message_content/game.rb +1 -1
- data/lib/tdlib/types/push_message_content/game_score.rb +2 -2
- data/lib/tdlib/types/push_message_content/invoice.rb +1 -1
- data/lib/tdlib/types/push_message_content/media_album.rb +1 -1
- data/lib/tdlib/types/push_message_content/message_forwards.rb +1 -1
- data/lib/tdlib/types/push_message_content/photo.rb +1 -1
- data/lib/tdlib/types/push_message_content/poll.rb +1 -1
- data/lib/tdlib/types/push_message_content/sticker.rb +1 -1
- data/lib/tdlib/types/push_message_content/text.rb +1 -1
- data/lib/tdlib/types/push_message_content/video.rb +1 -1
- data/lib/tdlib/types/push_receiver_id.rb +1 -1
- data/lib/tdlib/types/recommended_chat_filter.rb +1 -1
- data/lib/tdlib/types/recovery_email_address.rb +1 -1
- data/lib/tdlib/types/remote_file.rb +3 -3
- data/lib/tdlib/types/rich_text/anchor.rb +1 -1
- data/lib/tdlib/types/rich_text/anchor_link.rb +2 -2
- data/lib/tdlib/types/rich_text/email_address.rb +1 -1
- data/lib/tdlib/types/rich_text/icon.rb +2 -2
- data/lib/tdlib/types/rich_text/phone_number.rb +1 -1
- data/lib/tdlib/types/rich_text/plain.rb +1 -1
- data/lib/tdlib/types/rich_text/reference.rb +3 -3
- data/lib/tdlib/types/rich_text/url.rb +1 -1
- data/lib/tdlib/types/saved_credentials.rb +2 -2
- data/lib/tdlib/types/scope_notification_settings.rb +2 -2
- data/lib/tdlib/types/seconds.rb +1 -1
- data/lib/tdlib/types/secret_chat.rb +4 -4
- data/lib/tdlib/types/session.rb +15 -15
- data/lib/tdlib/types/shipping_option.rb +2 -2
- data/lib/tdlib/types/statistical_graph/async.rb +1 -1
- data/lib/tdlib/types/statistical_graph/data.rb +2 -2
- data/lib/tdlib/types/statistical_graph/error.rb +1 -1
- data/lib/tdlib/types/statistical_value.rb +3 -3
- data/lib/tdlib/types/sticker.rb +4 -4
- data/lib/tdlib/types/sticker_set.rb +3 -3
- data/lib/tdlib/types/sticker_set_info.rb +4 -4
- data/lib/tdlib/types/sticker_sets.rb +1 -1
- data/lib/tdlib/types/storage_statistics.rb +2 -2
- data/lib/tdlib/types/storage_statistics_by_chat.rb +3 -3
- data/lib/tdlib/types/storage_statistics_by_file_type.rb +2 -2
- data/lib/tdlib/types/storage_statistics_fast.rb +5 -5
- data/lib/tdlib/types/suggested_action/convert_to_broadcast_group.rb +1 -1
- data/lib/tdlib/types/supergroup.rb +7 -6
- data/lib/tdlib/types/supergroup_full_info.rb +11 -11
- data/lib/tdlib/types/supergroup_members_filter/banned.rb +1 -1
- data/lib/tdlib/types/supergroup_members_filter/contacts.rb +1 -1
- data/lib/tdlib/types/supergroup_members_filter/mention.rb +2 -2
- data/lib/tdlib/types/supergroup_members_filter/restricted.rb +1 -1
- data/lib/tdlib/types/supergroup_members_filter/search.rb +1 -1
- data/lib/tdlib/types/t_me_url.rb +1 -1
- data/lib/tdlib/types/t_me_url_type/sticker_set.rb +1 -1
- data/lib/tdlib/types/t_me_url_type/supergroup.rb +1 -1
- data/lib/tdlib/types/t_me_url_type/user.rb +1 -1
- data/lib/tdlib/types/tdlib_parameters.rb +12 -11
- data/lib/tdlib/types/temporary_password_state.rb +1 -1
- data/lib/tdlib/types/terms_of_service.rb +1 -1
- data/lib/tdlib/types/text.rb +1 -1
- data/lib/tdlib/types/text_entity.rb +2 -2
- data/lib/tdlib/types/text_entity_type/mention_name.rb +1 -1
- data/lib/tdlib/types/text_entity_type/pre_code.rb +1 -1
- data/lib/tdlib/types/text_entity_type/text_url.rb +1 -1
- data/lib/tdlib/types/text_parse_mode/markdown.rb +1 -1
- data/lib/tdlib/types/thumbnail.rb +2 -2
- data/lib/tdlib/types/update/animation_search_parameters.rb +2 -2
- data/lib/tdlib/types/update/basic_group_full_info.rb +1 -1
- data/lib/tdlib/types/update/chat_action_bar.rb +1 -1
- data/lib/tdlib/types/update/chat_default_disable_notification.rb +1 -1
- data/lib/tdlib/types/update/chat_draft_message.rb +1 -1
- data/lib/tdlib/types/update/chat_has_scheduled_messages.rb +1 -1
- data/lib/tdlib/types/update/chat_is_blocked.rb +1 -1
- data/lib/tdlib/types/update/chat_is_marked_as_unread.rb +1 -1
- data/lib/tdlib/types/update/chat_last_message.rb +1 -1
- data/lib/tdlib/types/update/chat_member.rb +3 -3
- data/lib/tdlib/types/update/chat_message_ttl_setting.rb +2 -2
- data/lib/tdlib/types/update/chat_notification_settings.rb +1 -1
- data/lib/tdlib/types/update/chat_online_member_count.rb +2 -2
- data/lib/tdlib/types/update/chat_permissions.rb +1 -1
- data/lib/tdlib/types/update/chat_photo.rb +1 -1
- data/lib/tdlib/types/update/chat_position.rb +1 -1
- data/lib/tdlib/types/update/chat_read_inbox.rb +3 -3
- data/lib/tdlib/types/update/chat_read_outbox.rb +2 -2
- data/lib/tdlib/types/update/chat_reply_markup.rb +2 -2
- data/lib/tdlib/types/update/chat_title.rb +2 -2
- data/lib/tdlib/types/update/chat_unread_mention_count.rb +2 -2
- data/lib/tdlib/types/update/chat_voice_chat.rb +1 -1
- data/lib/tdlib/types/update/delete_messages.rb +2 -2
- data/lib/tdlib/types/update/dice_emojis.rb +1 -1
- data/lib/tdlib/types/update/favorite_stickers.rb +1 -1
- data/lib/tdlib/types/update/file_generation_start.rb +5 -5
- data/lib/tdlib/types/update/file_generation_stop.rb +1 -1
- data/lib/tdlib/types/update/group_call_participant.rb +1 -1
- data/lib/tdlib/types/update/installed_sticker_sets.rb +1 -1
- data/lib/tdlib/types/update/language_pack_strings.rb +2 -2
- data/lib/tdlib/types/update/message_content.rb +2 -2
- data/lib/tdlib/types/update/message_content_opened.rb +2 -2
- data/lib/tdlib/types/update/message_edited.rb +3 -3
- data/lib/tdlib/types/update/message_interaction_info.rb +2 -2
- data/lib/tdlib/types/update/message_is_pinned.rb +2 -2
- data/lib/tdlib/types/update/message_live_location_viewed.rb +2 -2
- data/lib/tdlib/types/update/message_mention_read.rb +3 -3
- data/lib/tdlib/types/update/message_send_acknowledged.rb +2 -2
- data/lib/tdlib/types/update/message_send_failed.rb +3 -3
- data/lib/tdlib/types/update/message_send_succeeded.rb +1 -1
- data/lib/tdlib/types/update/new_call_signaling_data.rb +2 -2
- data/lib/tdlib/types/update/new_callback_query.rb +5 -5
- data/lib/tdlib/types/update/new_chosen_inline_result.rb +4 -4
- data/lib/tdlib/types/update/new_custom_event.rb +1 -1
- data/lib/tdlib/types/update/new_custom_query.rb +3 -3
- data/lib/tdlib/types/update/new_inline_callback_query.rb +4 -4
- data/lib/tdlib/types/update/new_inline_query.rb +4 -4
- data/lib/tdlib/types/update/new_pre_checkout_query.rb +7 -7
- data/lib/tdlib/types/update/new_shipping_query.rb +3 -3
- data/lib/tdlib/types/update/notification.rb +1 -1
- data/lib/tdlib/types/update/notification_group.rb +5 -5
- data/lib/tdlib/types/update/option.rb +1 -1
- data/lib/tdlib/types/update/poll_answer.rb +3 -3
- data/lib/tdlib/types/update/recent_stickers.rb +1 -1
- data/lib/tdlib/types/update/saved_animations.rb +1 -1
- data/lib/tdlib/types/update/service_notification.rb +1 -1
- 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/unread_chat_count.rb +5 -5
- data/lib/tdlib/types/update/unread_message_count.rb +2 -2
- data/lib/tdlib/types/update/user_chat_action.rb +3 -3
- data/lib/tdlib/types/update/user_full_info.rb +1 -1
- data/lib/tdlib/types/update/user_status.rb +1 -1
- data/lib/tdlib/types/user.rb +8 -8
- data/lib/tdlib/types/user_full_info.rb +3 -3
- data/lib/tdlib/types/user_privacy_setting_rule/allow_chat_members.rb +1 -1
- data/lib/tdlib/types/user_privacy_setting_rule/allow_users.rb +1 -1
- data/lib/tdlib/types/user_privacy_setting_rule/restrict_chat_members.rb +1 -1
- data/lib/tdlib/types/user_privacy_setting_rule/restrict_users.rb +1 -1
- data/lib/tdlib/types/user_status/offline.rb +1 -1
- data/lib/tdlib/types/user_status/online.rb +1 -1
- data/lib/tdlib/types/user_type/bot.rb +2 -1
- data/lib/tdlib/types/users.rb +2 -2
- data/lib/tdlib/types/validated_order_info.rb +1 -1
- data/lib/tdlib/types/venue.rb +5 -5
- data/lib/tdlib/types/video.rb +5 -5
- data/lib/tdlib/types/video_note.rb +2 -2
- data/lib/tdlib/types/voice_chat.rb +1 -1
- data/lib/tdlib/types/voice_note.rb +3 -3
- data/lib/tdlib/types/web_page.rb +12 -12
- data/lib/tdlib/types/web_page_instant_view.rb +2 -2
- data/tdlib-schema.gemspec +1 -1
- metadata +2 -2
@@ -5,6 +5,6 @@ module TD::Types
|
|
5
5
|
# @attr days [Integer] Number of days of inactivity before the account will be flagged for deletion; should range
|
6
6
|
# from 30-366 days.
|
7
7
|
class AccountTtl < Base
|
8
|
-
attribute :days, TD::Types::Integer
|
8
|
+
attribute :days, TD::Types::Coercible::Integer
|
9
9
|
end
|
10
10
|
end
|
data/lib/tdlib/types/address.rb
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
module TD::Types
|
2
2
|
# Describes an address.
|
3
3
|
#
|
4
|
-
# @attr country_code [String] A two-letter ISO 3166-1 alpha-2 country code.
|
5
|
-
# @attr state [String] State, if applicable.
|
6
|
-
# @attr city [String] City.
|
7
|
-
# @attr street_line1 [String] First line of the address.
|
8
|
-
# @attr street_line2 [String] Second line of the address.
|
9
|
-
# @attr postal_code [String] Address postal code.
|
4
|
+
# @attr country_code [TD::Types::String] A two-letter ISO 3166-1 alpha-2 country code.
|
5
|
+
# @attr state [TD::Types::String] State, if applicable.
|
6
|
+
# @attr city [TD::Types::String] City.
|
7
|
+
# @attr street_line1 [TD::Types::String] First line of the address.
|
8
|
+
# @attr street_line2 [TD::Types::String] Second line of the address.
|
9
|
+
# @attr postal_code [TD::Types::String] Address postal code.
|
10
10
|
class Address < Base
|
11
11
|
attribute :country_code, TD::Types::String
|
12
12
|
attribute :state, TD::Types::String
|
@@ -5,8 +5,8 @@ module TD::Types
|
|
5
5
|
# @attr file [TD::Types::File] Information about the animation file.
|
6
6
|
# @attr main_frame_timestamp [Float] Timestamp of the frame, used as a static chat photo.
|
7
7
|
class AnimatedChatPhoto < Base
|
8
|
-
attribute :length, TD::Types::Integer
|
8
|
+
attribute :length, TD::Types::Coercible::Integer
|
9
9
|
attribute :file, TD::Types::File
|
10
|
-
attribute :main_frame_timestamp, TD::Types::Float
|
10
|
+
attribute :main_frame_timestamp, TD::Types::Coercible::Float
|
11
11
|
end
|
12
12
|
end
|
@@ -5,17 +5,17 @@ module TD::Types
|
|
5
5
|
# @attr duration [Integer] Duration of the animation, in seconds; as defined by the sender.
|
6
6
|
# @attr width [Integer] Width of the animation.
|
7
7
|
# @attr height [Integer] Height of the animation.
|
8
|
-
# @attr file_name [String] Original name of the file; as defined by the sender.
|
9
|
-
# @attr mime_type [String] MIME type of the file, usually "image/gif" or "video/mp4".
|
8
|
+
# @attr file_name [TD::Types::String] Original name of the file; as defined by the sender.
|
9
|
+
# @attr mime_type [TD::Types::String] MIME type of the file, usually "image/gif" or "video/mp4".
|
10
10
|
# @attr has_stickers [Boolean] True, if stickers were added to the animation.
|
11
11
|
# The list of corresponding sticker set can be received using getAttachedStickerSets.
|
12
12
|
# @attr minithumbnail [TD::Types::Minithumbnail, nil] Animation minithumbnail; may be null.
|
13
13
|
# @attr thumbnail [TD::Types::Thumbnail, nil] Animation thumbnail in JPEG or MPEG4 format; may be null.
|
14
14
|
# @attr animation [TD::Types::File] File containing the animation.
|
15
15
|
class Animation < Base
|
16
|
-
attribute :duration, TD::Types::Integer
|
17
|
-
attribute :width, TD::Types::Integer
|
18
|
-
attribute :height, TD::Types::Integer
|
16
|
+
attribute :duration, TD::Types::Coercible::Integer
|
17
|
+
attribute :width, TD::Types::Coercible::Integer
|
18
|
+
attribute :height, TD::Types::Coercible::Integer
|
19
19
|
attribute :file_name, TD::Types::String
|
20
20
|
attribute :mime_type, TD::Types::String
|
21
21
|
attribute :has_stickers, TD::Types::Bool
|
data/lib/tdlib/types/audio.rb
CHANGED
@@ -3,17 +3,17 @@ module TD::Types
|
|
3
3
|
# Audio is usually in MP3 or M4A format.
|
4
4
|
#
|
5
5
|
# @attr duration [Integer] Duration of the audio, in seconds; as defined by the sender.
|
6
|
-
# @attr title [String] Title of the audio; as defined by the sender.
|
7
|
-
# @attr performer [String] Performer of the audio; as defined by the sender.
|
8
|
-
# @attr file_name [String] Original name of the file; as defined by the sender.
|
9
|
-
# @attr mime_type [String] The MIME type of the file; as defined by the sender.
|
6
|
+
# @attr title [TD::Types::String] Title of the audio; as defined by the sender.
|
7
|
+
# @attr performer [TD::Types::String] Performer of the audio; as defined by the sender.
|
8
|
+
# @attr file_name [TD::Types::String] Original name of the file; as defined by the sender.
|
9
|
+
# @attr mime_type [TD::Types::String] The MIME type of the file; as defined by the sender.
|
10
10
|
# @attr album_cover_minithumbnail [TD::Types::Minithumbnail, nil] The minithumbnail of the album cover; may be null.
|
11
11
|
# @attr album_cover_thumbnail [TD::Types::Thumbnail, nil] The thumbnail of the album cover in JPEG format; as defined
|
12
12
|
# by the sender.
|
13
13
|
# The full size thumbnail should be extracted from the downloaded file; may be null.
|
14
14
|
# @attr audio [TD::Types::File] File containing the audio.
|
15
15
|
class Audio < Base
|
16
|
-
attribute :duration, TD::Types::Integer
|
16
|
+
attribute :duration, TD::Types::Coercible::Integer
|
17
17
|
attribute :title, TD::Types::String
|
18
18
|
attribute :performer, TD::Types::String
|
19
19
|
attribute :file_name, TD::Types::String
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module TD::Types
|
2
2
|
# Information about the authentication code that was sent.
|
3
3
|
#
|
4
|
-
# @attr phone_number [String] A phone number that is being authenticated.
|
4
|
+
# @attr phone_number [TD::Types::String] A phone number that is being authenticated.
|
5
5
|
# @attr type [TD::Types::AuthenticationCodeType] Describes the way the code was sent to the user.
|
6
6
|
# @attr next_type [TD::Types::AuthenticationCodeType, nil] Describes the way the next code will be sent to the user;
|
7
7
|
# may be null.
|
@@ -10,6 +10,6 @@ module TD::Types
|
|
10
10
|
attribute :phone_number, TD::Types::String
|
11
11
|
attribute :type, TD::Types::AuthenticationCodeType
|
12
12
|
attribute :next_type, TD::Types::AuthenticationCodeType.optional.default(nil)
|
13
|
-
attribute :timeout, TD::Types::Integer
|
13
|
+
attribute :timeout, TD::Types::Coercible::Integer
|
14
14
|
end
|
15
15
|
end
|
@@ -2,7 +2,7 @@ module TD::Types
|
|
2
2
|
# An authentication code is delivered by an immediately cancelled call to the specified phone number.
|
3
3
|
# The number from which the call was made is the code.
|
4
4
|
#
|
5
|
-
# @attr pattern [String] Pattern of the phone number from which the call will be made.
|
5
|
+
# @attr pattern [TD::Types::String] Pattern of the phone number from which the call will be made.
|
6
6
|
class AuthenticationCodeType::FlashCall < AuthenticationCodeType
|
7
7
|
attribute :pattern, TD::Types::String
|
8
8
|
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module TD::Types
|
2
2
|
# The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.
|
3
3
|
#
|
4
|
-
# @attr link [String] A tg:// URL for the QR code.
|
4
|
+
# @attr link [TD::Types::String] A tg:// URL for the QR code.
|
5
5
|
# The link will be updated frequently.
|
6
6
|
class AuthorizationState::WaitOtherDeviceConfirmation < AuthorizationState
|
7
7
|
attribute :link, TD::Types::String
|
@@ -1,10 +1,10 @@
|
|
1
1
|
module TD::Types
|
2
2
|
# The user has been authorized, but needs to enter a password to start using the application.
|
3
3
|
#
|
4
|
-
# @attr password_hint [String, nil] Hint for the password; may be empty.
|
4
|
+
# @attr password_hint [TD::Types::String, nil] Hint for the password; may be empty.
|
5
5
|
# @attr has_recovery_email_address [Boolean] True, if a recovery email address has been set up.
|
6
|
-
# @attr recovery_email_address_pattern [String, nil] Pattern of the email address to which the recovery
|
7
|
-
# sent; empty until a recovery email has been sent.
|
6
|
+
# @attr recovery_email_address_pattern [TD::Types::String, nil] Pattern of the email address to which the recovery
|
7
|
+
# email was sent; empty until a recovery email has been sent.
|
8
8
|
class AuthorizationState::WaitPassword < AuthorizationState
|
9
9
|
attribute :password_hint, TD::Types::String.optional.default(nil)
|
10
10
|
attribute :has_recovery_email_address, TD::Types::Bool
|
@@ -13,10 +13,10 @@ module TD::Types
|
|
13
13
|
# @attr use_less_data_for_calls [Boolean] True, if "use less data for calls" option needs to be enabled.
|
14
14
|
class AutoDownloadSettings < Base
|
15
15
|
attribute :is_auto_download_enabled, TD::Types::Bool
|
16
|
-
attribute :max_photo_file_size, TD::Types::Integer
|
17
|
-
attribute :max_video_file_size, TD::Types::Integer
|
18
|
-
attribute :max_other_file_size, TD::Types::Integer
|
19
|
-
attribute :video_upload_bitrate, TD::Types::Integer
|
16
|
+
attribute :max_photo_file_size, TD::Types::Coercible::Integer
|
17
|
+
attribute :max_video_file_size, TD::Types::Coercible::Integer
|
18
|
+
attribute :max_other_file_size, TD::Types::Coercible::Integer
|
19
|
+
attribute :video_upload_bitrate, TD::Types::Coercible::Integer
|
20
20
|
attribute :preload_large_videos, TD::Types::Bool
|
21
21
|
attribute :preload_next_audio, TD::Types::Bool
|
22
22
|
attribute :use_less_data_for_calls, TD::Types::Bool
|
@@ -4,12 +4,12 @@ module TD::Types
|
|
4
4
|
# @attr id [Integer] Unique background identifier.
|
5
5
|
# @attr is_default [Boolean] True, if this is one of default backgrounds.
|
6
6
|
# @attr is_dark [Boolean] True, if the background is dark and is recommended to be used with dark theme.
|
7
|
-
# @attr name [String] Unique background name.
|
7
|
+
# @attr name [TD::Types::String] Unique background name.
|
8
8
|
# @attr document [TD::Types::Document, nil] Document with the background; may be null.
|
9
9
|
# Null only for filled backgrounds.
|
10
10
|
# @attr type [TD::Types::BackgroundType] Type of the background.
|
11
11
|
class Background < Base
|
12
|
-
attribute :id, TD::Types::Integer
|
12
|
+
attribute :id, TD::Types::Coercible::Integer
|
13
13
|
attribute :is_default, TD::Types::Bool
|
14
14
|
attribute :is_dark, TD::Types::Bool
|
15
15
|
attribute :name, TD::Types::String
|
@@ -6,8 +6,8 @@ module TD::Types
|
|
6
6
|
# @attr rotation_angle [Integer] Clockwise rotation angle of the gradient, in degrees; 0-359.
|
7
7
|
# Should be always divisible by 45.
|
8
8
|
class BackgroundFill::Gradient < BackgroundFill
|
9
|
-
attribute :top_color, TD::Types::Integer
|
10
|
-
attribute :bottom_color, TD::Types::Integer
|
11
|
-
attribute :rotation_angle, TD::Types::Integer
|
9
|
+
attribute :top_color, TD::Types::Coercible::Integer
|
10
|
+
attribute :bottom_color, TD::Types::Coercible::Integer
|
11
|
+
attribute :rotation_angle, TD::Types::Coercible::Integer
|
12
12
|
end
|
13
13
|
end
|
@@ -7,7 +7,7 @@ module TD::Types
|
|
7
7
|
# @attr is_moving [Boolean] True, if the background needs to be slightly moved when device is tilted.
|
8
8
|
class BackgroundType::Pattern < BackgroundType
|
9
9
|
attribute :fill, TD::Types::BackgroundFill
|
10
|
-
attribute :intensity, TD::Types::Integer
|
10
|
+
attribute :intensity, TD::Types::Coercible::Integer
|
11
11
|
attribute :is_moving, TD::Types::Bool
|
12
12
|
end
|
13
13
|
end
|
@@ -1,8 +1,8 @@
|
|
1
1
|
module TD::Types
|
2
2
|
# Describes an action associated with a bank card number.
|
3
3
|
#
|
4
|
-
# @attr text [String] Action text.
|
5
|
-
# @attr url [String] The URL to be opened.
|
4
|
+
# @attr text [TD::Types::String] Action text.
|
5
|
+
# @attr url [TD::Types::String] The URL to be opened.
|
6
6
|
class BankCardActionOpenUrl < Base
|
7
7
|
attribute :text, TD::Types::String
|
8
8
|
attribute :url, TD::Types::String
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module TD::Types
|
2
2
|
# Information about a bank card.
|
3
3
|
#
|
4
|
-
# @attr title [String] Title of the bank card description.
|
4
|
+
# @attr title [TD::Types::String] Title of the bank card description.
|
5
5
|
# @attr actions [Array<TD::Types::BankCardActionOpenUrl>] Actions that can be done with the bank card number.
|
6
6
|
class BankCardInfo < Base
|
7
7
|
attribute :title, TD::Types::String
|
@@ -7,10 +7,10 @@ module TD::Types
|
|
7
7
|
# @attr is_active [Boolean] True, if the group is active.
|
8
8
|
# @attr upgraded_to_supergroup_id [Integer] Identifier of the supergroup to which this group was upgraded; 0 if none.
|
9
9
|
class BasicGroup < Base
|
10
|
-
attribute :id, TD::Types::Integer
|
11
|
-
attribute :member_count, TD::Types::Integer
|
10
|
+
attribute :id, TD::Types::Coercible::Integer
|
11
|
+
attribute :member_count, TD::Types::Coercible::Integer
|
12
12
|
attribute :status, TD::Types::ChatMemberStatus
|
13
13
|
attribute :is_active, TD::Types::Bool
|
14
|
-
attribute :upgraded_to_supergroup_id, TD::Types::Integer
|
14
|
+
attribute :upgraded_to_supergroup_id, TD::Types::Coercible::Integer
|
15
15
|
end
|
16
16
|
end
|
@@ -2,7 +2,7 @@ module TD::Types
|
|
2
2
|
# Contains full information about a basic group.
|
3
3
|
#
|
4
4
|
# @attr photo [TD::Types::ChatPhoto, nil] Chat photo; may be null.
|
5
|
-
# @attr description [String] Group description.
|
5
|
+
# @attr description [TD::Types::String] Group description.
|
6
6
|
# Updated only after the basic group is opened.
|
7
7
|
# @attr creator_user_id [Integer] User identifier of the creator of the group; 0 if unknown.
|
8
8
|
# @attr members [Array<TD::Types::ChatMember>] Group members.
|
@@ -12,7 +12,7 @@ module TD::Types
|
|
12
12
|
class BasicGroupFullInfo < Base
|
13
13
|
attribute :photo, TD::Types::ChatPhoto.optional.default(nil)
|
14
14
|
attribute :description, TD::Types::String
|
15
|
-
attribute :creator_user_id, TD::Types::Integer
|
15
|
+
attribute :creator_user_id, TD::Types::Coercible::Integer
|
16
16
|
attribute :members, TD::Types::Array.of(TD::Types::ChatMember)
|
17
17
|
attribute :invite_link, TD::Types::ChatInviteLink.optional.default(nil)
|
18
18
|
end
|
@@ -1,8 +1,8 @@
|
|
1
1
|
module TD::Types
|
2
2
|
# Represents a command supported by a bot.
|
3
3
|
#
|
4
|
-
# @attr command [String] Text of the bot command.
|
5
|
-
# @attr description [String] Description of the bot command.
|
4
|
+
# @attr command [TD::Types::String] Text of the bot command.
|
5
|
+
# @attr description [TD::Types::String] Description of the bot command.
|
6
6
|
class BotCommand < Base
|
7
7
|
attribute :command, TD::Types::String
|
8
8
|
attribute :description, TD::Types::String
|
data/lib/tdlib/types/bot_info.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
module TD::Types
|
2
2
|
# Provides information about a bot and its supported commands.
|
3
3
|
#
|
4
|
-
# @attr description [String] Long description shown on the user info page.
|
4
|
+
# @attr description [TD::Types::String] Long description shown on the user info page.
|
5
5
|
# @attr commands [Array<TD::Types::BotCommand>] A list of commands supported by the bot.
|
6
6
|
class BotInfo < Base
|
7
7
|
attribute :description, TD::Types::String
|
data/lib/tdlib/types/call.rb
CHANGED
@@ -7,8 +7,8 @@ module TD::Types
|
|
7
7
|
# @attr is_video [Boolean] True, if the call is a video call.
|
8
8
|
# @attr state [TD::Types::CallState] Call state.
|
9
9
|
class Call < Base
|
10
|
-
attribute :id, TD::Types::Integer
|
11
|
-
attribute :user_id, TD::Types::Integer
|
10
|
+
attribute :id, TD::Types::Coercible::Integer
|
11
|
+
attribute :user_id, TD::Types::Coercible::Integer
|
12
12
|
attribute :is_outgoing, TD::Types::Bool
|
13
13
|
attribute :is_video, TD::Types::Bool
|
14
14
|
attribute :state, TD::Types::CallState
|
data/lib/tdlib/types/call_id.rb
CHANGED
@@ -5,12 +5,12 @@ module TD::Types
|
|
5
5
|
# @attr udp_reflector [Boolean] True, if connection through UDP reflectors is supported.
|
6
6
|
# @attr min_layer [Integer] The minimum supported API layer; use 65.
|
7
7
|
# @attr max_layer [Integer] The maximum supported API layer; use 65.
|
8
|
-
# @attr library_versions [Array<String>] List of supported tgcalls versions.
|
8
|
+
# @attr library_versions [Array<TD::Types::String>] List of supported tgcalls versions.
|
9
9
|
class CallProtocol < Base
|
10
10
|
attribute :udp_p2p, TD::Types::Bool
|
11
11
|
attribute :udp_reflector, TD::Types::Bool
|
12
|
-
attribute :min_layer, TD::Types::Integer
|
13
|
-
attribute :max_layer, TD::Types::Integer
|
12
|
+
attribute :min_layer, TD::Types::Coercible::Integer
|
13
|
+
attribute :max_layer, TD::Types::Coercible::Integer
|
14
14
|
attribute :library_versions, TD::Types::Array.of(TD::Types::String)
|
15
15
|
end
|
16
16
|
end
|
@@ -2,15 +2,15 @@ module TD::Types
|
|
2
2
|
# Describes a server for relaying call data.
|
3
3
|
#
|
4
4
|
# @attr id [Integer] Server identifier.
|
5
|
-
# @attr ip_address [String] Server IPv4 address.
|
6
|
-
# @attr ipv6_address [String] Server IPv6 address.
|
5
|
+
# @attr ip_address [TD::Types::String] Server IPv4 address.
|
6
|
+
# @attr ipv6_address [TD::Types::String] Server IPv6 address.
|
7
7
|
# @attr port [Integer] Server port number.
|
8
8
|
# @attr type [TD::Types::CallServerType] Server type.
|
9
9
|
class CallServer < Base
|
10
|
-
attribute :id, TD::Types::Integer
|
10
|
+
attribute :id, TD::Types::Coercible::Integer
|
11
11
|
attribute :ip_address, TD::Types::String
|
12
12
|
attribute :ipv6_address, TD::Types::String
|
13
|
-
attribute :port, TD::Types::Integer
|
13
|
+
attribute :port, TD::Types::Coercible::Integer
|
14
14
|
attribute :type, TD::Types::CallServerType
|
15
15
|
end
|
16
16
|
end
|
@@ -1,8 +1,8 @@
|
|
1
1
|
module TD::Types
|
2
2
|
# A WebRTC server.
|
3
3
|
#
|
4
|
-
# @attr username [String] Username to be used for authentication.
|
5
|
-
# @attr password [String] Authentication password.
|
4
|
+
# @attr username [TD::Types::String] Username to be used for authentication.
|
5
|
+
# @attr password [TD::Types::String] Authentication password.
|
6
6
|
# @attr supports_turn [Boolean] True, if the server supports TURN.
|
7
7
|
# @attr supports_stun [Boolean] True, if the server supports STUN.
|
8
8
|
class CallServerType::Webrtc < CallServerType
|
@@ -3,15 +3,15 @@ module TD::Types
|
|
3
3
|
#
|
4
4
|
# @attr protocol [TD::Types::CallProtocol] Call protocols supported by the peer.
|
5
5
|
# @attr servers [Array<TD::Types::CallServer>] List of available call servers.
|
6
|
-
# @attr config [String] A JSON-encoded call config.
|
6
|
+
# @attr config [TD::Types::String] A JSON-encoded call config.
|
7
7
|
# @attr encryption_key [String] Call encryption key.
|
8
|
-
# @attr emojis [Array<String>] Encryption key emojis fingerprint.
|
8
|
+
# @attr emojis [Array<TD::Types::String>] Encryption key emojis fingerprint.
|
9
9
|
# @attr allow_p2p [Boolean] True, if peer-to-peer connection is allowed by users privacy settings.
|
10
10
|
class CallState::Ready < CallState
|
11
11
|
attribute :protocol, TD::Types::CallProtocol
|
12
12
|
attribute :servers, TD::Types::Array.of(TD::Types::CallServer)
|
13
13
|
attribute :config, TD::Types::String
|
14
|
-
attribute :encryption_key, TD::Types::String
|
14
|
+
attribute :encryption_key, TD::Types::Coercible::String
|
15
15
|
attribute :emojis, TD::Types::Array.of(TD::Types::String)
|
16
16
|
attribute :allow_p2p, TD::Types::Bool
|
17
17
|
end
|
@@ -1,9 +1,9 @@
|
|
1
1
|
module TD::Types
|
2
2
|
# Contains a bot's answer to a callback query.
|
3
3
|
#
|
4
|
-
# @attr text [String] Text of the answer.
|
4
|
+
# @attr text [TD::Types::String] Text of the answer.
|
5
5
|
# @attr show_alert [Boolean] True, if an alert should be shown to the user instead of a toast notification.
|
6
|
-
# @attr url [String] URL to be opened.
|
6
|
+
# @attr url [TD::Types::String] URL to be opened.
|
7
7
|
class CallbackQueryAnswer < Base
|
8
8
|
attribute :text, TD::Types::String
|
9
9
|
attribute :show_alert, TD::Types::Bool
|
@@ -1,10 +1,10 @@
|
|
1
1
|
module TD::Types
|
2
2
|
# The payload for a callback button requiring password.
|
3
3
|
#
|
4
|
-
# @attr password [String] The password for the current user.
|
4
|
+
# @attr password [TD::Types::String] The password for the current user.
|
5
5
|
# @attr data [String] Data that was attached to the callback button.
|
6
6
|
class CallbackQueryPayload::DataWithPassword < CallbackQueryPayload
|
7
7
|
attribute :password, TD::Types::String
|
8
|
-
attribute :data, TD::Types::String
|
8
|
+
attribute :data, TD::Types::Coercible::String
|
9
9
|
end
|
10
10
|
end
|