github.com/gotd/td/tg.GroupCallParticipantVideo.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_group_call_participant_video_gen.go#L43: Flags bin.Fields
tl_group_call_participant_video_gen.go#L71: if !(g.Flags.Zero()) {
tl_group_call_participant_video_gen.go#L141: Null: !g.Flags.Has(0),
tl_group_call_participant_video_gen.go#L154: Null: !g.Flags.Has(1),
tl_group_call_participant_video_gen.go#L163: g.Flags.Set(0)
tl_group_call_participant_video_gen.go#L166: g.Flags.Set(1)
tl_group_call_participant_video_gen.go#L185: if err := g.Flags.Encode(b); err != nil {
tl_group_call_participant_video_gen.go#L195: if g.Flags.Has(1) {
tl_group_call_participant_video_gen.go#L218: if err := g.Flags.Decode(b); err != nil {
tl_group_call_participant_video_gen.go#L222: g.Paused = g.Flags.Has(0)
tl_group_call_participant_video_gen.go#L247: if g.Flags.Has(1) {
tl_group_call_participant_video_gen.go#L260: g.Flags.Set(0)
tl_group_call_participant_video_gen.go#L263: g.Flags.Unset(0)
tl_group_call_participant_video_gen.go#L273: return g.Flags.Has(0)
tl_group_call_participant_video_gen.go#L294: g.Flags.Set(1)
tl_group_call_participant_video_gen.go#L304: if !g.Flags.Has(1) {
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. |