1
0
mirror of synced 2024-11-22 13:06:05 +03:00

add originator in SendData struct

This commit is contained in:
DmitryZagorulko 2019-01-30 16:54:56 +03:00
parent 017341ea1a
commit 9634ccb674

View File

@ -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"`