github.com/gotd/td/tg.MessagesChannelMessages.Topics (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_messages_gen.go#L767: Topics []ForumTopicClass
tl_messages_messages_gen.go#L812: if !(c.Topics == nil) {
tl_messages_messages_gen.go#L853: c.Topics = from.GetTopics()
tl_messages_messages_gen.go#L961: b.PutVectorHeader(len(c.Topics))
tl_messages_messages_gen.go#L962: for idx, v := range c.Topics {
tl_messages_messages_gen.go#L1058: c.Topics = make([]ForumTopicClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_messages_gen.go#L1065: c.Topics = append(c.Topics, value)
tl_messages_messages_gen.go#L1171: return c.Topics
tl_messages_messages_gen.go#L1197: return ForumTopicClassArray(c.Topics)
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. |