Example #1
0
        public static void UnpinMessage(string chnId, string msgId)
        {
            IChannelService channelservice = AuthenticatedRestFactory.GetChannelService();

            channelservice.DeletePinnedChannelMessage(chnId, msgId);
        }