@hunteroi/discord-verification
    Preparing search index...

    Interface SenderAPIData

    interface SenderAPIData {
        code: string;
        name: string;
        [prop: string]: any;
    }

    Indexable

    • [prop: string]: any
    Index

    Properties

    Properties

    code: string

    The code to send.

    name: string

    The user name for message customization.