masto
    Preparing search index...

    Interface CustomEmojisResource

    interface CustomEmojisResource {
        list: Method<Paginator<CustomEmoji[], undefined>>;
    }
    Index

    Properties

    Properties

    list: Method<Paginator<CustomEmoji[], undefined>>

    Returns custom emojis that are available on the server.