Class PollMediaProperties
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Properties used to create a poll question.
public class PollMediaProperties
- Inheritance
-
PollMediaProperties
- Inherited Members
Properties
Emoji
Gets or sets the emoji of the question for the poll.
public IEmote Emoji { get; set; }
Property Value
Text
Gets or sets the text of the question for the poll.
public string Text { get; set; }