twilight-http 0.15.4

Discord REST API client for the Twilight ecosystem.
Documentation
1
2
3
4
5
6
7
mod update_current_user_voice_state;
mod update_user_voice_state;

pub use self::{
    update_current_user_voice_state::UpdateCurrentUserVoiceState,
    update_user_voice_state::UpdateUserVoiceState,
};