class Slack::Response::IMHistory
Defined in:
slack-api/response/im/history.crslack-api/response/mpim/history.cr
Constructors
Instance Method Summary
- #has_more : Bool | Nil
- #has_more=(has_more : Bool | Nil)
- #latest : String | Nil
- #latest=(latest : String | Nil)
- #messages : Array(Message)
- #messages=(messages : Array(Message))
- #unread_count_display : Int32 | Nil
- #unread_count_display=(unread_count_display : Int32 | Nil)