Struct ruma_client_api::r0::account::request_password_change_token::Request
source · pub struct Request {
pub client_secret: String,
pub email: String,
pub id_server: Option<String>,
pub send_attempt: u64,
}Expand description
Data for a request to this API endpoint.
Fields§
§client_secret: StringTODO: This parameter is not documented in the spec.
email: StringTODO: This parameter is not documented in the spec.
id_server: Option<String>TODO: This parameter is not documented in the spec.
send_attempt: u64TODO: This parameter is not documented in the spec.