Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetLostPushMessageResponseData

    GetLostPushMessageResponseData sub-interface for GetLostPushMessageResponse

    interface GetLostPushMessageResponseData {
        has_next_page?: boolean;
        last_message_id?: number;
        push_message_list?: GetLostPushMessagePushMessage[];
    }
    Index

    Properties

    has_next_page?: boolean

    This is to indicate whether the lost push message to be consumed is more than 100. If this value is true, you may need to continue calling to get the remaining lost push messages to be consumed.

    last_message_id?: number

    Specifies the end entry of data returned in the current call.

    push_message_list?: GetLostPushMessagePushMessage[]

    Returns the earliest 100 lost push messages that were lost within 3 days of the current time and not confirmed to have been consumed.