View Source ExTDLib.Object.TargetChatChosen (ExTDLib v0.0.4)
The chat needs to be chosen by the user among chats of the specified types.
| Name | Type | Description |
|---|---|---|
| allow_user_chats | bool | True, if private chats with ordinary users are allowed. |
| allow_bot_chats | bool | True, if private chats with other bots are allowed. |
| allow_group_chats | bool | True, if basic group and supergroup chats are allowed. |
| allow_channel_chats | bool | True, if channel chats are allowed. |
More details on telegram's documentation.