slack_web_api v1.2.1 SlackWebAPI.Model.ObjsIm

Link to this section Summary

Link to this section Types

Link to this type

t()

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()
}