Skip to content

Commit 40f6fdf

Browse files
authored
Update types.go
Fix typo
1 parent e3e0851 commit 40f6fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5281,7 +5281,7 @@ type StarTransaction struct {
52815281
// Only for outgoing transactions
52825282
//
52835283
// optional
5284-
Reciever *TransactionPartner `json:"reciever,omitempty"`
5284+
Receiver *TransactionPartner `json:"receiver,omitempty"`
52855285
}
52865286

52875287
// StarTransactions contains a list of Telegram Star transactions.

0 commit comments

Comments
 (0)