From 4ee3787af1945061983e8378c617fc4d974f7939 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 1 Jun 2018 15:24:53 +0300 Subject: [PATCH] change field type --- v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1/types.go b/v1/types.go index 9cd8855..5820e62 100644 --- a/v1/types.go +++ b/v1/types.go @@ -105,7 +105,7 @@ type WebhookRequest struct { type WebhookData struct { ExternalUserID string `json:"external_user_id"` ExternalMessageID string `json:"external_message_id,omitempty"` - ExternalChatID int64 `json:"external_chat_id"` + ExternalChatID string `json:"external_chat_id"` ChannelID uint64 `json:"channel_id"` Content string `json:"content"` QuoteMessageExternalID string `json:"quote_message_external_id,omitempty"`