Skip to content

Commit c96fd90

Browse files
committed
Fixed getFrom() in ChatJoinRequest
1 parent b7df48e commit c96fd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/ChatJoinRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @link https://core.telegram.org/bots/api#chatjoinrequest
1111
*
1212
* @method Chat getChat() Chat to which the request was sent
13-
* @method User getUser() User that sent the join request
13+
* @method User getFrom() User that sent the join request
1414
* @method int getDate() Date the request was sent in Unix time
1515
* @method string getBio() Optional. Bio of the user.
1616
* @method ChatInviteLink getInviteLink() Optional. Chat invite link that was used by the user to send the join request

0 commit comments

Comments
 (0)