class Slack::Response::IM
- Slack::Response::IM
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
slack-api/response/common/im.crConstructors
Instance Method Summary
- #created : Int32
- #created=(created : Int32)
- #id : String
- #id=(id : String)
- #is_im : Bool
- #is_im=(is_im : Bool)
- #is_org_shared : Bool
- #is_org_shared=(is_org_shared : Bool)
- #is_user_deleted : Bool
- #is_user_deleted=(is_user_deleted : Bool)
- #priority : Int32 | Nil
- #priority=(priority : Int32 | Nil)
- #user : String
- #user=(user : String)