Struct dasi::model::PrivateChannel
[−]
[src]
pub struct PrivateChannel {
pub id: ChannelId,
pub recipient: User,
pub last_message_id: Option<MessageId>,
}Private text channel to another user
Fields
id | |
recipient | |
last_message_id |