struct
Circed::Network::NetworkState::ChannelInfo
- Circed::Network::NetworkState::ChannelInfo
- Struct
- Value
- Object
Overview
Channel information structure - using struct for performance
Defined in:
circed/network/network_state.crConstructors
Instance Method Summary
- #created_at : Time
- #members : Hash(String, Set(Char))
- #members=(members : Hash(String, Set(Char)))
- #modes : Set(Char)
- #modes=(modes : Set(Char))
- #name : String
- #topic : String | Nil
- #topic=(topic : String | Nil)
- #topic_set_at : Time | Nil
- #topic_set_at=(topic_set_at : Time | Nil)
- #topic_set_by : String | Nil
- #topic_set_by=(topic_set_by : String | Nil)