PreviousMessageListQuery

An object which retrieves messages from the given channel.

The instance of this class is created by createPreviousMessageListQuery() in BaseChannel class.

Params Bridge

  • Sets the order of messages. If true, the latest message is the index 0. The default value is false.

    Since

    3.0.106
  • Sets the message type to filter messages. The default value is .all.

    Since

    3.0.106
  • Sets the custom type to filter messages.

    Since

    3.0.106
  • Sets the custom types to filter messages.

    Since

    3.0.213
  • Sets the senders’ user IDs filter.

    Since

    3.0.106
  • Determines message object include meta array. Default is false

    Since

    3.0.116
  • Determines message object include reactions. Default is false

    Since

    3.0.168
  • Determines whether to include the thread information of the messages in the results when the results contain parent messages. Default is false

    Since

    3.0.181
  • Determines whether to include parent message information of the messages in the results when the results contain reply messages. Default is false

  • Sets the reply type to filter messages. The default value is .none.

  • Determines whether to include only messages from the subChannel to which you belong in the results. Default is false

    Note

    This value is only used in open channels.

    Since

    3.0.204
  • fetch limit