mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-09 08:14:50 +00:00
Small fix
This commit is contained in:
parent
fe97a4d92b
commit
15e3cf0fd5
1 changed files with 1 additions and 1 deletions
|
|
@ -909,7 +909,7 @@ def parse_chat_full(
|
||||||
|
|
||||||
if full_chat.pinned_msg_id:
|
if full_chat.pinned_msg_id:
|
||||||
parsed_chat.pinned_message = client.get_messages(
|
parsed_chat.pinned_message = client.get_messages(
|
||||||
int("-100" + str(full_chat.id)),
|
parsed_chat.id,
|
||||||
full_chat.pinned_msg_id
|
full_chat.pinned_msg_id
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue