github.com/gotd/td/tg.PhoneGetGroupParticipantsRequest.IDs (field)
10 uses
github.com/gotd/td/tg (current package)
tl_phone_get_group_participants_gen.go#L42: IDs []InputPeerClass
tl_phone_get_group_participants_gen.go#L79: if !(g.IDs == nil) {
tl_phone_get_group_participants_gen.go#L113: g.IDs = from.GetIDs()
tl_phone_get_group_participants_gen.go#L183: b.PutVectorHeader(len(g.IDs))
tl_phone_get_group_participants_gen.go#L184: for idx, v := range g.IDs {
tl_phone_get_group_participants_gen.go#L229: g.IDs = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
tl_phone_get_group_participants_gen.go#L236: g.IDs = append(g.IDs, value)
tl_phone_get_group_participants_gen.go#L286: return g.IDs
tl_phone_get_group_participants_gen.go#L315: return InputPeerClassArray(g.IDs)
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. |