SendMessage constructor
SendMessage({
- required int chatId,
- MessageTopic? topicId,
- InputMessageReplyTo? replyTo,
- MessageSendOptions? options,
- ReplyMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
Implementation
SendMessage({
required this.chatId,
this.topicId,
this.replyTo,
this.options,
this.replyMarkup,
this.inputMessageContent,
});