Bot class abstract

A bot account

Properties:

Constructors

Bot([void updates(BotBuilder b)])
factory

Properties

createAt int?
The time in milliseconds a bot was created
no setter
deleteAt int?
The time in milliseconds a bot was deleted
no setter
description String?
no setter
displayName String?
no setter
hashCode int
The hash code for this object.
no setterinherited
ownerId String?
The user id of the user that currently owns this bot.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateAt int?
The time in milliseconds a bot was last updated
no setter
userId String?
The user id of the associated user entry.
no setter
username String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(BotBuilder)) Bot
Rebuilds the instance.
inherited
toBuilder() BotBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Bot>
no setter