SendEphemeralMessage constructor

SendEphemeralMessage({
  1. required int chatId,
  2. MessageTopic? topicId,
  3. required int receiverUserId,
  4. int? callbackQueryId,
  5. InputMessageReplyTo? replyTo,
  6. required int sendingId,
  7. required bool onlyPreview,
  8. ReplyMarkup? replyMarkup,
  9. 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,
});