TargetChatChosen constructor

TargetChatChosen(
  1. {required bool allow_user_chats,
  2. required bool allow_bot_chats,
  3. required bool allow_group_chats,
  4. required bool allow_channel_chats,
  5. int? extra,
  6. int? clientId}
)

The chat needs to be chosen by the user among chats of the specified types

Implementation

TargetChatChosen