TargetChatTypes constructor
TargetChatTypes({})
Implementation
TargetChatTypes({
required this.allowUserChats,
required this.allowBotChats,
required this.allowGroupChats,
required this.allowChannelChats,
});
TargetChatTypes({
required this.allowUserChats,
required this.allowBotChats,
required this.allowGroupChats,
required this.allowChannelChats,
});