Inherits PushMessageContent.
A user in the chat came within proximity alert range from the current user.
Public Fields | |
int32 | distance_ |
The distance to the user. | |
Public Instance Methods | |
pushMessageContentProximityAlertTriggered () | |
pushMessageContentProximityAlertTriggered (int32 distance_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -264601594 |
Identifier uniquely determining a type of the object. | |
A user in the chat came within proximity alert range from the current user.
|
explicit |
A user in the chat came within proximity alert range from the current user.
[in] | distance_ | The distance to the user. |
|
finalvirtual |