andretshurotshka
andretshurotshka
Bad type inference when strict generic checks is enabled. Workaround: ```json "noStrictGenericChecks": true ```
https://github.com/types/npm-ramda/pull/190
Create container component `Media` for displaying different kind of messages # Text ```tl messageMediaEmpty#3ded6320 = MessageMedia; messageMediaGeo#56e0d474 geo:GeoPoint = MessageMedia; messageMediaContact#5e7d2f39 phone_number:string first_name:string last_name:string user_id:int = MessageMedia; messageMediaUnsupported#9f84f49e = MessageMedia;...