View Channel

You can view a joined channel or any public channel.

TalkPlusApi.GetChannel(channelId, (TPChannel tpChannel) => { 
   // SUCCESS
}, (int statusCode, Exception e) => {
   // FAILURE
});

Last updated