getDMs

suspend fun getDMs(): List<Channel>(source)

Deprecated

This endpoint no longer works for bots. Instead messages in DMs fire the CHANNEL_CREATE event and you can get a specific DM channel using createDM()

Get the DM channels this user is in.

Return

List of DM channels for the current user.

Throws