SendVenueReq

telegramium.bots.client.SendVenueReq
final case class SendVenueReq(chatId: ChatId, latitude: Float, longitude: Float, title: String, address: String, businessConnectionId: Option[String], messageThreadId: Option[Int], foursquareId: Option[String], foursquareType: Option[String], googlePlaceId: Option[String], googlePlaceType: Option[String], disableNotification: Option[Boolean], protectContent: Option[Boolean], replyParameters: Option[ReplyParameters], replyMarkup: Option[KeyboardMarkup])

Value parameters

address

Address of the venue

businessConnectionId

Unique identifier of the business connection on behalf of which the message will be sent

chatId

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

disableNotification

Sends the message silently. Users will receive a notification with no sound.

foursquareId

Foursquare identifier of the venue

foursquareType

Foursquare type of the venue, if known. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)

googlePlaceId

Google Places identifier of the venue

googlePlaceType

Google Places type of the venue. (See supported types.)

latitude

Latitude of the venue

longitude

Longitude of the venue

messageThreadId

Unique identifier for the target message thread (topic) of the forum; for forum supergroups only

protectContent

Protects the contents of the sent message from forwarding and saving

replyMarkup

Additional interface options. A JSON-serialized object for an inline keyboard, custom reply keyboard, instructions to remove a reply keyboard or to force a reply from the user. Not supported for messages sent on behalf of a business account

replyParameters

Description of the message to reply to

title

Name of the venue

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