1
0
mirror of synced 2024-11-22 13:06:05 +03:00

add element in WebhookData struct

This commit is contained in:
DmitryZagorulko 2018-07-13 14:23:46 +03:00
parent 86ea1ad66a
commit 6d0e4a26ff

View File

@ -110,7 +110,8 @@ type WebhookData struct {
ExternalChatID string `json:"external_chat_id"` ExternalChatID string `json:"external_chat_id"`
ChannelID uint64 `json:"channel_id"` ChannelID uint64 `json:"channel_id"`
Content string `json:"content"` Content string `json:"content"`
QuoteMessageExternalID string `json:"quote_message_external_id,omitempty"` QuoteExternalID string `json:"quote_external_id,omitempty"`
QuoteContent string `json:"quote_content,omitempty"`
} }
// TransportRequestMeta request metadata // TransportRequestMeta request metadata