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
attachment
AttachmentPropertiesSticker attachment.
format
StickerFormatSticker format.
tags
IEnumerable<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(IEnumerable<string>)
Sticker autocomplete/suggestion tags (max 200 characters long when comma joined).
public GuildStickerProperties AddTags(IEnumerable<string> tags)
Parameters
tags
IEnumerable<string>
Returns
AddTags(params string[])
Sticker autocomplete/suggestion tags (max 200 characters long when comma joined).
public GuildStickerProperties AddTags(params string[] tags)
Parameters
tags
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
attachment
AttachmentProperties
Returns
WithFormat(StickerFormat)
Sticker format.
public GuildStickerProperties WithFormat(StickerFormat format)
Parameters
format
StickerFormat
Returns
WithTags(IEnumerable<string>)
Sticker autocomplete/suggestion tags (max 200 characters long when comma joined).
public GuildStickerProperties WithTags(IEnumerable<string> tags)
Parameters
tags
IEnumerable<string>