Chat ID
Optional
params: {Optional
admin?: InputPeerLikeOnly return this admin's links.
Optional
limit?: numberLimit the number of invite links to be fetched.
Optional
offset?: GetInviteLinksOffsetOffset for pagination.
Optional
revoked?: booleanWhether to fetch revoked invite links
Optional
chunkSize?: numberSize of chunks which are fetched. Usually not needed.
Optional
limit?: numberLimit the number of invite links to be fetched. By default, all links are fetched.
Iterate over invite links created by some administrator in the chat.
As an administrator you can only get your own links (i.e.
adminId = "self"
), as a creator you can get any other admin's links.