github.com/gotd/td/tg.ChatParticipants.Participants (field)
10 uses
github.com/gotd/td/tg (current package)
tl_chat_participants_gen.go#L259: Participants []ChatParticipantClass
tl_chat_participants_gen.go#L287: if !(c.Participants == nil) {
tl_chat_participants_gen.go#L313: c.Participants = from.GetParticipants()
tl_chat_participants_gen.go#L371: b.PutVectorHeader(len(c.Participants))
tl_chat_participants_gen.go#L372: for idx, v := range c.Participants {
tl_chat_participants_gen.go#L414: c.Participants = make([]ChatParticipantClass, 0, headerLen%bin.PreallocateLimit)
tl_chat_participants_gen.go#L421: c.Participants = append(c.Participants, value)
tl_chat_participants_gen.go#L447: return c.Participants
tl_chat_participants_gen.go#L460: return ChatParticipantClassArray(c.Participants)
![]() |
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. |