InlineKeyboardButtonTypeUser constructor

const InlineKeyboardButtonTypeUser({
  1. required int userId,
})

A button with a user reference to be handled in the same way as textEntityTypeMentionName entities

Implementation

const InlineKeyboardButtonTypeUser({
  required this.userId,
});