MeowerBot.py
Documentation
Getting Started
Creating your First Bot
Callbacks
Cogs
Extra Things
MeowerBot.py
MeowerBot.api.chats module
View page source
MeowerBot.api.chats module
class
MeowerBot.api.chats.
Chats
(
client
:
AsyncClient
)
[source]
Bases:
object
async
add_user
(
uuid
:
UUID
,
username
:
str
)
[source]
async
create
(
nickname
:
str
)
[source]
async
fetch_all
(
)
[source]
async
get
(
uuid
:
UUID
)
[source]
async
leave
(
uuid
:
UUID
)
[source]
async
transfer_ownership
(
uuid
:
UUID
,
username
:
str
)
[source]
async
update
(
uuid
:
UUID
,
nickname
:
str
)
[source]
MeowerBot.api.chats.
chat_return
(
resp
:
Response
)
[source]