ModifyChannelMemberPermissionsApi

@Api4J
fun ModifyChannelMemberPermissionsApi(channelId: ID, memberId: ID, add: Long, remove: Long)
fun ModifyChannelMemberPermissionsApi(channelId: ID, memberId: ID, add: Permissions? = null, remove: Permissions? = null)