nadia v0.7.0 Nadia.Model.InlineQueryResult.Venue
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: %Nadia.Model.InlineQueryResult.Venue{
address: binary(),
foursquare_id: binary(),
id: binary(),
input_message_content: InputMessageContent.t(),
latitude: float(),
longitude: float(),
reply_markup: InlineKeyboardMarkup.t(),
thumb_height: integer(),
thumb_url: binary(),
thumb_width: integer(),
title: binary(),
type: binary()
}
t() :: %Nadia.Model.InlineQueryResult.Venue{ address: binary(), foursquare_id: binary(), id: binary(), input_message_content: InputMessageContent.t(), latitude: float(), longitude: float(), reply_markup: InlineKeyboardMarkup.t(), thumb_height: integer(), thumb_url: binary(), thumb_width: integer(), title: binary(), type: binary() }