github.com/gotd/td/tg.ChannelParticipant.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_gen.go#L43: Flags bin.Fields
tl_channel_participant_gen.go#L85: if !(c.Flags.Zero()) {
tl_channel_participant_gen.go#L166: Null: !c.Flags.Has(0),
tl_channel_participant_gen.go#L171: Null: !c.Flags.Has(2),
tl_channel_participant_gen.go#L180: c.Flags.Set(0)
tl_channel_participant_gen.go#L183: c.Flags.Set(2)
tl_channel_participant_gen.go#L202: if err := c.Flags.Encode(b); err != nil {
tl_channel_participant_gen.go#L207: if c.Flags.Has(0) {
tl_channel_participant_gen.go#L210: if c.Flags.Has(2) {
tl_channel_participant_gen.go#L233: if err := c.Flags.Decode(b); err != nil {
tl_channel_participant_gen.go#L251: if c.Flags.Has(0) {
tl_channel_participant_gen.go#L258: if c.Flags.Has(2) {
tl_channel_participant_gen.go#L286: c.Flags.Set(0)
tl_channel_participant_gen.go#L296: if !c.Flags.Has(0) {
tl_channel_participant_gen.go#L304: c.Flags.Set(2)
tl_channel_participant_gen.go#L314: if !c.Flags.Has(2) {
![]() |
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. |