Interface RawMessagePinsResponse

interface RawMessagePinsResponse {
    has_more: boolean;
    items: RawMessagePin[];
}

Properties

Properties

has_more: boolean
items: RawMessagePin[]