1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-12-27 00:19:24 +00:00

add Audio InlineQueryResult

This commit is contained in:
2019-02-07 12:47:08 +08:00
parent 1ce4c97899
commit fa10535a70
10 changed files with 115 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
package com.github.insanusmokrassar.TelegramBotAPI.CommonAbstracts
interface Performerable {
val performer: String?
}