add originator in SendData struct
This commit is contained in:
parent
017341ea1a
commit
9634ccb674
@ -232,6 +232,7 @@ type EditMessageRequestMessage struct {
|
|||||||
// SendData struct
|
// SendData struct
|
||||||
type SendData struct {
|
type SendData struct {
|
||||||
Message Message `json:"message"`
|
Message Message `json:"message"`
|
||||||
|
Originator string `json:"originator"`
|
||||||
User User `json:"user"`
|
User User `json:"user"`
|
||||||
Channel uint64 `json:"channel"`
|
Channel uint64 `json:"channel"`
|
||||||
ExternalChatID string `json:"external_chat_id"`
|
ExternalChatID string `json:"external_chat_id"`
|
||||||
|
Loading…
Reference in New Issue
Block a user