CreateNewBasicGroupChat class

Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat.

Returns Chat.

Inheritance
Available Extensions

Constructors

CreateNewBasicGroupChat({required List<int> user_ids, required String title, required int message_auto_delete_time, int? extra, int? clientId})
Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
message_auto_delete_time int
Message auto-delete time value, in seconds; must be from 0 up to 365 * 86400 and be divisible by 86400. If 0, then messages aren't deleted automatically.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
title String
Title of the new basic group; 1-128 characters.
read / write
user_ids List<int>
Identifiers of users to be added to the basic group; may be empty to create a basic group without other members.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) CreateNewBasicGroupChat?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"createNewBasicGroupChat"