Table of Contents

Method FromAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

FromAsync(DiscordOverwrite)

Populates this builder with data from another overwrite object.

public Task<DiscordOverwriteBuilder> FromAsync(DiscordOverwrite other)

Parameters

other DiscordOverwrite

Overwrite from which data will be used.

Returns

Task<DiscordOverwriteBuilder>

This builder.