CreateChatFolderInviteLink class final

CreateChatFolderInviteLink (createChatFolderInviteLink) - TDLib function

Creates a new invite link for a chat folder. A link can be created for a chat folder if it has only pinned and included chats.

  • chatFolderId: Chat folder identifier.
  • name: Name of the link; 0-32 characters.
  • chatIds: 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 creation.

ChatFolderInviteLink is returned on completion.

Inheritance

Constructors

CreateChatFolderInviteLink (createChatFolderInviteLink) - TDLib function
const

Properties

chatFolderId int
Chat folder identifier
final
chatIds List<int>
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 creation
final
currentObjectId String
TDLib object type for current class instance
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
name String
Name of the link; 0-32 characters
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? chatFolderId, String? name, List<int>? chatIds}) CreateChatFolderInviteLink
Copy model with modified properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
Convert model to TDLib JSON format
override
toString() String
Convert model to TDLib JSON format, encoded into String.
override

Operators

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

Constants

defaultObjectId → const String
TDLib object type