Skip to content

messages.searchStickers

Layer 225

Constructor ID: 0x29b1c66a
Returns: FoundStickers

Parameters

NameTypeDescription
emojisbool (flags.0, optional)
qstring
emoticonstring
lang_code[]string
offsetint32
limitint32
hashint64

Example

go
result, err := client.Raw(&tg.SearchStickersRequest{
    emojis: false,
    q: "",
    emoticon: "",
    lang_code: nil,
    offset: 0,
    limit: 0,
    hash: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.