StopMessageLiveLocationReq

telegramium.bots.client.StopMessageLiveLocationReq
final case class StopMessageLiveLocationReq(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 with live location to stop

replyMarkup

A JSON-serialized object for a new inline keyboard.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product