randydev commited on
Commit
2b36489
·
verified ·
1 Parent(s): dd06910

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -4
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")