Skip to content

Commit

Permalink
Correct comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eastrocky committed May 15, 2020
1 parent 9cb4cc1 commit 8de30b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ func (c *Client) CreateNewStickerSet(userID int, name, title, fileID, emojis str
/*
AddStickerToSetFile add a new sticker file to a set created by the bot. Available options:
- OptMaskPosition(pos *MaskPosition)
= OptAnimatedSticker
- OptAnimatedSticker
*/
func (c *Client) AddStickerToSetFile(userID int, name, filename, emojis string, opts ...sendOption) error {
req := url.Values{}
Expand Down

0 comments on commit 8de30b5

Please sign in to comment.