update fields for webhook
This commit is contained in:
parent
0820026dc5
commit
2dbada55f6
@ -105,8 +105,8 @@ type WebhookRequest struct {
|
|||||||
type WebhookData struct {
|
type WebhookData struct {
|
||||||
ExternalUserID string `json:"external_user_id"`
|
ExternalUserID string `json:"external_user_id"`
|
||||||
ExternalMessageID string `json:"external_message_id,omitempty"`
|
ExternalMessageID string `json:"external_message_id,omitempty"`
|
||||||
|
ExternalChatID int64 `json:"external_chat_id"`
|
||||||
ChannelID uint64 `json:"channel_id"`
|
ChannelID uint64 `json:"channel_id"`
|
||||||
ChatID int64 `json:"chat_id"` // TODO: add to webhook request
|
|
||||||
Content string `json:"content"`
|
Content string `json:"content"`
|
||||||
QuoteMessageExternalID string `json:"quote_message_external_id,omitempty"`
|
QuoteMessageExternalID string `json:"quote_message_external_id,omitempty"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user