ChatMembers
public struct ChatMembers : Codable, Equatable, FunctionResult
Contains a list of chat members
-
Approximate total count of chat members found
Declaration
Swift
public let totalCount: Int32
-
A list of chat members
Declaration
Swift
public let members: [ChatMember]
-
Contains a list of chat members
Declaration
Swift
public init(totalCount: Int32, members: [ChatMember])
Parameters
totalCount
Approximate total count of chat members found
members
A list of chat members