Search Results for

    Show / Hide Table of Contents

    Class ElementRecord

    语音消息

    Inheritance
    System.Object
    Element
    ElementFile
    ElementRecord
    Inherited Members
    ElementFile.file_url
    ElementFile.is_fixed
    ElementFile.Save(String)
    ElementFile.Fix()
    Element.type
    Element.data
    Element.isSingle
    Element.Equals(Object)
    Element.GetHashCode()
    Element.ToString()
    Element.GetElement(String, Dictionary<String, String>)
    Namespace: cqhttp.Cyan.Messages.CQElements
    Assembly: cqhttp.Cyan.dll
    Syntax
    public class ElementRecord : ElementFile

    Constructors

    | Improve this Doc View Source

    ElementRecord(Byte[], Boolean, Boolean)

    Declaration
    public ElementRecord(byte[] record, bool useCache = true, bool isMagic = false)
    Parameters
    Type Name Description
    System.Byte[] record
    System.Boolean useCache
    System.Boolean isMagic
    | Improve this Doc View Source

    ElementRecord(String, Boolean, Boolean)

    Declaration
    public ElementRecord(string url, bool useCache = true, bool isMagic = false)
    Parameters
    Type Name Description
    System.String url
    System.Boolean useCache
    System.Boolean isMagic

    Properties

    | Improve this Doc View Source

    isMagic

    是否变声

    Declaration
    public bool isMagic { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    ☀
    ☾