github.com/gotd/td/tg.StickersSetStickerSetThumbRequest.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_stickers_set_sticker_set_thumb_gen.go#L43: Flags bin.Fields
tl_stickers_set_sticker_set_thumb_gen.go#L75: if !(s.Flags.Zero()) {
tl_stickers_set_sticker_set_thumb_gen.go#L147: Null: !s.Flags.Has(0),
tl_stickers_set_sticker_set_thumb_gen.go#L152: Null: !s.Flags.Has(1),
tl_stickers_set_sticker_set_thumb_gen.go#L161: s.Flags.Set(0)
tl_stickers_set_sticker_set_thumb_gen.go#L164: s.Flags.Set(1)
tl_stickers_set_sticker_set_thumb_gen.go#L183: if err := s.Flags.Encode(b); err != nil {
tl_stickers_set_sticker_set_thumb_gen.go#L192: if s.Flags.Has(0) {
tl_stickers_set_sticker_set_thumb_gen.go#L200: if s.Flags.Has(1) {
tl_stickers_set_sticker_set_thumb_gen.go#L223: if err := s.Flags.Decode(b); err != nil {
tl_stickers_set_sticker_set_thumb_gen.go#L234: if s.Flags.Has(0) {
tl_stickers_set_sticker_set_thumb_gen.go#L241: if s.Flags.Has(1) {
tl_stickers_set_sticker_set_thumb_gen.go#L261: s.Flags.Set(0)
tl_stickers_set_sticker_set_thumb_gen.go#L271: if !s.Flags.Has(0) {
tl_stickers_set_sticker_set_thumb_gen.go#L279: s.Flags.Set(1)
tl_stickers_set_sticker_set_thumb_gen.go#L289: if !s.Flags.Has(1) {
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. |