From 11cbce8755bfe1277293dc95edf8cb3026bc5463 Mon Sep 17 00:00:00 2001 From: youaresofunny Date: Mon, 30 Sep 2019 16:28:08 +0500 Subject: [PATCH] Add author signature fiels --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 519976e..c52df98 100644 --- a/types.go +++ b/types.go @@ -173,6 +173,7 @@ type Message struct { PassportData *PassportData `json:"passport_data,omitempty"` // optional ConnectedWebsite *string `json:"connected_website,omitempty"` // optional ReplyMarkup *InlineKeyboardMarkup `json:"reply_markup,omitempty"` // optional + AuthorSignature string `json:"author_signature,omitempty"` // optional } // Time converts the message timestamp into a Time.