Skip to content

Commit ec60703

Browse files
robinvoogtcm\robin.voogt
and
cm\robin.voogt
authored
Added Instagram (#14)
* Added Facebook Messenger and Google Business Messages channel * Added import for serialized name * Added Instagram Co-authored-by: cm\robin.voogt <rv@cm.nl>
1 parent de55914 commit ec60703

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.github.cmdotcom</groupId>
77
<artifactId>text-sdk-java</artifactId>
8-
<version>1.2-SNAPSHOT</version>
8+
<version>1.3-SNAPSHOT</version>
99
<build>
1010
<plugins>
1111

src/main/java/com/cmtelecom/text/sdk/models/Channel.java

+9-1
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,13 @@ public enum Channel {
9797
/// Note that CM needs to configure this for you to work.
9898
/// </remarks>
9999
@SerializedName("Google Business Messages")
100-
GoogleBusinessMessages
100+
GoogleBusinessMessages,
101+
102+
/// <summary>
103+
/// Messages will be sent over Instagram.
104+
/// </summary>
105+
/// <remarks>
106+
/// Note that CM needs to configure this for you to work.
107+
/// </remarks>
108+
Instagram
101109
}

0 commit comments

Comments
 (0)