1
0
Fork 0
mirror of synced 2025-04-11 13:00:55 +00: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
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"`