MessageUserShared constructor

const MessageUserShared({
  1. required int userId,
  2. required int buttonId,
})

The current user shared a user, which was requested by the bot

Implementation

const MessageUserShared({
  required this.userId,
  required this.buttonId,
});