Class TdApi.ChatEventTitleChanged

Enclosing class:
TdApi

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

    • 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:
  • Constructor Details

    • 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.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR