From 8a819c25cd531657ef4552e09af8d84c956f6a06 Mon Sep 17 00:00:00 2001 From: AliMVP Date: Thu, 14 Jun 2018 20:52:24 +0430 Subject: [PATCH] - Fixed a Bug --- types.go | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/types.go b/types.go index f87e53c..5d0f563 100644 --- a/types.go +++ b/types.go @@ -282,17 +282,6 @@ type Document struct { FileSize int `json:"file_size"` // optional } -// Sticker contains information about a sticker. -type Sticker struct { - FileID string `json:"file_id"` - Width int `json:"width"` - Height int `json:"height"` - Thumbnail *PhotoSize `json:"thumb"` // optional - Emoji string `json:"emoji"` // optional - FileSize int `json:"file_size"` // optional - SetName string `json:"set_name"` // optional -} - // Video contains information about a video. type Video struct { FileID string `json:"file_id"`