Skip to content

Commit c0b7740

Browse files
committed
Add message type: file
1 parent 60eaa50 commit c0b7740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/line/bot/event/message.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module MessageType
2020
Image = 'image'
2121
Video = 'video'
2222
Audio = 'audio'
23+
File = 'file'
2324
Location = 'location'
2425
Sticker = 'sticker'
2526
Unsupport = 'unsupport'

0 commit comments

Comments
 (0)