@typed-discord/rest
    Preparing search index...

    Interface PinnedMessagesResponse

    interface PinnedMessagesResponse {
        has_more: boolean;
        items: PinnedMessageResponse[];
    }
    Index

    Properties

    Properties

    has_more: boolean