Hierarchy

  • Pageable

Properties

Properties

count?: number

The number of contacts to be fetched. Default = 10. Maximum = 100. This can be used for pagination, in combination with skip.

from?: number

Timestamp, in Unix, from when contacts are to be fetched.

skip?: number

The number of contacts to be skipped. Default = 0. This can be used for pagination, in combination with count.

to?: number

Timestamp, in Unix, till when contacts are to be fetched.

Generated using TypeDoc