func github.com/gotd/td/tg.DecodeMessageMedia
8 uses
github.com/gotd/td/tg (current package)
tl_message_extended_media_gen.go#L483: value, err := DecodeMessageMedia(b)
tl_message_gen.go#L1088: value, err := DecodeMessageMedia(b)
tl_message_media_gen.go#L4359: func DecodeMessageMedia(buf *bin.Buffer) (MessageMediaClass, error) {
tl_message_media_gen.go#L4492: v, err := DecodeMessageMedia(buf)
tl_message_reply_header_gen.go#L453: value, err := DecodeMessageMedia(b)
tl_story_item_gen.go#L1019: value, err := DecodeMessageMedia(b)
tl_update_gen.go#L3550: value, err := DecodeMessageMedia(b)
tl_updates_gen.go#L2732: value, err := DecodeMessageMedia(b)
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. |