github.com/gotd/td/tg.MessagesSearchStickerSetsRequest.ExcludeFeatured (field)
7 uses
github.com/gotd/td/tg (current package)
tl_messages_search_emoji_sticker_sets_gen.go#L48: ExcludeFeatured bool
tl_messages_search_emoji_sticker_sets_gen.go#L76: if !(s.ExcludeFeatured == false) {
tl_messages_search_emoji_sticker_sets_gen.go#L104: s.ExcludeFeatured = from.GetExcludeFeatured()
tl_messages_search_emoji_sticker_sets_gen.go#L151: if !(s.ExcludeFeatured == false) {
tl_messages_search_emoji_sticker_sets_gen.go#L200: s.ExcludeFeatured = s.Flags.Has(0)
tl_messages_search_emoji_sticker_sets_gen.go#L222: s.ExcludeFeatured = true
tl_messages_search_emoji_sticker_sets_gen.go#L225: s.ExcludeFeatured = false
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |