From 9634ccb674c90ce067b24cb2dd7742e127a29205 Mon Sep 17 00:00:00 2001 From: DmitryZagorulko Date: Wed, 30 Jan 2019 16:54:56 +0300 Subject: [PATCH] add originator in SendData struct --- v1/types.go | 1 + 1 file changed, 1 insertion(+) 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"`