github.com/gotd/td/tg.PhoneInviteConferenceCallParticipantRequest.Flags (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_phone_invite_conference_call_participant_gen.go#L46: 	Flags bin.Fields
		tl_phone_invite_conference_call_participant_gen.go#L70: 	if !(i.Flags.Zero()) {
		tl_phone_invite_conference_call_participant_gen.go#L132: 			Null:       !i.Flags.Has(0),
		tl_phone_invite_conference_call_participant_gen.go#L149: 		i.Flags.Set(0)
		tl_phone_invite_conference_call_participant_gen.go#L168: 	if err := i.Flags.Encode(b); err != nil {
		tl_phone_invite_conference_call_participant_gen.go#L203: 		if err := i.Flags.Decode(b); err != nil {
		tl_phone_invite_conference_call_participant_gen.go#L207: 	i.Video = i.Flags.Has(0)
		tl_phone_invite_conference_call_participant_gen.go#L228: 		i.Flags.Set(0)
		tl_phone_invite_conference_call_participant_gen.go#L231: 		i.Flags.Unset(0)
		tl_phone_invite_conference_call_participant_gen.go#L241: 	return i.Flags.Has(0)