github.com/gotd/td/tg.PhoneDeleteConferenceCallParticipantsRequest.IDs (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_phone_delete_conference_call_participants_gen.go#L55: 	IDs []int64
		tl_phone_delete_conference_call_participants_gen.go#L90: 	if !(d.IDs == nil) {
		tl_phone_delete_conference_call_participants_gen.go#L120: 	d.IDs = from.GetIDs()
		tl_phone_delete_conference_call_participants_gen.go#L207: 	b.PutVectorHeader(len(d.IDs))
		tl_phone_delete_conference_call_participants_gen.go#L208: 	for _, v := range d.IDs {
		tl_phone_delete_conference_call_participants_gen.go#L252: 			d.IDs = make([]int64, 0, headerLen%bin.PreallocateLimit)
		tl_phone_delete_conference_call_participants_gen.go#L259: 			d.IDs = append(d.IDs, value)
		tl_phone_delete_conference_call_participants_gen.go#L323: 	return d.IDs