github.com/gotd/td/tg.MessagesGetDialogsRequest.ExcludePinned (field)
7 uses
github.com/gotd/td/tg (current package)
tl_messages_get_dialogs_gen.go#L45: ExcludePinned bool
tl_messages_get_dialogs_gen.go#L96: if !(g.ExcludePinned == false) {
tl_messages_get_dialogs_gen.go#L140: g.ExcludePinned = from.GetExcludePinned()
tl_messages_get_dialogs_gen.go#L211: if !(g.ExcludePinned == false) {
tl_messages_get_dialogs_gen.go#L274: g.ExcludePinned = g.Flags.Has(0)
tl_messages_get_dialogs_gen.go#L324: g.ExcludePinned = true
tl_messages_get_dialogs_gen.go#L327: g.ExcludePinned = false
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. |