pub struct GetGuildScheduledEventUsers<'a> { /* private fields */ }
Expand description

Get a list of users subscribed to a scheduled event.

Users are returned in ascending order by user_id. before and after both take a user id. If both are specified, only before is respected. The default limit is 100. See the Discord docs for more information.

Implementations

Get users after this user ID.

This is incompatible with before, and has no effect if before is also set.

Get users before this user ID.

This is incompatible with after.

Set the limit of users to return.

If not specified, the default is 100.

Errors

Returns an error of type ScheduledEventGetUsers if the limit is invalid.

Set whether to return member objects with each user.

Execute the request, returning a future resolving to a Response.

Trait Implementations

Try to convert a request builder into a raw Request. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more