ChatLocation
public struct ChatLocation : Codable, Equatable, FunctionResult
Represents a location to which a chat is connected
-
The location
Declaration
Swift
public let location: Location
-
Location address; 1-64 characters, as defined by the chat owner
Declaration
Swift
public let address: String
-
Represents a location to which a chat is connected
Declaration
Swift
public init(location: Location, address: String)
Parameters
location
The location
address
Location address; 1-64 characters, as defined by the chat owner