KeyboardButtonSwitchInline constructor

const KeyboardButtonSwitchInline({
  1. required bool samePeer,
  2. required String text,
  3. required String query,
  4. List<InlineQueryPeerTypeBase>? peerTypes,
})

Keyboard Button Switch Inline constructor.

Implementation

const KeyboardButtonSwitchInline({
  required this.samePeer,
  required this.text,
  required this.query,
  this.peerTypes,
}) : super._();