You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.
Hi,
I'm trying to use TLSharp to utilize this api method:
help.deepLinkInfo (https://core.telegram.org/constructor/help.deepLinkInfo)
I can't see anything ready for this purpose in the library, so I wrote my classes:
TLDeepLinkInfo
TLRequestGetDeepLinkInfo
I try to use it this way:
But I get exception:
"Constructor Invalid Or Context.Init Not Called"
with InnerException:
"The given key was not present in the dictionary."
Could someone advise me, what am I doing wrong?
The text was updated successfully, but these errors were encountered: