github.com/gotd/td/tg.MessageActionConferenceCall.OtherParticipants (field)

12 uses

	github.com/gotd/td/tg (current package)
		tl_message_action_gen.go#L11858: 	OtherParticipants []PeerClass
		tl_message_action_gen.go#L11899: 	if !(m.OtherParticipants == nil) {
		tl_message_action_gen.go#L11933: 		m.OtherParticipants = val
		tl_message_action_gen.go#L12008: 	if !(m.OtherParticipants == nil) {
		tl_message_action_gen.go#L12036: 		b.PutVectorHeader(len(m.OtherParticipants))
		tl_message_action_gen.go#L12037: 		for idx, v := range m.OtherParticipants {
		tl_message_action_gen.go#L12094: 			m.OtherParticipants = make([]PeerClass, 0, headerLen%bin.PreallocateLimit)
		tl_message_action_gen.go#L12101: 			m.OtherParticipants = append(m.OtherParticipants, value)
		tl_message_action_gen.go#L12193: 	m.OtherParticipants = value
		tl_message_action_gen.go#L12205: 	return m.OtherParticipants, true
		tl_message_action_gen.go#L12213: 	return PeerClassArray(m.OtherParticipants), true