github.com/gotd/td/tg.BusinessBotRecipients.Flags (field)
46 uses
github.com/gotd/td/tg (current package)
tl_business_bot_recipients_gen.go#L47: Flags bin.Fields
tl_business_bot_recipients_gen.go#L86: if !(b.Flags.Zero()) {
tl_business_bot_recipients_gen.go#L174: Null: !b.Flags.Has(0),
tl_business_bot_recipients_gen.go#L179: Null: !b.Flags.Has(1),
tl_business_bot_recipients_gen.go#L184: Null: !b.Flags.Has(2),
tl_business_bot_recipients_gen.go#L189: Null: !b.Flags.Has(3),
tl_business_bot_recipients_gen.go#L194: Null: !b.Flags.Has(5),
tl_business_bot_recipients_gen.go#L199: Null: !b.Flags.Has(4),
tl_business_bot_recipients_gen.go#L204: Null: !b.Flags.Has(6),
tl_business_bot_recipients_gen.go#L213: b.Flags.Set(0)
tl_business_bot_recipients_gen.go#L216: b.Flags.Set(1)
tl_business_bot_recipients_gen.go#L219: b.Flags.Set(2)
tl_business_bot_recipients_gen.go#L222: b.Flags.Set(3)
tl_business_bot_recipients_gen.go#L225: b.Flags.Set(5)
tl_business_bot_recipients_gen.go#L228: b.Flags.Set(4)
tl_business_bot_recipients_gen.go#L231: b.Flags.Set(6)
tl_business_bot_recipients_gen.go#L250: if err := b.Flags.Encode(buf); err != nil {
tl_business_bot_recipients_gen.go#L253: if b.Flags.Has(4) {
tl_business_bot_recipients_gen.go#L259: if b.Flags.Has(6) {
tl_business_bot_recipients_gen.go#L285: if err := b.Flags.Decode(buf); err != nil {
tl_business_bot_recipients_gen.go#L289: b.ExistingChats = b.Flags.Has(0)
tl_business_bot_recipients_gen.go#L290: b.NewChats = b.Flags.Has(1)
tl_business_bot_recipients_gen.go#L291: b.Contacts = b.Flags.Has(2)
tl_business_bot_recipients_gen.go#L292: b.NonContacts = b.Flags.Has(3)
tl_business_bot_recipients_gen.go#L293: b.ExcludeSelected = b.Flags.Has(5)
tl_business_bot_recipients_gen.go#L294: if b.Flags.Has(4) {
tl_business_bot_recipients_gen.go#L311: if b.Flags.Has(6) {
tl_business_bot_recipients_gen.go#L334: b.Flags.Set(0)
tl_business_bot_recipients_gen.go#L337: b.Flags.Unset(0)
tl_business_bot_recipients_gen.go#L347: return b.Flags.Has(0)
tl_business_bot_recipients_gen.go#L353: b.Flags.Set(1)
tl_business_bot_recipients_gen.go#L356: b.Flags.Unset(1)
tl_business_bot_recipients_gen.go#L366: return b.Flags.Has(1)
tl_business_bot_recipients_gen.go#L372: b.Flags.Set(2)
tl_business_bot_recipients_gen.go#L375: b.Flags.Unset(2)
tl_business_bot_recipients_gen.go#L385: return b.Flags.Has(2)
tl_business_bot_recipients_gen.go#L391: b.Flags.Set(3)
tl_business_bot_recipients_gen.go#L394: b.Flags.Unset(3)
tl_business_bot_recipients_gen.go#L404: return b.Flags.Has(3)
tl_business_bot_recipients_gen.go#L410: b.Flags.Set(5)
tl_business_bot_recipients_gen.go#L413: b.Flags.Unset(5)
tl_business_bot_recipients_gen.go#L423: return b.Flags.Has(5)
tl_business_bot_recipients_gen.go#L428: b.Flags.Set(4)
tl_business_bot_recipients_gen.go#L438: if !b.Flags.Has(4) {
tl_business_bot_recipients_gen.go#L446: b.Flags.Set(6)
tl_business_bot_recipients_gen.go#L456: if !b.Flags.Has(6) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |