Class TdApi.ChatEventLinkedChatChanged

Enclosing class:
TdApi

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

    • oldLinkedChatId

      public long oldLinkedChatId
      Previous supergroup linked chat identifier.
    • newLinkedChatId

      public long newLinkedChatId
      New supergroup linked chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • 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 - long Previous supergroup linked chat identifier.
      newLinkedChatId - long New supergroup linked chat identifier.
    • ChatEventLinkedChatChanged

      public ChatEventLinkedChatChanged​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details