github.com/gotd/td/tg.StoriesStealthMode.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_stories_stealth_mode_gen.go#L46: Flags bin.Fields
tl_stories_stealth_mode_gen.go#L72: if !(s.Flags.Zero()) {
tl_stories_stealth_mode_gen.go#L135: Null: !s.Flags.Has(0),
tl_stories_stealth_mode_gen.go#L140: Null: !s.Flags.Has(1),
tl_stories_stealth_mode_gen.go#L149: s.Flags.Set(0)
tl_stories_stealth_mode_gen.go#L152: s.Flags.Set(1)
tl_stories_stealth_mode_gen.go#L171: if err := s.Flags.Encode(b); err != nil {
tl_stories_stealth_mode_gen.go#L174: if s.Flags.Has(0) {
tl_stories_stealth_mode_gen.go#L177: if s.Flags.Has(1) {
tl_stories_stealth_mode_gen.go#L200: if err := s.Flags.Decode(b); err != nil {
tl_stories_stealth_mode_gen.go#L204: if s.Flags.Has(0) {
tl_stories_stealth_mode_gen.go#L211: if s.Flags.Has(1) {
tl_stories_stealth_mode_gen.go#L223: s.Flags.Set(0)
tl_stories_stealth_mode_gen.go#L233: if !s.Flags.Has(0) {
tl_stories_stealth_mode_gen.go#L241: s.Flags.Set(1)
tl_stories_stealth_mode_gen.go#L251: 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. |