MessagesSetChatAvailableReactions constructor

const MessagesSetChatAvailableReactions({
  1. required InputPeerBase peer,
  2. required ChatReactionsBase availableReactions,
  3. int? reactionsLimit,
  4. bool? paidEnabled,
})

Messages Set Chat Available Reactions constructor.

Implementation

const MessagesSetChatAvailableReactions({
  required this.peer,
  required this.availableReactions,
  this.reactionsLimit,
  this.paidEnabled,
}) : super._();