twilight-http 0.5.0

Discord REST API client for the Twilight ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub use super::{
    audit_reason::{AuditLogReason, AuditLogReasonError},
    channel::{invite::*, message::*, reaction::*, stage::*, webhook::*, *},
    get_gateway::GetGateway,
    get_gateway_authed::GetGatewayAuthed,
    get_voice_regions::GetVoiceRegions,
    guild::{ban::*, emoji::*, integration::*, member::*, role::*, user::*, *},
    template::{
        create_guild_from_template::CreateGuildFromTemplateError,
        create_template::CreateTemplateError, *,
    },
    user::*,
};