Skip to content

Commit

Permalink
message.blurhash
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Apr 21, 2021
1 parent 0de0e6c commit 3cdc4f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions message.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ type MessageContent struct {
// Upload still processing, if any. Deprecated: use Uploads instead
Processing bool `mediatype:"video" json:"processing,omitempty"`

// Compact representation of a placeholder for an image. Deprecated: use Uploads instead
Blurhash string `mediatype:"image" json:"blurhash,omitempty"`

// Upload preview height, in pixels, if any. Deprecated: use Uploads instead
PreviewHeight int `mediatype:"image,video" json:"previewHeight,omitempty"`

Expand Down

0 comments on commit 3cdc4f5

Please sign in to comment.