Skip to content

Commit

Permalink
feat(schema): update TDLib to the latest layer
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 23, 2023
1 parent 67360ed commit 10bf92b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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: 3a9f3edc2150bb9a8543d873daf4e42262d9761513a12eb412d4f12e4653e578
// SHA256: a1f6959d74242a4ef7903bbdc5a1db9d8184b02f16538f9c6178a49dca4a0f90

double#2210c154 ? = Double;

Expand Down Expand Up @@ -5336,7 +5336,7 @@ storyContentUnsupported#86c7f56e = StoryContent;
//@class InputStoryContent @description The content of a story to send

//@description A photo story
//@photo Photo to send. The photo must be at most 10 MB in size. The photo size must be 720x1280
//@photo Photo to send. The photo must be at most 10 MB in size. The photo size must be 1080x1920
//@added_sticker_file_ids File identifiers of the stickers added to the photo, if applicable
inputStoryContentPhoto#3286fbe0 photo:InputFile added_sticker_file_ids:vector<int32> = InputStoryContent;

Expand Down
2 changes: 1 addition & 1 deletion tdapi/tl_input_story_content_gen.go

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

0 comments on commit 10bf92b

Please sign in to comment.