InlineKeyboardButtonTypeSwitchInline constructor

InlineKeyboardButtonTypeSwitchInline({
  1. required String query,
  2. TargetChat? targetChat,
})

Implementation

InlineKeyboardButtonTypeSwitchInline({required this.query, this.targetChat});