-
CreateChatInviteLink create = new CreateChatInviteLink(); try { ChatInviteLink inv = create.deserializeResponse(???); I generated a time-limited invitation link. How to solve? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The Getting Started Guide has everthing you need. deserializeResponse is an internal method and should never be used directly. |
Beta Was this translation helpful? Give feedback.
The Getting Started Guide has everthing you need. deserializeResponse is an internal method and should never be used directly.
After you initialized the CreateChatInviteLink method you need to call the execute method.