createdAt method

DateTime? createdAt()

TGSession created at

Implementation

DateTime? createdAt() {
  return _createdAt;
}