list Ids
Returns an array of numeric user ids the authenticating user has muted.
Receiver
Mutes endpoint instance.
Return
CursorJsonObjectApiAction for CursorIds model.
Parameters
Many programming environments will not consume Twitter IDs due to their size. Provide this option to have IDs returned as strings instead. Read more about Twitter IDs.
Causes the list of IDs to be broken into pages of no more than 5000 IDs at a time. The number of IDs returned is not guaranteed to be 5000 as suspended users are filtered out. If no cursor is provided, a value of -1 will be assumed, which is the first "page." The response from the API will include a previous_cursor and next_cursor to allow paging back and forth. See Using cursors to navigate collections for more information.
Optional. Custom parameters of this request.
Shorthand property to Mutes.listIds.