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) {