Search Results for

    Show / Hide Table of Contents

    Class SocketSticker

    Represents a general sticker received over the gateway.

    Inheritance
    Object
    SocketEntity<UInt64>
    SocketSticker
    SocketCustomSticker
    SocketUnknownSticker
    Implements
    IEntity<UInt64>
    ISticker
    IStickerItem
    Inherited Members
    SocketEntity<UInt64>.Id
    Namespace: Discord.WebSocket
    Assembly: Discord.Net.WebSocket.dll
    Syntax
    public class SocketSticker : SocketEntity<ulong>, IEntity<ulong>, ISticker, IStickerItem

    Properties

    | Improve this Doc View Source

    Description

    Declaration
    public virtual string Description { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Format

    Gets the format type of this sticker.

    Declaration
    public StickerFormatType Format { get; protected set; }
    Property Value
    Type Description
    StickerFormatType

    A StickerFormatType with the format type of this sticker.

    | Improve this Doc View Source

    IsAvailable

    Declaration
    public virtual bool? IsAvailable { get; protected set; }
    Property Value
    Type Description
    Nullable<Boolean>
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; protected set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    PackId

    Declaration
    public virtual ulong PackId { get; }
    Property Value
    Type Description
    UInt64
    | Improve this Doc View Source

    SortOrder

    Declaration
    public virtual int? SortOrder { get; }
    Property Value
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    Tags

    Declaration
    public virtual IReadOnlyCollection<string> Tags { get; }
    Property Value
    Type Description
    IReadOnlyCollection<String>
    | Improve this Doc View Source

    Type

    Gets the type of this sticker.

    Declaration
    public virtual StickerType Type { get; }
    Property Value
    Type Description
    StickerType

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    GetStickerUrl()

    Declaration
    public string GetStickerUrl()
    Returns
    Type Description
    String

    Implements

    IEntity<TId>
    ISticker
    IStickerItem

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2023 3.12.0