github.com/gotd/td/tg.ContactsUnblockRequest.Flags (field)
10 uses
github.com/gotd/td/tg (current package)
tl_contacts_block_gen.go#L46: Flags bin.Fields
tl_contacts_block_gen.go#L72: if !(b.Flags.Zero()) {
tl_contacts_block_gen.go#L129: Null: !b.Flags.Has(0),
tl_contacts_block_gen.go#L142: b.Flags.Set(0)
tl_contacts_block_gen.go#L161: if err := b.Flags.Encode(buf); err != nil {
tl_contacts_block_gen.go#L190: if err := b.Flags.Decode(buf); err != nil {
tl_contacts_block_gen.go#L194: b.MyStoriesFrom = b.Flags.Has(0)
tl_contacts_block_gen.go#L208: b.Flags.Set(0)
tl_contacts_block_gen.go#L211: b.Flags.Unset(0)
tl_contacts_block_gen.go#L221: return b.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. |