EditMessageReplyMarkupReq

final case class EditMessageReplyMarkupReq(chatId: Option[ChatId], messageId: Option[Int], inlineMessageId: Option[String], replyMarkup: Option[InlineKeyboardMarkup])
Value parameters:
chatId

Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername)

inlineMessageId

Required if chat_id and message_id are not specified. Identifier of the inline message

messageId

Required if inline_message_id is not specified. Identifier of the message to edit

replyMarkup

A JSON-serialized object for an inline keyboard.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product