MessagesSetChatAvailableReactions constructor

const MessagesSetChatAvailableReactions({
  1. required InputPeerBase peer,
  2. required ChatReactionsBase availableReactions,
})

Messages Set Chat Available Reactions constructor.

Implementation

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