diff --git a/v1/types.go b/v1/types.go index 219fb52..fe812f8 100644 --- a/v1/types.go +++ b/v1/types.go @@ -232,6 +232,7 @@ type EditMessageRequestMessage struct { // SendData struct type SendData struct { Message Message `json:"message"` + Originator string `json:"originator"` User User `json:"user"` Channel uint64 `json:"channel"` ExternalChatID string `json:"external_chat_id"`