채널 조회
채널 정보를 조회 할 수 있습니다.
TalkPlusApi.GetChannel(channelId, (TPChannel tpChannel) => {
// SUCCESS
}, (int statusCode, Exception e) => {
// FAILURE
});
Last updated
채널 정보를 조회 할 수 있습니다.
TalkPlusApi.GetChannel(channelId, (TPChannel tpChannel) => {
// SUCCESS
}, (int statusCode, Exception e) => {
// FAILURE
});
Last updated