MessagesSetChatAvailableReactions constructor
const
MessagesSetChatAvailableReactions({
- required InputPeerBase peer,
- required ChatReactionsBase availableReactions,
- int? reactionsLimit,
- bool? paidEnabled,
Messages Set Chat Available Reactions constructor.
Implementation
const MessagesSetChatAvailableReactions({
required this.peer,
required this.availableReactions,
this.reactionsLimit,
this.paidEnabled,
}) : super._();