Merge pull request #14 from DmitryZagorulko/master
add element in WebhookData struct
This commit is contained in:
commit
619f407935
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user