SendMessage constructor

SendMessage({
  1. required int chatId,
  2. MessageTopic? topicId,
  3. InputMessageReplyTo? replyTo,
  4. MessageSendOptions? options,
  5. ReplyMarkup? replyMarkup,
  6. InputMessageContent? inputMessageContent,
})

Implementation

SendMessage({
  required this.chatId,
  this.topicId,
  this.replyTo,
  this.options,
  this.replyMarkup,
  this.inputMessageContent,
});