Skip to content

Commit

Permalink
Merge pull request #1209 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 Oct 8, 2023
2 parents 2ac28e1 + 7e776ce commit e3ce35b
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: 011179a208fd523f6093595bf2c5074f784f11b44ab0bdac0d17764c3feb8aba
// SHA256: a0a75f59a19dfe7e37e43c49cc30b4552866e9b763601de51c5a47da9612b2d1

double#2210c154 ? = Double;

Expand Down Expand Up @@ -3445,7 +3445,7 @@ storyViewers#9ae27d98 total_count:int32 total_reaction_count:int32 viewers:vecto
//@x_percentage The abscissa of the rectangle's center, as a percentage of the media width
//@y_percentage The ordinate of the rectangle's center, as a percentage of the media height
//@width_percentage The width of the rectangle, as a percentage of the media width
//@height_percentage The ordinate of the rectangle's center, as a percentage of the media height
//@height_percentage The height of the rectangle, as a percentage of the media height
//@rotation_angle Clockwise rotation angle of the rectangle, in degrees; 0-360
storyAreaPosition#6389679 x_percentage:double y_percentage:double width_percentage:double height_percentage:double rotation_angle:double = StoryAreaPosition;

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

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

0 comments on commit e3ce35b

Please sign in to comment.