UserRestAPIMethodsImpl

Constructors

Link copied to clipboard
constructor(yde: YDE)

Functions

Link copied to clipboard
open override fun createDm(id: Long): CompletableDeferred<DmChannel>

Creates a direct message channel with this user.

Link copied to clipboard
open override fun requestUser(id: Long): CompletableDeferred<User>

Request a user by its id.

Link copied to clipboard
open override fun requestUsers(): CompletableDeferred<List<User>>

Request to get a list of all the users that are visible to the bot.

Properties

Link copied to clipboard
Link copied to clipboard
val yde: YDE