BasicGroupFullInfo class

Inheritance

Constructors

BasicGroupFullInfo({ChatPhoto? photo, required String description, required int creatorUserId, required List<ChatMember> members, ChatInviteLink? inviteLink, required List<BotCommands> botCommands, dynamic extra, int? clientId})
Contains full information about a basic group
const
BasicGroupFullInfo.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

botCommands List<BotCommands>
botCommands List of commands of bots in the group
final
clientId int?
clientId client identifier
final
creatorUserId int
creatorUserId User identifier of the creator of the group; 0 if unknown
final
description String
description Group description. Updated only after the basic group is opened
final
extra → dynamic
extra callback sign
final
hashCode int
The hash code for this object.
no setterinherited
inviteLink 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
final
members List<ChatMember>
members Group members
final
photo ChatPhoto?
photo Chat photo; may be null
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({ChatPhoto? photo, String? description, int? creatorUserId, List<ChatMember>? members, ChatInviteLink? inviteLink, List<BotCommands>? botCommands, dynamic extra, int? clientId}) BasicGroupFullInfo
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String