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)