View Channel
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