github.com/gotd/td/tg.AccountGetNotifyExceptionsRequest.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_account_get_notify_exceptions_gen.go#L43: Flags bin.Fields
tl_account_get_notify_exceptions_gen.go#L69: if !(g.Flags.Zero()) {
tl_account_get_notify_exceptions_gen.go#L134: Null: !g.Flags.Has(1),
tl_account_get_notify_exceptions_gen.go#L139: Null: !g.Flags.Has(2),
tl_account_get_notify_exceptions_gen.go#L144: Null: !g.Flags.Has(0),
tl_account_get_notify_exceptions_gen.go#L153: g.Flags.Set(1)
tl_account_get_notify_exceptions_gen.go#L156: g.Flags.Set(2)
tl_account_get_notify_exceptions_gen.go#L159: g.Flags.Set(0)
tl_account_get_notify_exceptions_gen.go#L178: if err := g.Flags.Encode(b); err != nil {
tl_account_get_notify_exceptions_gen.go#L181: if g.Flags.Has(0) {
tl_account_get_notify_exceptions_gen.go#L209: if err := g.Flags.Decode(b); err != nil {
tl_account_get_notify_exceptions_gen.go#L213: g.CompareSound = g.Flags.Has(1)
tl_account_get_notify_exceptions_gen.go#L214: g.CompareStories = g.Flags.Has(2)
tl_account_get_notify_exceptions_gen.go#L215: if g.Flags.Has(0) {
tl_account_get_notify_exceptions_gen.go#L228: g.Flags.Set(1)
tl_account_get_notify_exceptions_gen.go#L231: g.Flags.Unset(1)
tl_account_get_notify_exceptions_gen.go#L241: return g.Flags.Has(1)
tl_account_get_notify_exceptions_gen.go#L247: g.Flags.Set(2)
tl_account_get_notify_exceptions_gen.go#L250: g.Flags.Unset(2)
tl_account_get_notify_exceptions_gen.go#L260: return g.Flags.Has(2)
tl_account_get_notify_exceptions_gen.go#L265: g.Flags.Set(0)
tl_account_get_notify_exceptions_gen.go#L275: if !g.Flags.Has(0) {
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. |