
use std::fmt::Debug;

/// This class is a base class for all TDLib TL-objects.
trait TlObject: Debug {}
