github.com/gotd/td/tg.UpdateDeleteChannelMessages.Messages (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L5910: Messages []int
tl_update_gen.go#L5946: if !(u.Messages == nil) {
tl_update_gen.go#L5976: u.Messages = from.GetMessages()
tl_update_gen.go#L6039: b.PutVectorHeader(len(u.Messages))
tl_update_gen.go#L6040: for _, v := range u.Messages {
tl_update_gen.go#L6078: u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L6085: u.Messages = append(u.Messages, value)
tl_update_gen.go#L6118: 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. |