github.com/gotd/td/tg.MessagesChannelMessages.Topics (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_messages_gen.go#L920: Topics []ForumTopicClass
tl_messages_messages_gen.go#L965: if !(c.Topics == nil) {
tl_messages_messages_gen.go#L1006: c.Topics = from.GetTopics()
tl_messages_messages_gen.go#L1114: b.PutVectorHeader(len(c.Topics))
tl_messages_messages_gen.go#L1115: for idx, v := range c.Topics {
tl_messages_messages_gen.go#L1211: c.Topics = make([]ForumTopicClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_messages_gen.go#L1218: c.Topics = append(c.Topics, value)
tl_messages_messages_gen.go#L1324: return c.Topics
tl_messages_messages_gen.go#L1350: return ForumTopicClassArray(c.Topics)
![]() |
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. |