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
locationThe location
addressLocation address; 1-64 characters, as defined by the chat owner
View on GitHub
Install in Dash
ChatLocation Structure Reference