Class TdApi.ChatEventLinkedChatChanged

  • Enclosing class:
    TdApi

    public static class TdApi.ChatEventLinkedChatChanged
    extends TdApi.ChatEventAction
    The linked chat of a supergroup was changed.
    • Field Detail

      • oldLinkedChatId

        public long oldLinkedChatId
        Previous supergroup linked chat identifier.
      • newLinkedChatId

        public long newLinkedChatId
        New supergroup linked chat identifier.
      • CONSTRUCTOR

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

      • ChatEventLinkedChatChanged

        public ChatEventLinkedChatChanged()
        The linked chat of a supergroup was changed.
      • ChatEventLinkedChatChanged

        public ChatEventLinkedChatChanged​(long oldLinkedChatId,
                                          long newLinkedChatId)
        The linked chat of a supergroup was changed.
        Parameters:
        oldLinkedChatId - Previous supergroup linked chat identifier.
        newLinkedChatId - New supergroup linked chat identifier.