Class TdApi.ChatEventLocationChanged

  • Enclosing class:
    TdApi

    public static class TdApi.ChatEventLocationChanged
    extends TdApi.ChatEventAction
    The supergroup location was changed.
    • Field Detail

      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ChatEventLocationChanged

        public ChatEventLocationChanged()
        The supergroup location was changed.
      • ChatEventLocationChanged

        public ChatEventLocationChanged​(TdApi.ChatLocation oldLocation,
                                        TdApi.ChatLocation newLocation)
        The supergroup location was changed.
        Parameters:
        oldLocation - Previous location; may be null.
        newLocation - New location; may be null.