Enum serenity::client::rest::GuildPagination [] [src]

pub enum GuildPagination {
    After(GuildId),
    Before(GuildId),
}

Representation of the method of a query to send for the get_guilds function.

Variants

The Id to get the guilds after.

The Id to get the guilds before.