Skip to content

messages.searchCustomEmoji

Layer 225

Constructor ID: 0x2c11c0d7
Returns: EmojiList

Parameters

NameTypeDescription
emoticonstring
hashint64

Example

go
result, err := client.Raw(&tg.SearchCustomEmojiRequest{
    emoticon: "",
    hash: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.