github.com/gotd/td/tg.UpdateDeleteEphemeralMessages.IDs (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L33209: IDs []int
tl_update_gen.go#L33235: if !(u.IDs == nil) {
tl_update_gen.go#L33257: u.IDs = from.GetIDs()
tl_update_gen.go#L33315: b.PutVectorHeader(len(u.IDs))
tl_update_gen.go#L33316: for _, v := range u.IDs {
tl_update_gen.go#L33352: u.IDs = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L33359: u.IDs = append(u.IDs, value)
tl_update_gen.go#L33378: return u.IDs
![]() |
The pages are generated with Golds v0.8.5. (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. |