isHasLinks method
Checks if only messages with links are fetched.
Android Reference: MessagesRequest.isHasLinks()
Implementation
bool isHasLinks() => hasLinks ?? false;
Checks if only messages with links are fetched.
Android Reference: MessagesRequest.isHasLinks()
bool isHasLinks() => hasLinks ?? false;