SlackWebAPI v1.2.0 SlackWebAPI.Model.ObjsIm View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %SlackWebAPI.Model.ObjsIm{
  created: integer(),
  id: String.t(),
  is_app_home: boolean() | nil,
  is_ext_shared: boolean() | nil,
  is_im: boolean(),
  is_org_shared: boolean(),
  is_shared: boolean() | nil,
  is_user_deleted: boolean(),
  priority: float() | nil,
  user: String.t()
}