Skip to content

TargetChatTypes

Type · TDLib 1.8.67 · d1085f9c

Describes allowed types for the target chat

TargetChatTypes(
  allow_user_chats: Bool,
  allow_bot_chats: Bool,
  allow_group_chats: Bool,
  allow_channel_chats: Bool
) → TargetChatTypes

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