Skip to content

Commit 5de35f7

Browse files
authored
Merge pull request #1360 from shalior/develop
Fix typo in method name.
2 parents 097177c + a2e951e commit 5de35f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/ChatInviteLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @link https://core.telegram.org/bots/api#chatinvitelink
2020
*
21-
* @method string GetInviteLink() The invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with “…”
21+
* @method string getInviteLink() The invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with “…”
2222
* @method User getCreator() Creator of the link
2323
* @method bool getCreatesJoinRequest() True, if users joining the chat via the link need to be approved by chat administrators
2424
* @method bool getIsPrimary() True, if the link is primary

0 commit comments

Comments
 (0)