This commit is contained in:
@@ -34,10 +34,10 @@ async def get_all_authors() -> List[ChatMember]:
|
||||
return []
|
||||
|
||||
|
||||
async def get_my_followings() -> List[ChatMember]:
|
||||
query_name = "loadMySubscriptions"
|
||||
async def get_my_followed() -> List[ChatMember]:
|
||||
query_name = "get_my_followed"
|
||||
query_type = "query"
|
||||
operation = "LoadMySubscriptions"
|
||||
operation = "GetMyFollowed"
|
||||
query_fields = "id slug pic name"
|
||||
|
||||
gql = {
|
||||
|
Reference in New Issue
Block a user