EditChatFolderInviteLink class

Edits an invite link for a chat folder.

Returns ChatFolderInviteLink.

Inheritance
Available Extensions

Constructors

Edits an invite link for a chat folder

Properties

chat_folder_id int
Chat folder identifier.
read / write
chat_ids List<int>
New identifiers of chats to be accessible by the invite link. Use getChatsForChatFolderInviteLink to get suitable chats. Basic groups will be automatically converted to supergroups before link editing.
read / write
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
Invite link to be edited.
read / write
name String
New name of the link; 0-32 characters.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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) EditChatFolderInviteLink?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"editChatFolderInviteLink"