TargetChatChosen constructor
const
TargetChatChosen({})
The chat needs to be chosen by the user among chats of the specified types
Implementation
const TargetChatChosen({
required this.allowUserChats,
required this.allowBotChats,
required this.allowGroupChats,
required this.allowChannelChats,
});