class Tourmaline::InputLocationMessageContent

Included Modules

Defined in:

tourmaline/models/input_location_message_content.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tourmaline::Model

client : Tourmaline::Client client, client=(client : Tourmaline::Client) client=, client? : Tourmaline::Client | Nil client?, finish_init(client : Tourmaline::Client) finish_init

Constructor Detail

def self.new(latitude : String, longitude : String, horizontal_accuracy : Int32 | Nil = nil, live_period : Int32 | Nil = nil, heading : Int32 | Nil = nil, proximity_alert_radius : Int32 | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def heading : Int32 | Nil #

[View source]
def horizontal_accuracy : Int32 | Nil #

[View source]
def latitude : String #

[View source]
def live_period : Int32 | Nil #

[View source]
def longitude : String #

[View source]
def proximity_alert_radius : Int32 | Nil #

[View source]