Table of Contents

Method SendAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

SendAsync(DiscordChannel)

Sends the poll to a specific channel

public Task<DiscordMessage> SendAsync(DiscordChannel channel)

Parameters

channel DiscordChannel

The channel the poll should be sent to.

Returns

Task<DiscordMessage>

The current builder to be chained.