ChatsNearby
public struct ChatsNearby : Codable, Equatable, FunctionResult
Represents a list of chats located nearby
-
List of users nearby
Declaration
Swift
public let usersNearby: [ChatNearby] -
List of location-based supergroups nearby
Declaration
Swift
public let supergroupsNearby: [ChatNearby] -
Represents a list of chats located nearby
Declaration
Swift
public init(usersNearby: [ChatNearby], supergroupsNearby: [ChatNearby])Parameters
usersNearbyList of users nearby
supergroupsNearbyList of location-based supergroups nearby
View on GitHub
Install in Dash
ChatsNearby Structure Reference