Documentation - v0.29.0
    Preparing search index...

    Interface ChatActionLocationChanged

    Group location has been changed

    interface ChatActionLocationChanged {
        new: RawChannelLocation | null;
        old: RawChannelLocation | null;
        type: "location_changed";
    }
    Index

    Properties

    Properties

    new: RawChannelLocation | null

    New location

    old: RawChannelLocation | null

    Old location

    type: "location_changed"