github.com/gotd/td/tg.UpdateDeleteScheduledMessages.Messages (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L13840: Messages []int
tl_update_gen.go#L13866: if !(u.Messages == nil) {
tl_update_gen.go#L13888: u.Messages = from.GetMessages()
tl_update_gen.go#L13946: b.PutVectorHeader(len(u.Messages))
tl_update_gen.go#L13947: for _, v := range u.Messages {
tl_update_gen.go#L13983: u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L13990: u.Messages = append(u.Messages, value)
tl_update_gen.go#L14009: return u.Messages
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |