Enum rive_models::payload::InviteBotPayload
source · pub enum InviteBotPayload {
Server {
server: String,
},
Group {
group: String,
},
}Expand description
Bot invite data
Variants§
Trait Implementations§
source§impl Clone for InviteBotPayload
impl Clone for InviteBotPayload
source§fn clone(&self) -> InviteBotPayload
fn clone(&self) -> InviteBotPayload
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more