Class TdApi.ChatInviteLinkMember

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatInviteLinkMember
Enclosing class:
TdApi

public static class TdApi.ChatInviteLinkMember
extends TdApi.Object
Describes a chat member joined a chat by an invite link.
  • Field Details

    • userId

      public long userId
      User identifier.
    • joinedChatDate

      public int joinedChatDate
      Point in time (Unix timestamp) when the user joined the chat.
    • CONSTRUCTOR

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

    • ChatInviteLinkMember

      public ChatInviteLinkMember()
      Describes a chat member joined a chat by an invite link.
    • ChatInviteLinkMember

      public ChatInviteLinkMember​(long userId, int joinedChatDate)
      Describes a chat member joined a chat by an invite link.
      Parameters:
      userId - long User identifier.
      joinedChatDate - int Point in time (Unix timestamp) when the user joined the chat.
    • ChatInviteLinkMember

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