func github.com/gotd/td/tg.DecodeVideoSize
7 uses
github.com/gotd/td/tg (current package)
tl_document_gen.go#L533: value, err := DecodeVideoSize(b)
tl_input_chat_photo_gen.go#L402: value, err := DecodeVideoSize(b)
tl_photo_gen.go#L483: value, err := DecodeVideoSize(b)
tl_photos_upload_contact_profile_photo_gen.go#L363: value, err := DecodeVideoSize(b)
tl_photos_upload_profile_photo_gen.go#L348: value, err := DecodeVideoSize(b)
tl_video_size_gen.go#L765: func DecodeVideoSize(buf *bin.Buffer) (VideoSizeClass, error) {
tl_video_size_gen.go#L807: v, err := DecodeVideoSize(buf)
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. |