mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-06 21:47:30 +08:00
fix telegram media sending via message tool (path/url support)
This commit is contained in:
@@ -19,6 +19,7 @@ type OutboundMessage struct {
|
||||
Channel string `json:"channel"`
|
||||
ChatID string `json:"chat_id"`
|
||||
Content string `json:"content"`
|
||||
Media string `json:"media,omitempty"`
|
||||
ReplyToID string `json:"reply_to_id,omitempty"`
|
||||
Buttons [][]Button `json:"buttons,omitempty"`
|
||||
Action string `json:"action,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user