(channelID, userID string)
| 75 | } |
| 76 | |
| 77 | func CreateMessage(channelID, userID string) string { |
| 78 | return CreateMessageWithText(channelID, userID, RandomString(10)) |
| 79 | } |
| 80 | |
| 81 | func CreateMessageWithText(channelID, userID, text string) string { |
| 82 | c := InitClient() |