Trait rtdlib::types::TDDeviceToken[][src]

pub trait TDDeviceToken: Debug + RObject { }

TRAIT | Represents a data needed to subscribe for push notifications through registerDevice method. To use specific push notification service, you must specify the correct application platform and upload valid server authentication data at https://my.telegram.org

Implementations on Foreign Types

impl<'a, DEVICETOKEN: TDDeviceToken> TDDeviceToken for &'a DEVICETOKEN[src]

impl<'a, DEVICETOKEN: TDDeviceToken> TDDeviceToken for &'a mut DEVICETOKEN[src]

Loading content...

Implementors

Loading content...