github.com/gotd/td/tg.StickersCreateStickerSetRequest.TextColor (field)
7 uses
github.com/gotd/td/tg (current package)
tl_stickers_create_sticker_set_gen.go#L59: TextColor bool
tl_stickers_create_sticker_set_gen.go#L118: if !(c.TextColor == false) {
tl_stickers_create_sticker_set_gen.go#L170: c.TextColor = from.GetTextColor()
tl_stickers_create_sticker_set_gen.go#L277: if !(c.TextColor == false) {
tl_stickers_create_sticker_set_gen.go#L359: c.TextColor = c.Flags.Has(6)
tl_stickers_create_sticker_set_gen.go#L495: c.TextColor = true
tl_stickers_create_sticker_set_gen.go#L498: c.TextColor = 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. |