BasicGroupFullInfo class

Contains full information about a basic group

Inheritance

Constructors

BasicGroupFullInfo({String? extra, int? client_id, ChatPhoto? photo, string? description, int53? creator_user_id, vector<ChatMember>? members, Bool? can_hide_members, Bool? can_toggle_aggressive_anti_spam, ChatInviteLink? invite_link, vector<BotCommands>? bot_commands})
BasicGroupFullInfo.fromMap(Map<String, dynamic> map)

Properties

bot_commands vector<BotCommands>?
List of commands of bots in the group
getter/setter pair
can_hide_members Bool?
True, if non-administrators and non-bots can be hidden in responses to getSupergroupMembers and searchChatMembers for non-administrators after upgrading the basic group to a supergroup
getter/setter pair
can_toggle_aggressive_anti_spam Bool?
True, if aggressive anti-spam checks can be enabled or disabled in the supergroup after upgrading the basic group to a supergroup
getter/setter pair
client_id int?
TDLib client id; maps to the field @client_id.
getter/setter pairinherited
creator_user_id int53?
User identifier of the creator of the group; 0 if unknown
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
Primary invite link for this group; may be null. For chat administrators with can_invite_users right only. Updated only after the basic group is opened
getter/setter pair
members vector<ChatMember>?
Group members
getter/setter pair
photo ChatPhoto?
Chat photo; may be null if empty or unknown. If non-null, then it is the same photo as in chat.photo
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

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 skipNulls is true the 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