github.com/gotd/td/tg.UpdateDeleteQuickReplyMessages.Messages (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L26341: Messages []int
tl_update_gen.go#L26367: if !(u.Messages == nil) {
tl_update_gen.go#L26389: u.Messages = from.GetMessages()
tl_update_gen.go#L26442: b.PutVectorHeader(len(u.Messages))
tl_update_gen.go#L26443: for _, v := range u.Messages {
tl_update_gen.go#L26479: u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L26486: u.Messages = append(u.Messages, value)
tl_update_gen.go#L26505: return u.Messages
![]() |
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. |