struct Discord::PrivateChannel
- Discord::PrivateChannel
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
discordcr/mappings/channel.crConstructors
Instance Method Summary
- #id : Snowflake
- #id=(id : Snowflake)
- #last_message_id : Snowflake | Nil
- #last_message_id=(last_message_id : Snowflake | Nil)
- #recipients : Array(User)
- #recipients=(recipients : Array(User))
- #type : ChannelType
- #type=(type : ChannelType)