github.com/gotd/td/tg.UpdatePinnedChannelMessages.Messages (field)
9 uses
github.com/gotd/td/tg (current package)
tl_update_gen.go#L16835: Messages []int
tl_update_gen.go#L16877: if !(u.Messages == nil) {
tl_update_gen.go#L16909: u.Messages = from.GetMessages()
tl_update_gen.go#L16988: b.PutVectorHeader(len(u.Messages))
tl_update_gen.go#L16989: for _, v := range u.Messages {
tl_update_gen.go#L17033: u.Messages = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_update_gen.go#L17040: u.Messages = append(u.Messages, value)
tl_update_gen.go#L17092: 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. |