Layer 220
MessageActionGeoProximityReached
A user of the chat is now in proximity of another user
constructor
messageActionGeoProximityReached#98e0d697 from_id:Peer to_id:Peer distance:int = MessageAction;
Parameters
Returns
MessageActionGogram Example
// Creating MessageActionGeoProximityReached constructor obj := &tg.MessageActionGeoProximityReached{ FromId: &tg.Peer{}, ToId: &tg.Peer{}, Distance: 0, }