Module: Line::Bot::Event::MessageType

Defined in:
lib/line/bot/event/message.rb

Constant Summary collapse

Text =
'text'
Image =
'image'
Video =
'video'
Audio =
'audio'
File =
'file'
Location =
'location'
Sticker =
'sticker'
Unsupport =
'unsupport'