1
0
mirror of synced 2024-11-22 04:56:06 +03:00

change field type

This commit is contained in:
Alex Lushpai 2018-06-01 15:24:53 +03:00
parent d56bc65d93
commit 4ee3787af1

View File

@ -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"`