We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d6a0e commit 2725489Copy full SHA for 2725489
client.go
@@ -22,7 +22,7 @@ import (
22
23
const (
24
// ClientVersion is used in User-Agent request header to provide server with API level.
25
- ClientVersion = "4.1.0"
+ ClientVersion = "4.2.0"
26
27
// Endpoint points you to MessageBird REST API.
28
Endpoint = "https://rest.messagebird.com"
message.go
@@ -52,9 +52,11 @@ type MessageParams struct {
52
ScheduledDatetime time.Time
53
}
54
55
+// MessageListParams provides additional message list options.
56
type MessageListParams struct {
57
Originator string
58
Direction string
59
+ Type string
60
Limit int
61
Offset int
62
0 commit comments