Class TdApi.ChatInviteLinkMember

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

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

    Fields
    Modifier and Type
    Field
    Description
    long
    User identifier of the chat administrator, approved user join request.
    static final int
    Identifier uniquely determining type of the object.
    int
    Point in time (Unix timestamp) when the user joined the chat.
    long
    User identifier.
    boolean
    True, if the user has joined the chat using an invite link for a chat folder.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Describes a chat member joined a chat via an invite link.
    ChatInviteLinkMember(long userId, int joinedChatDate, boolean viaChatFolderInviteLink, long approverUserId)
    Describes a chat member joined a chat via an invite link.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • userId

      public long userId
      User identifier.
    • joinedChatDate

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

      public long approverUserId
      User identifier of the chat administrator, approved user join request.
    • CONSTRUCTOR

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

    • ChatInviteLinkMember

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

      public ChatInviteLinkMember(long userId, int joinedChatDate, boolean viaChatFolderInviteLink, long approverUserId)
      Describes a chat member joined a chat via an invite link.
      Parameters:
      userId - User identifier.
      joinedChatDate - Point in time (Unix timestamp) when the user joined the chat.
      viaChatFolderInviteLink - True, if the user has joined the chat using an invite link for a chat folder.
      approverUserId - User identifier of the chat administrator, approved user join request.
  • 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