SlackWebAPI v1.2.0 SlackWebAPI.Model.ObjsMessageAttachments View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %SlackWebAPI.Model.ObjsMessageAttachments{
  fallback: String.t() | nil,
  id: integer(),
  image_bytes: integer() | nil,
  image_height: integer() | nil,
  image_url: String.t() | nil,
  image_width: integer() | nil
}