github.com/gotd/td/tg.PhoneGetGroupParticipantsRequest.Sources (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_phone_get_group_participants_gen.go#L44: 	Sources []int
		tl_phone_get_group_participants_gen.go#L82: 	if !(g.Sources == nil) {
		tl_phone_get_group_participants_gen.go#L114: 	g.Sources = from.GetSources()
		tl_phone_get_group_participants_gen.go#L192: 	b.PutVectorHeader(len(g.Sources))
		tl_phone_get_group_participants_gen.go#L193: 	for _, v := range g.Sources {
		tl_phone_get_group_participants_gen.go#L246: 			g.Sources = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_phone_get_group_participants_gen.go#L253: 			g.Sources = append(g.Sources, value)
		tl_phone_get_group_participants_gen.go#L294: 	return g.Sources