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
usersNearby
List of users nearby
supergroupsNearby
List of location-based supergroups nearby