github.com/gotd/td/tg.UpdatesChannelDifferenceTooLong.Messages (field)
10 uses
github.com/gotd/td/tg (current package)
tl_updates_channel_difference_gen.go#L305: Messages []MessageClass
tl_updates_channel_difference_gen.go#L344: if !(c.Messages == nil) {
tl_updates_channel_difference_gen.go#L381: c.Messages = from.GetMessages()
tl_updates_channel_difference_gen.go#L476: b.PutVectorHeader(len(c.Messages))
tl_updates_channel_difference_gen.go#L477: for idx, v := range c.Messages {
tl_updates_channel_difference_gen.go#L549: c.Messages = make([]MessageClass, 0, headerLen%bin.PreallocateLimit)
tl_updates_channel_difference_gen.go#L556: c.Messages = append(c.Messages, value)
tl_updates_channel_difference_gen.go#L646: return c.Messages
tl_updates_channel_difference_gen.go#L667: return MessageClassArray(c.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. |