class Tourmaline::ChatLocation

Overview

Represents a location to which a chat is connected.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(location : Tourmaline::Location, address : String) #

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

[View source]

Instance Method Detail

def address : String #

Location address; 1-64 characters, as defined by the chat owner


[View source]
def address=(address : String) #

Location address; 1-64 characters, as defined by the chat owner


[View source]
def location : Tourmaline::Location #

The location to which the supergroup is connected. Can't be a live location.


[View source]
def location=(location : Tourmaline::Location) #

The location to which the supergroup is connected. Can't be a live location.


[View source]