forked from AkkomaGang/akkoma
ChatOperation: Add media id to example
This commit is contained in:
parent
03529f6a05
commit
1054e89762
1 changed files with 2 additions and 1 deletions
|
@ -241,7 +241,8 @@ def chat_message_create do
|
|||
},
|
||||
required: [:content],
|
||||
example: %{
|
||||
"content" => "Hey wanna buy feet pics?"
|
||||
"content" => "Hey wanna buy feet pics?",
|
||||
"media_id" => "134234"
|
||||
}
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue