Skip to content

Commit

Permalink
fix CreateNewStickerSetParams
Browse files Browse the repository at this point in the history
  • Loading branch information
negasus committed Nov 21, 2024
1 parent a12a771 commit 2ca1689
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.11.1 (2024-11-21)

- fix CreateNewStickerSetParams (#132)

## v1.11.0 (2024-11-18)

- support API v8.0
Expand Down
2 changes: 1 addition & 1 deletion methods_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ type CreateNewStickerSetParams struct {
UserID int64 `json:"user_id"`
Name string `json:"name"`
Title string `json:"title"`
Sticker models.InputFile `json:"sticker"`
Stickers []models.Sticker `json:"stickers"`
StickerType string `json:"sticker_type,omitempty"`
NeedsRepainting bool `json:"needs_repainting,omitempty"`
}
Expand Down

0 comments on commit 2ca1689

Please sign in to comment.