Class TdApi.ChatEvent

  • Enclosing class:
    TdApi

    public static class TdApi.ChatEvent
    extends TdApi.Object
    Represents a chat event.
    • Field Detail

      • id

        public long id
        Chat event identifier.
      • date

        public int date
        Point in time (Unix timestamp) when the event happened.
      • memberId

        public TdApi.MessageSender memberId
        Identifier of the user or chat who performed the action.
      • CONSTRUCTOR

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

      • ChatEvent

        public ChatEvent()
        Represents a chat event.
      • ChatEvent

        public ChatEvent​(long id,
                         int date,
                         TdApi.MessageSender memberId,
                         TdApi.ChatEventAction action)
        Represents a chat event.
        Parameters:
        id - Chat event identifier.
        date - Point in time (Unix timestamp) when the event happened.
        memberId - Identifier of the user or chat who performed the action.
        action - The action.