Class TdApi.ChatEvents

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ChatEvents
Enclosing class:
TdApi

public static class TdApi.ChatEvents extends TdApi.Object
Contains a list of chat events.
  • Field Details

    • events

      public TdApi.ChatEvent[] events
      List of events.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ChatEvents

      public ChatEvents()
      Contains a list of chat events.
    • ChatEvents

      public ChatEvents(TdApi.ChatEvent[] events)
      Contains a list of chat events.
      Parameters:
      events - List of events.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR