Fix typo in the name of config struct SetCustomEmojiStickerSetThumbnailConfig.

This commit is contained in:
OvyFlash 2023-07-11 12:12:23 +03:00
parent dcd469ffa5
commit 10078d1492
3 changed files with 7 additions and 7 deletions

View file

@ -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,
}