isHasLinks method

bool isHasLinks()

Checks if only messages with links are fetched. Android Reference: MessagesRequest.isHasLinks()

Implementation

bool isHasLinks() => hasLinks ?? false;