- Fixed a Bug

pull/216/head
AliMVP 7 years ago
parent 8eb1037a02
commit 8a819c25cd
  1. 11
      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"`