1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-15 13:19:30 +00:00

add Video InlineQueryResult

This commit is contained in:
2019-02-07 12:32:32 +08:00
parent 558800c1e4
commit 1ce4c97899
8 changed files with 137 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
package com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts
interface MimeTyped {
val mimeType: String? // TODO::replace by something like enum or interface
}