id property

int? id

Returns current bot id, may be null if onReady has not been called already

Implementation

int? get id => _id;