github.com/gotd/td/tg.MessagesQuickReplies.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_quick_replies_gen.go#L47: Chats []ChatClass
tl_messages_quick_replies_gen.go#L78: if !(q.Chats == nil) {
tl_messages_quick_replies_gen.go#L106: q.Chats = from.GetChats()
tl_messages_quick_replies_gen.go#L182: b.PutVectorHeader(len(q.Chats))
tl_messages_quick_replies_gen.go#L183: for idx, v := range q.Chats {
tl_messages_quick_replies_gen.go#L260: q.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_quick_replies_gen.go#L267: q.Chats = append(q.Chats, value)
tl_messages_quick_replies_gen.go#L311: return q.Chats
tl_messages_quick_replies_gen.go#L329: return ChatClassArray(q.Chats)
![]() |
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. |