Fix typo in the name of config struct SetCustomEmojiStickerSetThumbnailConfig.
This commit is contained in:
parent
dcd469ffa5
commit
10078d1492
3 changed files with 7 additions and 7 deletions
|
@ -131,8 +131,8 @@ func NewSticker(chatID int64, file RequestFileData) StickerConfig {
|
|||
}
|
||||
|
||||
// NewCustomEmojiStickerSetThumbnal creates a new setCustomEmojiStickerSetThumbnal request
|
||||
func NewCustomEmojiStickerSetThumbnal(name, customEmojiID string) SetCustomEmojiStickerSetThumbnalConfig {
|
||||
return SetCustomEmojiStickerSetThumbnalConfig{
|
||||
func NewCustomEmojiStickerSetThumbnal(name, customEmojiID string) SetCustomEmojiStickerSetThumbnailConfig {
|
||||
return SetCustomEmojiStickerSetThumbnailConfig{
|
||||
Name: name,
|
||||
CustomEmojiID: customEmojiID,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue