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

            channelservice.AddPinnedChannelMessage(chnId, msgId);
        }