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
![]() |
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. |