Table of Contents

Method CreateDmAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

CreateDmAsync(ulong)

Creates a DM

public Task<DiscordDmChannel> CreateDmAsync(ulong recipientId)

Parameters

recipientId ulong

Recipient user ID

Returns

Task<DiscordDmChannel>