SendEphemeralMessage constructor
SendEphemeralMessage({
- required int chatId,
- MessageTopic? topicId,
- required int receiverUserId,
- int? callbackQueryId,
- InputMessageReplyTo? replyTo,
- required int sendingId,
- required bool onlyPreview,
- ReplyMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
Implementation
SendEphemeralMessage({
required this.chatId,
this.topicId,
required this.receiverUserId,
this.callbackQueryId,
this.replyTo,
required this.sendingId,
required this.onlyPreview,
this.replyMarkup,
this.inputMessageContent,
});