Class TdApi.AddChatMember

Enclosing class:
TdApi

public static class TdApi.AddChatMember extends TdApi.Function<TdApi.FailedToAddMembers>
Adds a new member to a chat; requires canInviteUsers member right. Members can't be added to private or secret chats. Returns information about members that weren't added.

Returns FailedToAddMembers

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Chat identifier.
    static final int
    Identifier uniquely determining type of the object.
    int
    The number of earlier messages from the chat to be forwarded to the new member; up to 100.
    long
    Identifier of the user.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which adds a new member to a chat; requires canInviteUsers member right.
    AddChatMember(long chatId, long userId, int forwardLimit)
    Creates a function, which adds a new member to a chat; requires canInviteUsers member right.
  • 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.Function

    toString

    Methods inherited from class java.lang.Object

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

    • chatId

      public long chatId
      Chat identifier.
    • userId

      public long userId
      Identifier of the user.
    • forwardLimit

      public int forwardLimit
      The number of earlier messages from the chat to be forwarded to the new member; up to 100. Ignored for supergroups and channels, or if the added user is a bot.
    • CONSTRUCTOR

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

    • AddChatMember

      public AddChatMember()
      Default constructor for a function, which adds a new member to a chat; requires canInviteUsers member right. Members can't be added to private or secret chats. Returns information about members that weren't added.

      Returns FailedToAddMembers

    • AddChatMember

      public AddChatMember(long chatId, long userId, int forwardLimit)
      Creates a function, which adds a new member to a chat; requires canInviteUsers member right. Members can't be added to private or secret chats. Returns information about members that weren't added.

      Returns FailedToAddMembers

      Parameters:
      chatId - Chat identifier.
      userId - Identifier of the user.
      forwardLimit - The number of earlier messages from the chat to be forwarded to the new member; up to 100. Ignored for supergroups and channels, or if the added user is a bot.
  • 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