Skip to content

Commit

Permalink
change message ID type
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed Aug 24, 2022
1 parent 4f76ee2 commit 8bec020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func (c *UtopiaClient) EnableReadOnly(channelID string, readOnly bool) error {
}

// RemoveChannelMessage - remove channel message
func (c *UtopiaClient) RemoveChannelMessage(channelID, messageID string) error {
func (c *UtopiaClient) RemoveChannelMessage(channelID, messageID int64) error {
params := map[string]interface{}{
"channelid": channelID,
"id_message": messageID,
Expand Down

0 comments on commit 8bec020

Please sign in to comment.