queryDraftMessages
Deprecated
The offset param in the queryDraftMessages method is not used. Use the queryDrafts method instead.
Replace with
queryDrafts(filter, limit, next, sort)
Content copied to clipboard
Query draft messages for the current user. The query can be paginated using offset and limit.
Return
Executable async Call responsible for querying draft messages.
Parameters
offset
The offset to start querying from.
limit
The number of draft messages to return.