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
![]() |
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. |