Module tdlight.api

Class TdApi.UpdateChatTitle

Enclosing class:
TdApi

public static final 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
      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 - long Chat identifier.
      title - String The new chat title.
    • UpdateChatTitle

      public UpdateChatTitle(DataInput input) throws IOException
      The title of a chat was changed.
      Throws:
      IOException
  • Method Details