Search Results for

    Show / Hide Table of Contents

    Class KuracordDmChannel

    Inheritance
    Object
    SnowflakeObject
    KuracordChannel
    KuracordDmChannel
    Implements
    IEquatable<KuracordChannel>
    Inherited Members
    KuracordChannel.Name
    KuracordChannel.Type
    KuracordChannel.GuildId
    KuracordChannel.Guild
    KuracordChannel.Mention
    KuracordChannel.SendMessageAsync(String)
    KuracordChannel.GetMessageAsync(UInt64, Boolean)
    KuracordChannel.GetMessagesAsync(UInt32, Nullable<UInt64>)
    KuracordChannel.EditMessageAsync(KuracordMessage, String)
    KuracordChannel.EditMessageAsync(UInt64, String)
    KuracordChannel.DeleteMessageAsync(KuracordMessage)
    KuracordChannel.DeleteMessageAsync(UInt64)
    KuracordChannel.CloneAsync()
    KuracordChannel.ModifyAsync(String)
    KuracordChannel.DeleteAsync()
    KuracordChannel.ToString()
    KuracordChannel.Equals(Object)
    KuracordChannel.Equals(KuracordChannel)
    KuracordChannel.GetHashCode()
    SnowflakeObject.Id
    SnowflakeObject.CreationTimestamp
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: KSharpPlus.Entities.Channel
    Assembly: KSharpPlus.dll
    Syntax
    public class KuracordDmChannel : KuracordChannel

    Properties

    | Improve this Doc View Source

    Recipients

    Gets the recipients of this direct message.

    Declaration
    public IReadOnlyList<KuracordUser> Recipients { get; }
    Property Value
    Type Description
    IReadOnlyList<KuracordUser>

    Implements

    IEquatable<>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors