github.com/gotd/td/tg.PhoneGetGroupParticipantsRequest.IDs (field)
10 uses
github.com/gotd/td/tg (current package)
tl_phone_get_group_participants_gen.go#L45: IDs []InputPeerClass
tl_phone_get_group_participants_gen.go#L84: if !(g.IDs == nil) {
tl_phone_get_group_participants_gen.go#L118: g.IDs = from.GetIDs()
tl_phone_get_group_participants_gen.go#L191: b.PutVectorHeader(len(g.IDs))
tl_phone_get_group_participants_gen.go#L192: for idx, v := range g.IDs {
tl_phone_get_group_participants_gen.go#L239: g.IDs = make([]InputPeerClass, 0, headerLen%bin.PreallocateLimit)
tl_phone_get_group_participants_gen.go#L246: g.IDs = append(g.IDs, value)
tl_phone_get_group_participants_gen.go#L296: return g.IDs
tl_phone_get_group_participants_gen.go#L325: return InputPeerClassArray(g.IDs)
![]() |
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. |