NAME
App::ChatWorkDescriber::Message - Provides functions to wether description is needed
SYNOPSIS
use App::ChatWorkDescriber::Message;
my $message = "http://example.com";
warn App::ChatWorkDescriber::Message->does_description_need; # <- 1;
warn App::ChatWorkDescriber::Message->describe_message; # <- Example Domain;
DESCRIPTION
This module provides a few functions which will be applied to message.
FUNCTIONS (CLASS METHODS)
- does_description_need
-
Returns bool wether the message needs to be described.
- describe_message
-
Returns a description which is tagged. The tag spec. is ChatWork spec.