github.com/gotd/td/tg.Message.Media (field)
9 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L318: Media MessageMediaClass
tl_message_gen.go#L457: if !(m.Media == nil) {
tl_message_gen.go#L572: m.Media = val
tl_message_gen.go#L846: if !(m.Media == nil) {
tl_message_gen.go#L936: if m.Media == nil {
tl_message_gen.go#L939: if err := m.Media.Encode(b); err != nil {
tl_message_gen.go#L1092: m.Media = value
tl_message_gen.go#L1506: m.Media = value
tl_message_gen.go#L1518: return m.Media, 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. |