github.com/gotd/td/tg.MessagesDialogsSlice.Dialogs (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_dialogs_gen.go#L350: Dialogs []DialogClass
tl_messages_dialogs_gen.go#L382: if !(d.Dialogs == nil) {
tl_messages_dialogs_gen.go#L416: d.Dialogs = from.GetDialogs()
tl_messages_dialogs_gen.go#L484: b.PutVectorHeader(len(d.Dialogs))
tl_messages_dialogs_gen.go#L485: for idx, v := range d.Dialogs {
tl_messages_dialogs_gen.go#L553: d.Dialogs = make([]DialogClass, 0, headerLen%bin.PreallocateLimit)
tl_messages_dialogs_gen.go#L560: d.Dialogs = append(d.Dialogs, value)
tl_messages_dialogs_gen.go#L630: return d.Dialogs
tl_messages_dialogs_gen.go#L659: return DialogClassArray(d.Dialogs)
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. |