github.com/gotd/td/tg.ChatlistsExportedInvites.Chats (field)
10 uses
github.com/gotd/td/tg (current package)
tl_chatlists_exported_invites_gen.go#L48: Chats []ChatClass
tl_chatlists_exported_invites_gen.go#L71: if !(e.Chats == nil) {
tl_chatlists_exported_invites_gen.go#L97: e.Chats = from.GetChats()
tl_chatlists_exported_invites_gen.go#L160: b.PutVectorHeader(len(e.Chats))
tl_chatlists_exported_invites_gen.go#L161: for idx, v := range e.Chats {
tl_chatlists_exported_invites_gen.go#L221: e.Chats = make([]ChatClass, 0, headerLen%bin.PreallocateLimit)
tl_chatlists_exported_invites_gen.go#L228: e.Chats = append(e.Chats, value)
tl_chatlists_exported_invites_gen.go#L264: return e.Chats
tl_chatlists_exported_invites_gen.go#L277: return ChatClassArray(e.Chats)
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. |