github.com/gotd/td/tg.ChannelParticipantSelf.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_gen.go#L329: Flags bin.Fields
tl_channel_participant_gen.go#L375: if !(c.Flags.Zero()) {
tl_channel_participant_gen.go#L458: Null: !c.Flags.Has(0),
tl_channel_participant_gen.go#L475: Null: !c.Flags.Has(1),
tl_channel_participant_gen.go#L480: Null: !c.Flags.Has(2),
tl_channel_participant_gen.go#L489: c.Flags.Set(0)
tl_channel_participant_gen.go#L492: c.Flags.Set(1)
tl_channel_participant_gen.go#L495: c.Flags.Set(2)
tl_channel_participant_gen.go#L514: if err := c.Flags.Encode(b); err != nil {
tl_channel_participant_gen.go#L520: if c.Flags.Has(1) {
tl_channel_participant_gen.go#L523: if c.Flags.Has(2) {
tl_channel_participant_gen.go#L546: if err := c.Flags.Decode(b); err != nil {
tl_channel_participant_gen.go#L550: c.ViaRequest = c.Flags.Has(0)
tl_channel_participant_gen.go#L572: if c.Flags.Has(1) {
tl_channel_participant_gen.go#L579: if c.Flags.Has(2) {
tl_channel_participant_gen.go#L592: c.Flags.Set(0)
tl_channel_participant_gen.go#L595: c.Flags.Unset(0)
tl_channel_participant_gen.go#L605: return c.Flags.Has(0)
tl_channel_participant_gen.go#L634: c.Flags.Set(1)
tl_channel_participant_gen.go#L644: if !c.Flags.Has(1) {
tl_channel_participant_gen.go#L652: c.Flags.Set(2)
tl_channel_participant_gen.go#L662: 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. |