WebAppChat class

This object represents a chat.

More details at Telegram API

Constructors

WebAppChat(WebAppChatJSObject _webAppChat)

Properties

hashCode int
The hash code for this object.
no setterinherited
id int
no setter
photoUrl String?
Optional. URL of the chat’s photo. The photo can be in .jpeg or .svg formats. Only returned for Mini Apps launched from the attachment menu.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title of the chat
no setter
type String
Type of chat, can be either “group”, “supergroup” or “channel”
no setter
username String?
Optional. Username of the chat
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toReadableString() String
toString() String
A string representation of this object.
inherited

Operators

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