protected static extern void getChannelAttributesByKeys(string channelId, char[] attributesKey, int numberOfKeys, RtmWrapperDll.ChannelAttributeOptions options, long requestId);
 protected static extern void deleteChannelAttributesByKeys(char[] attributesKeys, int numberOfKeys, RtmWrapperDll.ChannelAttributeOptions options, long requestId);
 protected static extern void clearChannelAttributes(string channelId, RtmWrapperDll.ChannelAttributeOptions options, long requestId);
 protected static extern int setChannelAttributes(char channelId, RtmWrapperDll.RtmChannelAttribute[] attributes, int numberOfAttributes, RtmWrapperDll.ChannelAttributeOptions options, long requestId);