Update main.py
Browse files
main.py
CHANGED
@@ -118,12 +118,9 @@ async def get_chat_raw(username: str = None):
|
|
118 |
"linked_chat_id": chat_raw.linked_chat_id,
|
119 |
"pending_suggestions": chat_raw.pending_suggestions,
|
120 |
"recent_requesters": chat_raw.recent_requesters,
|
121 |
-
"default_send_as": {
|
122 |
-
"user_id": chat_raw.default_send_as.user_id
|
123 |
-
},
|
124 |
"available_reactions": {
|
125 |
"allow_custom": chat_raw.available_reactions.allow_custom
|
126 |
-
}
|
127 |
}
|
128 |
|
129 |
@fast_app.get("/user/get_user")
|
|
|
118 |
"linked_chat_id": chat_raw.linked_chat_id,
|
119 |
"pending_suggestions": chat_raw.pending_suggestions,
|
120 |
"recent_requesters": chat_raw.recent_requesters,
|
|
|
|
|
|
|
121 |
"available_reactions": {
|
122 |
"allow_custom": chat_raw.available_reactions.allow_custom
|
123 |
+
},
|
124 |
}
|
125 |
|
126 |
@fast_app.get("/user/get_user")
|