Module tdlight.api

Class TdApi.ChatEventLinkedChatChanged

Enclosing class:
TdApi

public static final 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:
  • 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
      The linked chat of a supergroup was changed.
      Throws:
      IOException
  • Method Details