github.com/gotd/td/tg.BusinessRecipients.Flags (field)
40 uses
github.com/gotd/td/tg (current package)
tl_business_recipients_gen.go#L52: Flags bin.Fields
tl_business_recipients_gen.go#L84: if !(b.Flags.Zero()) {
tl_business_recipients_gen.go#L164: Null: !b.Flags.Has(0),
tl_business_recipients_gen.go#L169: Null: !b.Flags.Has(1),
tl_business_recipients_gen.go#L174: Null: !b.Flags.Has(2),
tl_business_recipients_gen.go#L179: Null: !b.Flags.Has(3),
tl_business_recipients_gen.go#L184: Null: !b.Flags.Has(5),
tl_business_recipients_gen.go#L189: Null: !b.Flags.Has(4),
tl_business_recipients_gen.go#L198: b.Flags.Set(0)
tl_business_recipients_gen.go#L201: b.Flags.Set(1)
tl_business_recipients_gen.go#L204: b.Flags.Set(2)
tl_business_recipients_gen.go#L207: b.Flags.Set(3)
tl_business_recipients_gen.go#L210: b.Flags.Set(5)
tl_business_recipients_gen.go#L213: b.Flags.Set(4)
tl_business_recipients_gen.go#L232: if err := b.Flags.Encode(buf); err != nil {
tl_business_recipients_gen.go#L235: if b.Flags.Has(4) {
tl_business_recipients_gen.go#L261: if err := b.Flags.Decode(buf); err != nil {
tl_business_recipients_gen.go#L265: b.ExistingChats = b.Flags.Has(0)
tl_business_recipients_gen.go#L266: b.NewChats = b.Flags.Has(1)
tl_business_recipients_gen.go#L267: b.Contacts = b.Flags.Has(2)
tl_business_recipients_gen.go#L268: b.NonContacts = b.Flags.Has(3)
tl_business_recipients_gen.go#L269: b.ExcludeSelected = b.Flags.Has(5)
tl_business_recipients_gen.go#L270: if b.Flags.Has(4) {
tl_business_recipients_gen.go#L293: b.Flags.Set(0)
tl_business_recipients_gen.go#L296: b.Flags.Unset(0)
tl_business_recipients_gen.go#L306: return b.Flags.Has(0)
tl_business_recipients_gen.go#L312: b.Flags.Set(1)
tl_business_recipients_gen.go#L315: b.Flags.Unset(1)
tl_business_recipients_gen.go#L325: return b.Flags.Has(1)
tl_business_recipients_gen.go#L331: b.Flags.Set(2)
tl_business_recipients_gen.go#L334: b.Flags.Unset(2)
tl_business_recipients_gen.go#L344: return b.Flags.Has(2)
tl_business_recipients_gen.go#L350: b.Flags.Set(3)
tl_business_recipients_gen.go#L353: b.Flags.Unset(3)
tl_business_recipients_gen.go#L363: return b.Flags.Has(3)
tl_business_recipients_gen.go#L369: b.Flags.Set(5)
tl_business_recipients_gen.go#L372: b.Flags.Unset(5)
tl_business_recipients_gen.go#L382: return b.Flags.Has(5)
tl_business_recipients_gen.go#L387: b.Flags.Set(4)
tl_business_recipients_gen.go#L397: if !b.Flags.Has(4) {
![]() |
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. |