Type Alias lichess_api::model::bot::chat::ChatLine

source ·
pub type ChatLine = ChatLine;

Aliased Type§

struct ChatLine {
    pub text: String,
    pub user: String,
}

Fields§

§text: String§user: String