Skip to content

Commit

Permalink
Merge pull request #686 from gotd/feat/update-tdlib-schema
Browse files Browse the repository at this point in the history
Update TDLib schema to the latest layer
  • Loading branch information
ernado committed Feb 2, 2022
2 parents ee2dbd4 + 2ef88ba commit f0d4ca8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions _schema/tdapi.tl
@@ -1,7 +1,7 @@
// Code generated by ./cmd/dltl, DO NOT EDIT.
//
// Source: https://raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl
// SHA256: 1f6e2f2cbf4be894027a2a886a5e452a3547eae12ab417a965a4c6857f2689c6
// SHA256: a6557ff923ba251469cd2c1f3d370f55ff6f0d83dc1b79dfa08e997cc8c28a08

double#2210c154 ? = Double;

Expand Down Expand Up @@ -4171,7 +4171,7 @@ internalLinkTypeUnknownDeepLink#2549d7db link:string = InternalLinkType;
//@description The link is a link to an unsupported proxy. An alert can be shown to the user
internalLinkTypeUnsupportedProxy#de399f09 = InternalLinkType;

//@description The link is a link to a video chat. Call searchPublicChat with the given chat username, and then joinGoupCall with the given invite hash to process the link
//@description The link is a link to a video chat. Call searchPublicChat with the given chat username, and then joinGroupCall with the given invite hash to process the link
//@chat_username Username of the chat with the video chat
//@invite_hash If non-empty, invite hash to be used to join the video chat without being muted by administrators
//@is_live_stream True, if the video chat is expected to be a live stream in a channel or a broadcast group
Expand Down Expand Up @@ -6273,7 +6273,7 @@ setScopeNotificationSettings#85cfb63a scope:NotificationSettingsScope notificati
//@description Resets all notification settings to their default values. By default, all chats are unmuted, the sound is set to "default" and message previews are shown
resetAllNotificationSettings#f5a0a8f9 = Ok;

//@description Changes the pinned state of a chat. There can be up to GetOption("pinned_chat_count_max")/GetOption("pinned_archived_chat_count_max") pinned non-secret chats and the same number of secret chats in the main/arhive chat list
//@description Changes the pinned state of a chat. There can be up to GetOption("pinned_chat_count_max")/GetOption("pinned_archived_chat_count_max") pinned non-secret chats and the same number of secret chats in the main/archive chat list
//@chat_list Chat list in which to change the pinned state of the chat
//@chat_id Chat identifier
//@is_pinned True, if the chat is pinned
Expand Down Expand Up @@ -6438,13 +6438,13 @@ getChatJoinRequests#e8d90ea2 chat_id:int53 invite_link:string query:string offse
//@description Handles a pending join request in a chat
//@chat_id Chat identifier
//@user_id Identifier of the user that sent the request
//@approve True, if the request is approved. Otherwise the request is declived
//@approve True, if the request is approved. Otherwise the request is declined
processChatJoinRequest#3be534a3 chat_id:int53 user_id:int53 approve:Bool = Ok;

//@description Handles all pending join requests for a given link in a chat
//@chat_id Chat identifier
//@invite_link Invite link for which to process join requests. If empty, all join requests will be processed. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links
//@approve True, if the requests are approved. Otherwise the requests are declived
//@approve True, if the requests are approved. Otherwise the requests are declined
processChatJoinRequests#3e823dce chat_id:int53 invite_link:string approve:Bool = Ok;

//@description Creates a new call
Expand Down
2 changes: 1 addition & 1 deletion tdapi/tl_process_chat_join_request_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tdapi/tl_process_chat_join_requests_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f0d4ca8

Please sign in to comment.