SendChatAction constructor

SendChatAction({
  1. required int chatId,
  2. MessageTopic? topicId,
  3. String? businessConnectionId,
  4. ChatAction? action,
})

Implementation

SendChatAction({
  required this.chatId,
  this.topicId,
  this.businessConnectionId,
  this.action,
});