DatetimePickerTemplateActionBuilder

A builder class for datetime picker action. When this action is tapped, a postback event is returned via webhook with the date and time selected by the user from the date and time selection dialog.
implements LINE\LINEBot\TemplateActionBuilder
Methods Summary
public
# __construct( string $label , string $data , string $mode , string $initial = NULL, string $max = NULL, string $min = NULL )
DatetimePickerAction constructor.
public
# buildTemplateAction( )
Builds datetime picker action structure.

Implementation of