UpdateUserTyping constructor
const
UpdateUserTyping({
- required int userId,
- int? topMsgId,
- required SendMessageActionBase action,
Update User Typing constructor.
Implementation
const UpdateUserTyping({
required this.userId,
this.topMsgId,
required this.action,
}) : super._();