SendChatAction constructor
SendChatAction({
- required int chatId,
- MessageTopic? topicId,
- String? businessConnectionId,
- ChatAction? action,
Implementation
SendChatAction({
required this.chatId,
this.topicId,
this.businessConnectionId,
this.action,
});