Class TdApi.UpdateChatMember

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateChatMember
    extends TdApi.Update
    User rights changed in a chat; for bots only.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • actorUserId

        public long actorUserId
        Identifier of the user, changing the rights.
      • date

        public int date
        Point in time (Unix timestamp) when the user rights was changed.
      • inviteLink

        public TdApi.ChatInviteLink inviteLink
        If user has joined the chat using an invite link, the invite link; may be null.
      • CONSTRUCTOR

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

      • UpdateChatMember

        public UpdateChatMember()
        User rights changed in a chat; for bots only.
      • UpdateChatMember

        public UpdateChatMember​(long chatId,
                                long actorUserId,
                                int date,
                                TdApi.ChatInviteLink inviteLink,
                                TdApi.ChatMember oldChatMember,
                                TdApi.ChatMember newChatMember)
        User rights changed in a chat; for bots only.
        Parameters:
        chatId - Chat identifier.
        actorUserId - Identifier of the user, changing the rights.
        date - Point in time (Unix timestamp) when the user rights was changed.
        inviteLink - If user has joined the chat using an invite link, the invite link; may be null.
        oldChatMember - Previous chat member.
        newChatMember - New chat member.