func github.com/gotd/td/tg.DecodeInputPhoto
9 uses
github.com/gotd/td/tg (current package)
tl_account_report_profile_photo_gen.go#L205: value, err := DecodeInputPhoto(b)
tl_input_bot_inline_result_gen.go#L673: value, err := DecodeInputPhoto(b)
tl_input_chat_photo_gen.go#L606: value, err := DecodeInputPhoto(b)
tl_input_media_gen.go#L640: value, err := DecodeInputPhoto(b)
tl_input_photo_gen.go#L382: func DecodeInputPhoto(buf *bin.Buffer) (InputPhotoClass, error) {
tl_input_photo_gen.go#L417: v, err := DecodeInputPhoto(buf)
tl_input_stickered_media_gen.go#L157: value, err := DecodeInputPhoto(b)
tl_photos_delete_photos_gen.go#L164: value, err := DecodeInputPhoto(b)
tl_photos_update_profile_photo_gen.go#L226: value, err := DecodeInputPhoto(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. |