ChatInviteLinkInfo class
Contains information about a chat invite link
Constructors
-
ChatInviteLinkInfo({String? extra, int? client_id, int53? chat_id, int32? accessible_for, ChatType? type, string? title, ChatPhotoInfo? photo, string? description, int32? member_count, vector<
int53> ? member_user_ids, Bool? creates_join_request, Bool? is_public}) -
ChatInviteLinkInfo.fromMap(Map<
String, dynamic> map)
Properties
- accessible_for ↔ int32?
-
If non-zero, the amount of time for which read access to the chat will remain available, in seconds
getter/setter pair
- chat_id ↔ int53?
-
Chat identifier of the invite link; 0 if the user has no access to the chat before joining
getter/setter pair
- client_id ↔ int?
-
TDLib client id; maps to the field @client_id.
getter/setter pairinherited
- creates_join_request ↔ Bool?
-
True, if the link only creates join request
getter/setter pair
- description ↔ string?
-
getter/setter pair
- extra ↔ String?
-
Matches requests with responses; maps to the field @extra.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- is_public ↔ Bool?
-
True, if the chat is a public supergroup or channel, i.e. it has a username or it is a location-based supergroup
getter/setter pair
- member_count ↔ int32?
-
Number of members in the chat
getter/setter pair
-
member_user_ids
↔ vector<
int53> ? -
User identifiers of some chat members that may be known to the current user
getter/setter pair
- photo ↔ ChatPhotoInfo?
-
Chat photo; may be null
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tdType → String
-
JSON object type; maps to the field @type.
no setteroverride
- title ↔ string?
-
Title of the chat
getter/setter pair
- type ↔ ChatType?
-
Type of the chat
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{dynamic skipNulls = true}) → String -
Serialize a Td instance to a JSON string.
If
skipNullsistruethe fields with null values are not serialized.inherited -
toMap(
{dynamic skipNulls = true}) → Map< String, dynamic> -
Create a Map from a Td instance.
override
-
toString(
{dynamic skipNulls = false}) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited