github.com/gotd/td/tg.ChatInvite.Participants (field)
12 uses
github.com/gotd/td/tg (current package)
tl_chat_invite_gen.go#L238: Participants []UserClass
tl_chat_invite_gen.go#L330: if !(c.Participants == nil) {
tl_chat_invite_gen.go#L396: c.Participants = val
tl_chat_invite_gen.go#L559: if !(c.Participants == nil) {
tl_chat_invite_gen.go#L603: b.PutVectorHeader(len(c.Participants))
tl_chat_invite_gen.go#L604: for idx, v := range c.Participants {
tl_chat_invite_gen.go#L695: c.Participants = make([]UserClass, 0, headerLen%bin.PreallocateLimit)
tl_chat_invite_gen.go#L702: c.Participants = append(c.Participants, value)
tl_chat_invite_gen.go#L948: c.Participants = value
tl_chat_invite_gen.go#L960: return c.Participants, true
tl_chat_invite_gen.go#L1030: return UserClassArray(c.Participants), 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. |