ChatBoostSourceGiftCode constructor

const ChatBoostSourceGiftCode({
  1. required User user,
})

Creates a source of a chat boost.

Implementation

const ChatBoostSourceGiftCode({
  required this.user,
});