MaybeInaccessibleMessage class sealed

This object describes a message that can be inaccessible to the bot. It can be one of

Implemented types
Implementers

Constructors

MaybeInaccessibleMessage.fromJson(Map<String, Object?> json)
Constructor from JSON data
factory

Properties

chat Chat
Chat the message belonged to
no setteroverride
date int
Date the message was sent in Unix time. It is always a positive number, representing a valid date.
no setter
hashCode int
The hash code for this object.
no setterinherited
messageId int
Unique message identifier inside the chat
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
Converts the object into JSON map
toString() String
A string representation of this object.
inherited

Operators

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