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

Merge pull request #14 from DmitryZagorulko/master

add element in WebhookData struct
This commit is contained in:
Alex Lushpai 2018-07-13 15:09:59 +03:00 committed by GitHub
commit 619f407935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,8 @@ type WebhookData struct {
ExternalChatID string `json:"external_chat_id"`
ChannelID uint64 `json:"channel_id"`
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