InlineKeyboardButton constructor
InlineKeyboardButton({
- required String text,
- required int iconCustomEmojiId,
- ButtonStyle? style,
- InlineKeyboardButtonType? type,
Implementation
InlineKeyboardButton({
required this.text,
required this.iconCustomEmojiId,
this.style,
this.type,
});