github.com/gotd/td/tg.PhotosUploadProfilePhotoRequest.Video (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_photos_upload_profile_photo_gen.go#L63: 	Video InputFileClass
		tl_photos_upload_profile_photo_gen.go#L108: 	if !(u.Video == nil) {
		tl_photos_upload_profile_photo_gen.go#L149: 		u.Video = val
		tl_photos_upload_profile_photo_gen.go#L230: 	if !(u.Video == nil) {
		tl_photos_upload_profile_photo_gen.go#L276: 		if u.Video == nil {
		tl_photos_upload_profile_photo_gen.go#L279: 		if err := u.Video.Encode(b); err != nil {
		tl_photos_upload_profile_photo_gen.go#L338: 		u.Video = value
		tl_photos_upload_profile_photo_gen.go#L415: 	u.Video = value
		tl_photos_upload_profile_photo_gen.go#L427: 	return u.Video, true