github.com/gotd/td/tg.ChatInvite.Participants (field)
12 uses
github.com/gotd/td/tg (current package)
tl_chat_invite_gen.go#L230: Participants []UserClass
tl_chat_invite_gen.go#L297: if !(c.Participants == nil) {
tl_chat_invite_gen.go#L349: c.Participants = val
tl_chat_invite_gen.go#L477: if !(c.Participants == nil) {
tl_chat_invite_gen.go#L512: b.PutVectorHeader(len(c.Participants))
tl_chat_invite_gen.go#L513: for idx, v := range c.Participants {
tl_chat_invite_gen.go#L590: c.Participants = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_chat_invite_gen.go#L597: c.Participants = append(c.Participants, value)
tl_chat_invite_gen.go#L807: c.Participants = value
tl_chat_invite_gen.go#L819: return c.Participants, true
tl_chat_invite_gen.go#L835: return UserClassArray(c.Participants), true
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. |