Class GuildStickerProperties
public class GuildStickerProperties : IHttpSerializable
- Inheritance
-
GuildStickerProperties
- Implements
- Inherited Members
Constructors
GuildStickerProperties(AttachmentProperties, StickerFormat, IEnumerable<string>)
public GuildStickerProperties(AttachmentProperties attachment, StickerFormat format, IEnumerable<string> tags)
Parameters
attachmentAttachmentPropertiesSticker attachment.
formatStickerFormatSticker format.
tagsIEnumerable<string>Sticker autocomplete/suggestion tags (max 200 characters long when comma joined).
Properties
Attachment
Sticker attachment.
public AttachmentProperties Attachment { get; set; }
Property Value
Format
Sticker format.
public StickerFormat Format { get; set; }
Property Value
Tags
Sticker autocomplete/suggestion tags (max 200 characters long when comma joined).
public IEnumerable<string> Tags { get; set; }
Property Value
Methods
AddTags(params IEnumerable<string>)
Sticker autocomplete/suggestion tags (max 200 characters long when comma joined).
public GuildStickerProperties AddTags(params IEnumerable<string> tags)
Parameters
tagsIEnumerable<string>
Returns
Serialize()
Serializes the object or its part into HttpContent.
public HttpContent Serialize()
Returns
WithAttachment(AttachmentProperties)
Sticker attachment.
public GuildStickerProperties WithAttachment(AttachmentProperties attachment)
Parameters
attachmentAttachmentProperties
Returns
WithFormat(StickerFormat)
Sticker format.
public GuildStickerProperties WithFormat(StickerFormat format)
Parameters
formatStickerFormat
Returns
WithTags(IEnumerable<string>)
Sticker autocomplete/suggestion tags (max 200 characters long when comma joined).
public GuildStickerProperties WithTags(IEnumerable<string> tags)
Parameters
tagsIEnumerable<string>