Enum serenity::http::GuildPagination
[−]
[src]
pub enum GuildPagination {
After(GuildId),
Before(GuildId),
}Representation of the method of a query to send for the get_guilds
function.
Variants
After(GuildId)The Id to get the guilds after.
Before(GuildId)The Id to get the guilds before.