github.com/gotd/td/tg.DCOption.MediaOnly (field)
15 uses
github.com/gotd/td/tg (current package)
tl_dc_option_gen.go#L50: MediaOnly bool
tl_dc_option_gen.go#L103: if !(d.MediaOnly == false) {
tl_dc_option_gen.go#L157: d.MediaOnly = from.GetMediaOnly()
tl_dc_option_gen.go#L250: if !(d.MediaOnly == false) {
tl_dc_option_gen.go#L319: d.MediaOnly = d.Flags.Has(1)
tl_dc_option_gen.go#L378: d.MediaOnly = true
tl_dc_option_gen.go#L381: d.MediaOnly = false
github.com/gotd/td/session
tdesktop.go#L18: opt.MediaOnly {
tdesktop.go#L34: MediaOnly: dc.MediaOnly(),
github.com/gotd/td/telegram/dcs
find.go#L54: if !opt.MediaOnly && !opt.CDN {
plain.go#L51: if x.MediaOnly {
prod.go#L38: MediaOnly: true,
prod.go#L51: MediaOnly: true,
prod.go#L81: MediaOnly: true,
prod.go#L88: MediaOnly: true,
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. |