class Tourmaline::InputLocationMessageContent

Included Modules

Defined in:

tourmaline/models/input_location_message_content.cr

Constructors

Instance Method Summary

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]