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)