JoinChat
public struct JoinChat : Codable, Equatable, TDFunction
Adds current user as a new member to a chat. Private and secret chats can’t be joined using this method
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Chat identifier
Declaration
Swift
public let chatId: Int53 -
Adds current user as a new member to a chat. Private and secret chats can’t be joined using this method
Declaration
Swift
public init(chatId: Int53)Parameters
chatIdChat identifier
View on GitHub
Install in Dash
JoinChat Structure Reference