This commit is contained in:
2026-02-03 16:41:34 +03:00
parent 90e2f38c18
commit c71aad0c79
5 changed files with 97 additions and 0 deletions

View File

@@ -172,3 +172,10 @@ type ReactionCount struct {
Type *ReactionType `json:"type"`
TotalCount int `json:"total_count"`
}
type File struct {
FileId string `json:"file_id"`
FileUniqueID string `json:"file_unique_id"`
FileSize int `json:"file_size,omitempty"`
FilePath string `json:"file_path,omitempty"`
}