VA
Size: a a a
VA
В
VA
В
class InlineQueryEvent(
val bot: Bot,
id: String,
from: User,
location: Location?,
query: String,
offset: String
): InlineQuery(
id,
from,
location,
query,
offset
) {
fun answer(...) = bot.answerInlineQuery(...)
}
Э
L
Э
В
L
В
🅿
В
AG
К
К
К
К
VS