Skip to content

Commit

Permalink
Merge pull request #1183 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 authored Sep 11, 2023
2 parents 8a18a89 + c5d98ae commit e6aeb40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _schema/tdapi.tl
Original file line number Diff line number Diff line change
@@ -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: 0c791c42fc924bce6397dba87a4db3eec18b0022880d89f104ab8d0f44f279d1
// SHA256: 4b0196025410db18882f1f8fcffccc7b9dec1307198c007e3224d61633d39eee

double#2210c154 ? = Double;

Expand Down Expand Up @@ -921,7 +921,7 @@ chatInviteLinkMembers#c2ca3a61 total_count:int32 members:vector<chatInviteLinkMe
//@description Contains information about a chat invite link
//@chat_id Chat identifier of the invite link; 0 if the user has no access to the chat before joining
//@accessible_for If non-zero, the amount of time for which read access to the chat will remain available, in seconds
//@type Type of the chat
//@type Type of the chat; basic_group_id or supergroup_id can be 0 if the user has no access to the chat before joining
//@title Title of the chat
//@photo Chat photo; may be null
//@param_description Chat description
Expand Down Expand Up @@ -7016,7 +7016,7 @@ clearRecentlyFoundChats#eefa5b32 = Ok;
getRecentlyOpenedChats#8d4fb223 limit:int32 = Chats;

//@description Checks whether a username can be set for a chat
//@chat_id Chat identifier; must be identifier of a supergroup chat, or a channel chat, or a private chat with self, or zero if the chat is being created
//@chat_id Chat identifier; must be identifier of a supergroup chat, or a channel chat, or a private chat with self, or 0 if the chat is being created
//@username Username to be checked
checkChatUsername#f8e66210 chat_id:int53 username:string = CheckChatUsernameResult;

Expand Down
3 changes: 2 additions & 1 deletion tdapi/tl_chat_invite_link_info_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_check_chat_username_gen.go

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

0 comments on commit e6aeb40

Please sign in to comment.