Skip to content

Commit 16224c2

Browse files
authored
[payments] fix amount of LabeledPrice to int (#34)
1 parent 83a96da commit 16224c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/types/business/labeled_price.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class LabeledPrice(Object):
3737
def __init__(
3838
self,
3939
label: str,
40-
amount: str
40+
amount: int
4141
):
4242
super().__init__()
4343

0 commit comments

Comments
 (0)