CreateBasicGroupChat

public struct CreateBasicGroupChat : Codable, Equatable, TDFunction

Returns an existing chat corresponding to a known basic group

  • Undocumented

    Declaration

    Swift

    public typealias Result = Chat
  • Basic group identifier

    Declaration

    Swift

    public let basicGroupId: Int32
  • If true, the chat will be created without network request. In this case all information about the chat except its type, title and photo can be incorrect

    Declaration

    Swift

    public let force: Bool
  • Returns an existing chat corresponding to a known basic group

    Declaration

    Swift

    public init(basicGroupId: Int32, force: Bool)

    Parameters

    basicGroupId

    Basic group identifier

    force

    If true, the chat will be created without network request. In this case all information about the chat except its type, title and photo can be incorrect