Results 3 issues of Eduardo Macías

Hello, receive a cordial greeting. Implemented a smpp client as shown below: ``` public static SmppClient GetSmppClient() { var client = new SmppClient(); SmppConnectionProperties properties = client.Properties; properties.SystemID = "MyID";...

There are the functions to: - Create: CreateConversationWebhook(...) - List: ListConversationWebhooks(...) - View: ViewConversationWebhook(...) - Delete: DeleteConversationWebhook(...) But there is no function to update.