Class FileMessage
A class that represents the message event of file.
-
LINE\LINEBot\Event\BaseEvent
-
LINE\LINEBot\Event\MessageEvent
-
LINE\LINEBot\Event\MessageEvent\FileMessage
Methods summary
public
|
#
__construct( array $event )
FileMessage constructor.
Parameters
Overrides
|
public
string
|
#
getFileName( )
Returns filename of the file message.
Returns filename of the file message.
Returns
string
|
public
string
|
#
getFileSize( )
Returns filesize of the file message.
Returns filesize of the file message.
Returns
string
|
Methods inherited from LINE\LINEBot\Event\BaseEvent
getEventSourceId(),
getGroupId(),
getReplyToken(),
getRoomId(),
getTimestamp(),
getType(),
getUserId(),
isGroupEvent(),
isRoomEvent(),
isUnknownEvent(),
isUserEvent()
|