From 5643dd7db7fcc193d7deb6c327bc8706342509c5 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Mon, 10 Sep 2018 12:06:57 +0300 Subject: [PATCH] update channel name example --- README.md | 2 +- v1/client.go | 4 ++-- v1/client_test.go | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c8f5cb5..8ff63ad 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ func main() { var client = v1.New("https://token.url", "cb8ccf05e38a47543ad8477d49bcba99be73bff503ea6") ch := Channel{ Type: "telegram", - Name: "Telegram" + Name: "@my_shopping_bot" Settings: ChannelSettings{ SpamAllowed: false, Status: Status{ diff --git a/v1/client.go b/v1/client.go index 82d7899..3dbe78e 100644 --- a/v1/client.go +++ b/v1/client.go @@ -26,7 +26,7 @@ func New(url string, token string) *MgClient { // // request := ActivateRequest{ // Type: "telegram", -// Name: "Telegram", +// Name: "@my_shopping_bot", // Settings: ChannelSettings{ // SpamAllowed: false, // Status: Status{ @@ -78,7 +78,7 @@ func (c *MgClient) ActivateTransportChannel(request Channel) (ActivateResponse, // request := ActivateRequest{ // ID: 3053450384, // Type: "telegram", -// Name: "Telegram", +// Name: "@my_shopping_bot", // Settings: ChannelSettings{ // SpamAllowed: false, // Status: Status{ diff --git a/v1/client_test.go b/v1/client_test.go index 32f0122..91a4870 100644 --- a/v1/client_test.go +++ b/v1/client_test.go @@ -24,7 +24,7 @@ func TestMgClient_ActivateTransportChannel(t *testing.T) { ch := Channel{ ID: channelId, Type: "telegram", - Name: "Telegram", + Name: "@my_shopping_bot", Settings: ChannelSettings{ SpamAllowed: false, Status: Status{ @@ -53,7 +53,7 @@ func TestMgClient_ActivateNewTransportChannel(t *testing.T) { c := client() ch := Channel{ Type: "telegram", - Name: "Telegram", + Name: "@my_shopping_bot", Settings: ChannelSettings{ SpamAllowed: false, Status: Status{ @@ -94,7 +94,7 @@ func TestMgClient_UpdateTransportChannel(t *testing.T) { c := client() ch := Channel{ ID: channelId, - Name: "Somename", + Name: "@my_shopping_bot_2", Settings: ChannelSettings{ SpamAllowed: false, Status: Status{