View Channel

TPChannel? channel = await TalkPlusAPI.getChannel(
    channelId,
    errorCallback: (errorCode, errorMessage){}
);

Last updated