Message class

Generated

Inheritance

Constructors

Message(Map rawData)
Generated

Properties

audio Audio
Generated
getter/setter pair
chat Chat
Generated
getter/setter pair
contact Contact
Generated
getter/setter pair
date num?
Generated
getter/setter pair
document Document
Generated
getter/setter pair
forward_from_chat ForwardFromChat
Generated
getter/setter pair
from User
Generated
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Generated
getter/setter pair
is_forward bool?
Generated
getter/setter pair
is_group bool?
Generated
getter/setter pair
is_outgoing bool?
Generated
getter/setter pair
isbaileys bool?
Generated
getter/setter pair
photo Photo
Generated
getter/setter pair
poll Poll
Generated
getter/setter pair
rawData Map
return original data json
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
special_type String?
Generated
getter/setter pair
sticker Sticker
Generated
getter/setter pair
text String?
Generated
getter/setter pair
type String?
Generated
getter/setter pair
video Video
Generated
getter/setter pair

Methods

json_scheme_utils_checkDataIsSameBuilder({required bool onResult(Map rawData, Map defaultData)}) bool
check value data whatever do yout want
json_scheme_utils_checkDataIsSameBySpecialType() bool
check data if raw data
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
return original data json
inherited
toMap() Map
return original data json
inherited
toString() String
return string data encode json original data
inherited
toStringPretty() String
return string data encode json original data
inherited
utils_filter_by_keys(List keys) Map
return original data json
inherited
utils_remove_by_keys(List keys) Map
return original data json
inherited
utils_remove_by_keys_void(List keys) → void
GeneralLib
inherited
utils_remove_by_values(List values) Map
return original data json
inherited
utils_remove_by_values_void(List values) → void
return original data json
inherited
utils_remove_values_null() Map
return original data json
inherited
utils_remove_values_null_void() → void
return original data json
inherited

Operators

operator *(dynamic value) → dynamic
operator map data
inherited
operator +(dynamic value) Map
operator map data
inherited
operator -(dynamic value) Map
return original data json
inherited
operator /(dynamic value) → dynamic
operator map data
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator [](dynamic key) → dynamic
operator map data
inherited
operator []=(dynamic key, dynamic value) → void
operator map data
inherited

Static Properties

defaultData Map
return default data
no setter

Static Methods

create({bool schemeUtilsIsSetDefaultData = false, String special_type = "message", String? id, User? from, Chat? chat, bool? is_group, bool? is_outgoing, num? date, String? type, String? text, bool? is_forward, ForwardFromChat? forward_from_chat, Photo? photo, Poll? poll, Audio? audio, Contact? contact, Document? document, Sticker? sticker, Video? video, bool? isbaileys}) Message
Generated
override
empty() Message
create Message Empty
override