td icon indicating copy to clipboard operation
td copied to clipboard

gen: derive mappings with parameters

Open tdakkota opened this issue 3 years ago • 1 comments

Description

PR #374 removed mapping for Photo -> InputPhotoFileLocation due to InputPhotoFileLocation requires ThumbSize field.

But gotdgen can generate mapping like AsInputPhotoFileLocation(thumbSize string) *tg.InputPhotoFileLocation, where thumbSize passed by user.

References

mappableFields returns possible As mapping. https://github.com/gotd/td/blob/9ce051b1eb02739de38fc6973b14fd4ccaa5aa98/internal/gen/fields.go#L28-L73

tdakkota avatar Jun 05 '21 08:06 tdakkota

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jun 10 '22 16:06 stale[bot]