Class EditMessageLiveLocationMethod.
see | |
---|---|
package | Default |
create(integer|string $chatId, \TgBotApi\BotApiBase\Method\int $messageId, \TgBotApi\BotApiBase\Method\float $latitude, \TgBotApi\BotApiBase\Method\float $longitude, array $data = null
)
integer
string
\TgBotApi\BotApiBase\Exception\BadArgumentException |
---|
createInline(\TgBotApi\BotApiBase\Method\string $inlineMessageId, \TgBotApi\BotApiBase\Method\float $latitude, \TgBotApi\BotApiBase\Method\float $longitude, array $data = null
)
\TgBotApi\BotApiBase\Exception\BadArgumentException |
---|
fill(array $data, array $forbidden = array()
)
array
array
\TgBotApi\BotApiBase\Exception\BadArgumentException |
---|
$chatId : integer | string
Unique identifier for the target chat or username of the target channel (in the format @channelusername).
$heading : integer | null
Must be between 1 and 360 if specified.
$horizontalAccuracy : float | integer | null
$inlineMessageId : string | null
$latitude : float
$longitude : float
$proximityAlertRadius : integer | null
Must be between 1 and 100000 if specified.
$replyMarkup : \TgBotApi\BotApiBase\Type\InlineKeyboardMarkupType | \TgBotApi\BotApiBase\Type\ReplyKeyboardMarkupType | \TgBotApi\BotApiBase\Type\ReplyKeyboardRemoveType | \TgBotApi\BotApiBase\Type\ForceReplyType | null