FoundWebApp class

Inheritance

Constructors

FoundWebApp({required WebApp webApp, required bool requestWriteAccess, required bool skipConfirmation, dynamic extra, int? clientId})
Contains information about a Web App found by its short name
const
FoundWebApp.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

clientId int?
clientId client identifier
final
extra → dynamic
extra callback sign
final
hashCode int
The hash code for this object.
no setterinherited
requestWriteAccess bool
requestWriteAccess True, if the user must be asked for the permission to the bot to send them messages
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipConfirmation bool
skipConfirmation True, if there is no need to show an ordinary open URL confirmation before opening the Web App. The field must be ignored and confirmation must be shown anyway if the Web App link was hidden
final
webApp WebApp
webApp The Web App
final

Methods

copyWith({WebApp? webApp, bool? requestWriteAccess, bool? skipConfirmation, dynamic extra, int? clientId}) FoundWebApp
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