github.com/gotd/td/tg.MessagesMessagesSlice.Topics (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_messages_gen.go#L382: Topics []ForumTopicClass
tl_messages_messages_gen.go#L430: if !(m.Topics == nil) {
tl_messages_messages_gen.go#L479: m.Topics = from.GetTopics()
tl_messages_messages_gen.go#L606: b.PutVectorHeader(len(m.Topics))
tl_messages_messages_gen.go#L607: for idx, v := range m.Topics {
tl_messages_messages_gen.go#L708: m.Topics = make([]ForumTopicClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_messages_gen.go#L715: m.Topics = append(m.Topics, value)
tl_messages_messages_gen.go#L849: return m.Topics
tl_messages_messages_gen.go#L875: 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. |