github.com/gotd/td/tg.GroupCallMessage.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_group_call_message_gen.go#L42: Flags bin.Fields
tl_group_call_message_gen.go#L74: if !(g.Flags.Zero()) {
tl_group_call_message_gen.go#L154: Null: !g.Flags.Has(1),
tl_group_call_message_gen.go#L175: Null: !g.Flags.Has(0),
tl_group_call_message_gen.go#L184: g.Flags.Set(1)
tl_group_call_message_gen.go#L187: g.Flags.Set(0)
tl_group_call_message_gen.go#L206: if err := g.Flags.Encode(b); err != nil {
tl_group_call_message_gen.go#L220: if g.Flags.Has(0) {
tl_group_call_message_gen.go#L243: if err := g.Flags.Decode(b); err != nil {
tl_group_call_message_gen.go#L247: g.FromAdmin = g.Flags.Has(1)
tl_group_call_message_gen.go#L274: if g.Flags.Has(0) {
tl_group_call_message_gen.go#L287: g.Flags.Set(1)
tl_group_call_message_gen.go#L290: g.Flags.Unset(1)
tl_group_call_message_gen.go#L300: return g.Flags.Has(1)
tl_group_call_message_gen.go#L337: g.Flags.Set(0)
tl_group_call_message_gen.go#L347: if !g.Flags.Has(0) {
![]() |
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. |