Class TdApi.UpdateChatTitle

Enclosing class:
TdApi

public static class TdApi.UpdateChatTitle extends TdApi.Update
The title of a chat was changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • title

      public String title
      The new chat title.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateChatTitle

      public UpdateChatTitle()
      The title of a chat was changed.
    • UpdateChatTitle

      public UpdateChatTitle(long chatId, String title)
      The title of a chat was changed.
      Parameters:
      chatId - Chat identifier.
      title - The 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