Class TdApi.UpdateChatTitle

  • Enclosing class:
    TdApi

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

      • 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:
        Constant Field Values
    • Constructor Detail

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