github.com/gotd/td/tg.MessagesMessages.Topics (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_messages_gen.go#L42: Topics []ForumTopicClass
tl_messages_messages_gen.go#L72: if !(m.Topics == nil) {
tl_messages_messages_gen.go#L102: m.Topics = from.GetTopics()
tl_messages_messages_gen.go#L173: b.PutVectorHeader(len(m.Topics))
tl_messages_messages_gen.go#L174: for idx, v := range m.Topics {
tl_messages_messages_gen.go#L243: m.Topics = make([]ForumTopicClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_messages_gen.go#L250: m.Topics = append(m.Topics, value)
tl_messages_messages_gen.go#L303: return m.Topics
tl_messages_messages_gen.go#L329: return ForumTopicClassArray(m.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. |