Raw.channels.EditLocation

Raw.channels.EditLocation

Edit location of geogroup, see here for more info on geogroups.

channels.editLocation#58e63f6d channel:InputChannel geo_point:InputGeoPoint address:string = Bool;
export namespace Raw {
  export namespace channels {
    export class EditLocation {
      constructor(params: {
        channel: Raw.TypeInputChannel;
        geoPoint: Raw.TypeInputGeoPoint;
        address: string;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x58e63f6d

Property

Results

boolean