Skip to content

Commit

Permalink
upgrade: Bot API 6.9 & non-empty Story type fix (#132)
Browse files Browse the repository at this point in the history
gen: Story now is manually defined

Our generator have promblems with empty types, it's workaround
  • Loading branch information
mr-linch authored Sep 23, 2023
1 parent ca81939 commit 114f0b5
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 56 deletions.
28 changes: 23 additions & 5 deletions methods_gen.go

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

102 changes: 51 additions & 51 deletions types_gen.go

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

3 changes: 3 additions & 0 deletions types_gen_ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -1379,3 +1379,6 @@ func (sticker *StickerType) UnmarshalText(v []byte) error {

return nil
}

// Story is empty type.
type Story struct{}

0 comments on commit 114f0b5

Please sign in to comment.