24 lines
622 B
Markdown
24 lines
622 B
Markdown
---
|
|
title: inputMessageGame
|
|
description: Message with a game, can't be used in broadcast channels and secret chats
|
|
---
|
|
## Constructor: inputMessageGame
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Message with a game, can't be used in broadcast channels and secret chats
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|bot\_user\_id|[int](../types/int.md) | Yes|User identifier of a bot owned the game|
|
|
|game\_short\_name|[string](../types/string.md) | Yes|Game short name|
|
|
|
|
|
|
|
|
### Type: [InputMessageContent](../types/InputMessageContent.md)
|
|
|
|
|