commit
0820026dc5
@ -106,7 +106,7 @@ type WebhookData struct {
|
||||
ExternalUserID string `json:"external_user_id"`
|
||||
ExternalMessageID string `json:"external_message_id,omitempty"`
|
||||
ChannelID uint64 `json:"channel_id"`
|
||||
ChatID int64 `json:"channel_id"` // TODO: add to webhook request
|
||||
ChatID int64 `json:"chat_id"` // TODO: add to webhook request
|
||||
Content string `json:"content"`
|
||||
QuoteMessageExternalID string `json:"quote_message_external_id,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user