You can view a joined channel or any public channel.
TalkPlusApi.GetChannel(channelId, (TPChannel tpChannel) => { // SUCCESS }, (int statusCode, Exception e) => { // FAILURE });
Last updated 5 months ago