added edit user struct.

This commit is contained in:
5elenay
2021-08-28 18:49:07 +03:00
parent b089488d78
commit 0d5c099915
2 changed files with 54 additions and 56 deletions

View File

@@ -204,3 +204,6 @@ func (c *Client) FetchDirectMessages() ([]*Channel, error) {
return dmChannels, nil
}
// Edit client user.
func (c Client) Edit() {}