Class TdApi.UpdateChatTitle

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      long chatId
      Chat identifier.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String title
      The new chat title.
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateChatTitle()
      Default constructor.
      UpdateChatTitle​(long chatId, java.lang.String title)
      Constructor for initialization of all fields.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • title

        public java.lang.String title
        The new chat title.
      • CONSTRUCTOR

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

      • UpdateChatTitle

        public UpdateChatTitle()
        Default constructor.
      • UpdateChatTitle

        public UpdateChatTitle​(long chatId,
                               java.lang.String title)
        Constructor for initialization of all fields.
        Parameters:
        chatId - Chat identifier.
        title - The new chat title.