채널의 정보를 업데이트 할 수 있습니다.
TalkPlusApi.UpdateChannel(channel,
maxMemberCount,
hideMessagesBeforeJoin,
channelName,
invitationCode,
category,
subcategory,
imageUrl,
metaData,
(TPChannel tpChannel) => {
// SUCCESS
}, (int statusCode, Exception e) => {
// FAILURE
});