Skip to content

Commit

Permalink
file: add file_unique_id field
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfedcafe committed Apr 26, 2020
1 parent b9c6649 commit 4cd0f77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions file.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
// File object represents any sort of file.
type File struct {
FileID string `json:"file_id"`
UniqueID string `json:"file_unique_id"`
FileSize int `json:"file_size"`

// file on telegram server https://core.telegram.org/bots/api#file
Expand Down

0 comments on commit 4cd0f77

Please sign in to comment.