Class TdApi.ChatEventDescriptionChanged

  • Enclosing class:
    TdApi

    public static class TdApi.ChatEventDescriptionChanged
    extends TdApi.ChatEventAction
    The chat description was changed.
    • Field Detail

      • oldDescription

        public String oldDescription
        Previous chat description.
      • newDescription

        public String newDescription
        New chat description.
      • CONSTRUCTOR

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

      • ChatEventDescriptionChanged

        public ChatEventDescriptionChanged()
        The chat description was changed.
      • ChatEventDescriptionChanged

        public ChatEventDescriptionChanged​(String oldDescription,
                                           String newDescription)
        The chat description was changed.
        Parameters:
        oldDescription - Previous chat description.
        newDescription - New chat description.