This commit is contained in:
parent
7dd02c0056
commit
fae6f35774
9 changed files with 19 additions and 19 deletions
|
@ -17,10 +17,10 @@ const (
|
|||
// MessageAction represents an action to be performed on the platform
|
||||
type MessageAction struct {
|
||||
Type ActionType
|
||||
Message *Message // For send_message
|
||||
MessageID string // For delete_message
|
||||
Chat string // Chat where the action happens
|
||||
Channel *Channel // Channel reference
|
||||
Message *Message // For send_message
|
||||
MessageID string // For delete_message
|
||||
Chat string // Chat where the action happens
|
||||
Channel *Channel // Channel reference
|
||||
Raw map[string]interface{} // Additional data for the action
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue