handle_send_chat_kind_event

Function handle_send_chat_kind_event 

Source
pub fn handle_send_chat_kind_event(
    events: EventReader<'_, '_, SendChatKindEvent>,
    commands: Commands<'_, '_>,
    query: Query<'_, '_, (&Account, &mut ChatSigningSession)>,
)