Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
asim
2021-11-03 15:48:48 +00:00
parent aa66632bfa
commit 784e1a71d3
6 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ func (t *StreamService) ListMessages(request *ListMessagesRequest) (*ListMessage
return rsp, t.client.Call("stream", "ListMessages", request, rsp)
}
// SendMessage a message to the stream.
// Send a message to the stream.
func (t *StreamService) SendMessage(request *SendMessageRequest) (*SendMessageResponse, error) {
rsp := &SendMessageResponse{}
return rsp, t.client.Call("stream", "SendMessage", request, rsp)

View File

@@ -78,5 +78,5 @@
"prepare": "npm run build"
},
"types": "index.d.ts",
"version": "1.0.619"
"version": "1.0.620"
}