1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 11:16:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.games/-game/-game.md
2021-03-17 15:18:37 +00:00

12 lines
905 B
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.games](../index.md)/[Game](index.md)/[Game](-game.md)
# Game
[common]
Content
fun [Game](-game.md)(title: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), description: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), photo: [Photo](../../dev.inmo.tgbotapi.types.files/index.md#%5Bdev.inmo.tgbotapi.types.files%2FPhoto%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), caption: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? = null, captionEntities: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[TextPart](../../dev.inmo.tgbotapi.CommonAbstracts/-text-part/index.md)> = emptyList(), animation: [AnimationFile](../../dev.inmo.tgbotapi.types.files/-animation-file/index.md)? = null)