Class TdApi.ChatEventTitleChanged

  • Enclosing class:
    TdApi

    public static class TdApi.ChatEventTitleChanged
    extends TdApi.ChatEventAction
    The chat title was changed.
    • Field Detail

      • oldTitle

        public String oldTitle
        Previous chat title.
      • newTitle

        public String newTitle
        New chat title.
      • CONSTRUCTOR

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

      • ChatEventTitleChanged

        public ChatEventTitleChanged()
        The chat title was changed.
      • ChatEventTitleChanged

        public ChatEventTitleChanged​(String oldTitle,
                                     String newTitle)
        The chat title was changed.
        Parameters:
        oldTitle - Previous chat title.
        newTitle - New chat title.